SYSTEM.AD_DDL "no data found" exception
548336Dec 6 2006 — edited Dec 8 2006Hi,
I am facing an issue while trying to create a pl/sql object using the SYSTEM.create_plsql_object procedure. I have created the body with system.build_statement and after all the statements, make a call to SYSTEM.create_plsql_object to created the pl/sql object.
I am getting the following error when I try to execute this code.
06-DEC-2006 01:51:01
ORA-01403: no data found
ORA-06512: at "SYSTEM.AD_DDL", line 2712
ORA-06512: at "SYSTEM.AD_DDL", line 2671
ORA-01403: no data found
Not able to figure out the problem.
Thanks,
Sharad