Skip to Main Content

APEX

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-20102: Application collection does not exist

517508Oct 20 2009 — edited Oct 22 2009
we have just started receiving this error though we have not changed any of our logic for creating collections.

ORA-20102: Application collection C_PORTS_FAV does not exist

the logic for all processes creating collections always starts with the following:

apex_collection.create_or_truncate_collection
(p_collection_name => 'C_PORTS_FAV');


my understanding is that if the collection does not exist, it will be created...and if it does exist, it will be truncated....so why the error?

any ideas appreciated. thanks
Karen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2009
Added on Oct 20 2009
7 comments
7,300 views