Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-21700 Object Does not exist or is marked for delete

2992177Oct 20 2015 — edited Oct 21 2015

We get above error for following code.

pastedImage_0.png

The table project_connection_tab_ is a plsql table defined as fallow

pastedImage_1.png

Type is defined in

Project_Connection_Util_API package specification.

pastedImage_2.png

pastedImage_3.png

Why do I get this error. usually this error occur if the PL/SQL table defined locally, but in this case it has been defined in Project_Connection_Util_API package

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2015
Added on Oct 20 2015
8 comments
2,428 views