PCC-02356: Warning at line number, column number, file string:
Answer / guest
Cause: This is a generic warning message. It precedes a more
specific warning.
Action: No action required. Correct the error(s) indicated
in the following message(s).
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
AUD-00809: ORDSpeechIndex: unable to ALTER REBUILD internal Text index
LPX-00104: element "~S" is not declared in the DTD
PLS-00709: pragma string must be declared in package specification and body
PLS-00403: expression 'string' cannot be used as an INTO-target of a SELECT/FETCH statement
KUP-04041: error generating full file name for string in string
ORA-10645: Recursive Extension in SYSTEM tablespace during migration
ORA-14626: values being added already exist in DEFAULT subpartition
RMAN-06042: PLUS ARCHIVELOG option is not supported with non-datafile backups
ORA-12405: invalid label list
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-02044: transaction manager login denied: transaction in progress
ORA-13773: insufficient privileges to select data from the cursor cache