ORA-19733: COMPATIBLE parameter needs to be string or greater
Answer / guest
Cause: The COMPATIBLE initialization parameter is not high
enough to allow the operation. Allowing the command would
make the database incompatible with the release specified by
the current COMPATIBLE parameter.
Action: Shutdown and startup with a higher compatibility
setting.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PCC-00112: Datatype not supported by ANSI
NNO-00257: warning: cannot get serial number from region store
ORA-36341: (SNSYN130) The format of the PARTITIONCHECK function is: PARTITIONCHECK(aggmap, partition_template)
ORA-32511: cannot create watchpoint in memory needed by watchpointing code
TNS-12675: External user name not available yet
TNS-02507: Encryption: algorithm not installed
LPX-00652: SAX callback returns with error.
ORA-16811: apply instance not recorded by the Data Guard broker
NZE-28860: Fatal SSL error
NZE-28782: data source is not allocated
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-01527: error while reading file