PCC-02411: Invalid type for INDICATOR descriptor item host
variable
Answer / guest
Cause: The type of the host variable paired with the
INDICATOR descriptor item was invalid. The only permissable
types for the INDICATOR item are a signed 2 byte numeric
type or an indicator struct generated by the Object Type
Translator for a user defined object type.
Action: Either replace the INDICATOR host variable with a
valid one having an acceptable type or redeclare the
existing host variable to be of a valid type.
Please add more information about this Error
Is This Answer Correct ? | 0 Yes | 0 No |
ORA-16525: the Data Guard broker is not yet available
TNS-00276: Navigator: Tracing is now OFF
PCC-00103: AT clause is an Oracle extension
ORA-03291: Invalid truncate option - missing STORAGE keyword
Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...
ORA-30728: maximum number of columns exceeded
PLS-00422: no PL/SQL translation for the bindtype given for this bind variable
ORA-38773: cannot add data file 'string' - file already part of database
ORA-09743: smscre: could not attach shared memory.
PCB-00001: %s
ORA-13262: geometry column string does not exist in table string
UDI-00050: unable to setup parameter processing.