ORA-02179: valid options: ISOLATION LEVEL { SERIALIZABLE |
READ COMMITTED }



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

Post New Answer

More Oracle Errors Interview Questions

ORA-22926: specified trim length is greater than current LOB value's length

1 Answers  


ORA-16745: unable to add DB_UNIQUE_NAME string into The DG_CONFIG list because it is full

1 Answers  


TNS-00296: Stoppable : string

1 Answers  


ORA-32401: materialized view log on "string"."string" does not have new values

1 Answers  


SQL*Loader-00605: Non-data dependent ORACLE error occurred -- load discontinued.

2 Answers  






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...

0 Answers   IBM,


LPX-00241: entity reference is not well formed

1 Answers  


ORA-13187: subdivision failed

1 Answers  


ORA-24960: the attribute string is greater than the maximum allowable length of number

1 Answers  


PCB-00005: Command line option MODE=ANSI required with option NLS_LOCAL=YES

1 Answers  


RMAN-06608: RMAN configuration has no stored or default parameters

1 Answers  


TNS-00086: * reload - ask the Navigator to reload TNSNET.ORA

1 Answers  


Categories