ORA-31411: change set string is referenced by a change table
Answer / guest
Cause: The operation cannot be performed because the change
set contains one or more change tables.
Action: You will need to drop the change table(s) first,
then repeat the operation
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-01199: file string is not in online backup mode
PLS-00571: method access through data base link not yet supported on client side
IMP-00074: The constraints flagged by ALL_CONSTRAINTS.BAD will break in 2000 A.D.
RMAN-08011: including current controlfile in backupset
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-09949: Unable to get client operating system privileges
ORA-01158: database string already mounted
ORA-13215: window object is out of range
ORA-06772: TLI Driver: error sending command
ORA-24006: cannot create QUEUE, string already exists
SQL-01075: you are currently logged on
NZE-28750: unknown error