PLS-00653: aggregate/table functions are not allowed in
PL/SQL scope



PLS-00653: aggregate/table functions are not allowed in PL/SQL scope..

Answer / guest

Cause: User tried to use a table/aggregate function in
PL/SQL scope.

Action: Do not use table/aggregate function in PL/SQL scope.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 15 No

Post New Answer

More Oracle Errors Interview Questions

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,


RMAN-08119: skipping backup piece handle string; already exists

1 Answers  


TNS-12633: No shared authentication services

1 Answers  


DRG-10823: invalid query name

1 Answers  


NNL-00415: Name: string

1 Answers  






NZE-28770: Data source is already initialized.

1 Answers  


ORA-28508: invalid value string for Heterogeneous Services initialization parameter string

1 Answers  


NNL-00962: Cache checkpoint failures: number

1 Answers  


ORA-14118: CHECK constraint mismatch in ALTER TABLE EXCHANGE PARTITION

1 Answers  


ORA-33313: (DELDENT05) workspace object cannot be deleted because it is the target of an external partition of a partitioned variable.

1 Answers  


ORA-13410: invalid layerNumbers or bandNumbers parameter

1 Answers  


RMAN-20311: ambiguous proxy copy handle

1 Answers  


Categories