Question

  Asked: Apr 23 2007   7:41 AM GMT
  Asked by: Dawoud


How I can Find Undelying Tables & Views in Oracle 11i (HRMS)


E-business

Hi,,,

i want to ask about the way that help me in finding the underlying Tables & Viwes because i used Record History Feature but it didn't work (Record History is not available).

Thanks in advance for your corporation..

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



In each version of Oracle, there's a management tool. I won't mention the name of it here, because the name keeps changing. However, it should be on your menues or in your applications list. You can navigate from database to schema, and within the schema see your tables, views, and program objects. Within tables, you can see columns, triggers, constraints, indeces, and the like. Within program objects, you can see procedures, functions, and packages.

To determine which tables are used in views, you can go to views and display the view definition. To determine which tables and views are used in program objects, you can go to the particular program object, and display its definition.
---
Sheldon Linker (sol@linker.com)
Linker Systems, Inc. (www.linker.com)
800-315-1174 (+1-949-552-1904)
  • AddThis Social Bookmark Button


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register