- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 02:30 AM
Hi All,
Can someone help me in identifying the fields created on a specific table and the fields inherited by that table from its parent table.
I am unable to find any specific column for the same.
Thanks in Advance!
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 03:37 AM
Hi Omkar,
In dictionary, you mean to sys_dictionary or dictionary or each field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 03:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 05:21 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 02:54 AM
Hi,
Another way is navigate to sys_db_object.list it will give you all table list search for child table name and open that table record. Under column section you will find all the fields and their description(which are inherited and which are custom).
Check below screenshot for reference.
Mark correct/helpful based on impact.
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 03:37 AM
Hi Dhanajay,
I have checked it, in my case total 145 records are there and it is showing the table name as the same table in which I am checking. But it has most of the fields inherited.
So, I am not able to differentiate.