ORA-27472: invalid metadata attribute string
Answer / guest
Cause: An invalid metadata attribute was specified.
Action: Reissue the command using a valid metadata attribute.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
DRG-12013: This method has already been performed - repeat operation?
ORA-13122: invalid topo_geometry specified
ORA-04033: Insufficient memory to grow pool
ORA-06816: TLI Driver: could not set the SPX SAP address
ORA-16603: Data Guard broker detected a mismatch in configuration ID.
ORA-17626: ksfdcre: string file exists
ORA-28510: heterogeneous database link initialization failed
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...
DRG-11819: Bad Request
ORA-13787: missing SQL profile for statement object "string" for tuning task "string"
RMAN-12007: cannot allocate more than number channels
ORA-15045: ASM file name 'string' is not in reference form