ORA-16075: standby database destination mismatch
Answer / guest
Cause: A standby database destination was specified that is
not accessed by another instance.
Action: All database instances must access the same standby
databases.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-02782: Both read and write functions were not specified
ORA-37132: (XSCCOMP07) Incremental aggregation over the dense DIMENSION workspace object is not supported when aggregating a VARIABLE dimensioned by a COMPRESSED COMPOSITE.
ORA-08233: smsdes: cannot unmap SGA
O2I-00130: Invalid Java file name
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-01656: max # extents (string) reached in cluster string.string
NNO-00266: cannot find document "string" in configuration database
SQL*Loader-00285: %s may be used only in conventional path.
ORA-16107: all log data from primary has been processed
PLS-00429: unsupported feature with RETURNING clause
ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
ORA-24355: attempt to store a negative number in an Unsigned Display type.