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!

How to get SUBTYPE metadata like we get it for TYPE in a package

Uday SrinivasSep 20 2018 — edited Sep 20 2018

I have created a package with SUBTYPE which holds spatial record of other table. Now i want to see the SUBTYPE metadata like we get it for TYPE  created in a package. I want to get SUBTYPE with attributes it can hold or datatype it's associated with. Is there any possibility or metadata tables which holds subtype details. I tried with ALL_TYPES,ALL_PLSQL_TYPES,ALL_PLSQL_COLL_TYPES and ALL_PLSQL_TYPE_ATTRS.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2018
Added on Sep 20 2018
11 comments
761 views