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!

Find the parent of a by Oracle created SYS_PLSQL type

Fred StoopendaalNov 2 2017 — edited Nov 6 2017

I am working with Oracle 12.1.0.2.0

When creating a pipelined function within a package and using a return type tab_table_type (definition: "type tab_table_type is table of tab%rowtype;") oracle is creating the type for the return value.

These types are starting with SYS_PLSQL and can be found using DBA_OBJECTS.

Where can I find the Parent of these kind of types. They cannot be found with  DBA_DEPENDENCIES.

N.B. When I have a separate schema with the same package Oracle create the types also on the other schema and I cannot remove or replace the package anymore.

This is the reason why I want to know the parents of the SYS_PLSQL types.

Regards,

fred.

This post has been answered by Fred Stoopendaal on Nov 6 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2017
Added on Nov 2 2017
15 comments
2,538 views