hi,
I wonder how can I view all available database in Oracle. I want to be able to identify specific database then view its tables so I can create store procedures to pull data in a reporting format.
I have not worked with Oracle before, but I have a client who gave me access to his plsql which prompt me to provide the following:
user name, password and hosting string
Then what, I guess I need to know more information about the database structure, so what command I should be typing to become familiar with the database, I need to be able to view all available database, view all table in each database, and become familiar with table relation ship so I can create the sql code which will return desired data.
I am sorry if my question is dumm.
Thanks for all your help and support
Al
I wonder how can I view all available database in Oracle. I want to be able to identify specific database then view its tables so I can create store procedures to pull data in a reporting format.
I have not worked with Oracle before, but I have a client who gave me access to his plsql which prompt me to provide the following:
user name, password and hosting string
Then what, I guess I need to know more information about the database structure, so what command I should be typing to become familiar with the database, I need to be able to view all available database, view all table in each database, and become familiar with table relation ship so I can create the sql code which will return desired data.
I am sorry if my question is dumm.
Thanks for all your help and support
Al