PLS-00454: with a returning into clause, the table
expression cannot be remote or a subquery



PLS-00454: with a returning into clause, the table expression cannot be remote or a subquery..

Answer / guest

Cause: A reference to a remote table or subquery was found
in a sql statement with a returning into clause.

Action: Do not refer to it, or do use a subsequent select
statement.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-39056: invalid log file specification.

1 Answers  


ORA-32031: illegal reference of a query name in WITH clause

2 Answers  


ORA-07800: slbtpd: invalid number

1 Answers  


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...

0 Answers   IBM,


ORA-36910: (XSAGDNGL47) In AGGMAP workspace object, DYNAMIC MODEL workspace object can only edit the top level of its matching relation hierarchy.

1 Answers  






ORA-30162: The OCIFile context is not initialzed

1 Answers  


ORA-00036: maximum number of recursive SQL levels (string) exceeded

1 Answers  


QSM-02064: subquery in mv

1 Answers  


QSM-00764: the column string was not found in the user-defined workload table string.string

1 Answers  


RMAN-03035: Debugging turned off

1 Answers  


RMAN-00558: error encountered while parsing input commands

1 Answers  


ORA-16117: processing

1 Answers  


Categories