ORA-30511: invalid DDL operation in system triggers
Answer / guest
Cause: An attempt was made to perform an invalid DDL
operation in a system trigger. Most DDL operations currently
are not supported in system triggers. The only currently
supported DDL operations are table operations and
ALTER?COMPILE operations.
Action: Remove invalid DDL operations in system triggers.
Please add more information about this Error
| Is This Answer Correct ? | 2 Yes | 0 No |
RMAN-03015: error occurred in stored script string
ORA-31662: metadata transform name can not be defaulted
ORA-10585: Test recovery can not apply redo that may modify control file
ORA-14293: Number of partitioning columns does not match number of subpartitioning columns
ORA-19704: file name exceeds maximum length of string
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...
NID-00416: Change of database name failed.
ORA-33247: (CRENAME03) %K is already a value of the dependent UNIQUE concat dimension workspace object, from leaf dimension workspace object.
ORA-02361: error while attempting to allocate number bytes of memory
RMAN-08523: restoring datafile string to string
ORA-32307: must use FROM ONLY clause when referencing an object table
ORA-27042: not enough space on raw partition to fullfill request