ORA-09301: osncon: local kernel only supported in standard mode
Answer / guest
Cause: An attempt was made to connect to S: while in
enhanced mode
Action: Restart Windows in standard mode
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PLS-00173: SPACE, TAB or RETURN are disallowed as alternative quote delimiters
ORA-24079: invalid name string, names with AQ$_ prefix are not valid for string
ORA-07844: sllfop: LIB$GET_VM failure
ORA-28022: cannot grant external roles to global user or role
RMAN-06742: platform name 'string' longer than number
ORA-28672: UPDATE BLOCK REFERENCES may not be used on a global index
ORA-24909: call in progress. Current operation cancelled
ORA-04021: timeout occurred while waiting to lock object stringstringstringstringstring
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-19806: cannot make duplex backups in recovery area
DRG-10532: table is not partitioned
RMAN-06607: RMAN configuration parameters are: