ORA-02179: valid options: ISOLATION LEVEL { SERIALIZABLE |
READ COMMITTED }
Answer / guest
Cause: There is a syntax error in the user's statement.
Action: Correct the syntax as indicated.
Please add more information about this Error
Is This Answer Correct ? | 0 Yes | 1 No |
ORA-22926: specified trim length is greater than current LOB value's length
ORA-16745: unable to add DB_UNIQUE_NAME string into The DG_CONFIG list because it is full
TNS-00296: Stoppable : string
ORA-32401: materialized view log on "string"."string" does not have new values
SQL*Loader-00605: Non-data dependent ORACLE error occurred -- load discontinued.
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...
LPX-00241: entity reference is not well formed
ORA-13187: subdivision failed
ORA-24960: the attribute string is greater than the maximum allowable length of number
PCB-00005: Command line option MODE=ANSI required with option NLS_LOCAL=YES
RMAN-06608: RMAN configuration has no stored or default parameters
TNS-00086: * reload - ask the Navigator to reload TNSNET.ORA