Connecting Tech Pros Worldwide Forums | Help | Site Map

reading oracle schema(structure)...

Newbie
 
Join Date: Sep 2006
Posts: 1
#1: Sep 1 '06
how to read oracle schema ( structure). I basically want to read out the variables and functional dependencies of a table and writing them on a XML file. can anyone help?

Newbie
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 13
#2: Sep 13 '06

re: reading oracle schema(structure)...


hi,

You want to see the schema objects..

Select * from user_objects;

You can see all type of user objects.


Thanks,

Mohan Reddy G
Reply