NNO-00603: enabling all request processing
Answer / guest
Cause: An informational message written to the log file when
the server enables request processing in response to a
request from the Oracle Names control program.
Action: none
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-26033: Direct path operation not supported on table with encrypted colum
ORA-36774: (XSPGERRTEMPUSER) Ran out of temporary storage while writing to analytic workspace string. Free some temporary storage immediately. You can do so, for example, by DETACHING an analytic workspace.
TNS-12690: Server Authentication failed, login cancelled
ORA-14103: LOGGING/NOLOGGING may not be combined with RECOVERABLE/UNRECOVERABLE
ORA-12069: invalid object for offline instantiation
NCR-02003: NCRF: Invalid type passed to format interpreter.
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...
RMAN-08033: channel string: including datafilecopy of datafile string in backupset
ORA-12655: Password check failed
ORA-01044: size string of buffer bound to variable exceeds maximum string
ORA-08191: Flashback Table operation is not supported on remote tables
ORA-01743: only pure functions can be indexed