dbTalk Databases Forums  

oracle schema 'navigation'

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss oracle schema 'navigation' in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dave
 
Posts: n/a

Default oracle schema 'navigation' - 03-29-2007 , 03:15 PM






Hi,

I'm quite new to using databases, and have working knowledge of SQL.

Are there any GUI/visual tools available that would quickly show me
what foreign key / primary keys are defined on tables?


Reply With Quote
  #2  
Old   
sybrandb@hccnet.nl
 
Posts: n/a

Default Re: oracle schema 'navigation' - 03-29-2007 , 04:31 PM






On 29 Mar 2007 13:15:44 -0700, "dave" <dave8421 (AT) hotmail (DOT) com> wrote:

Quote:
Hi,

I'm quite new to using databases, and have working knowledge of SQL.

Are there any GUI/visual tools available that would quickly show me
what foreign key / primary keys are defined on tables?
you don't need a GUI

set long 1000000
select dbms_meta_data.get_ddl('TABLE',<tablename>,<schema >) from dual;

and you are there.

You are aware of Sql Developer, from Oracle?
Can be downloaded from http://otn.oracle.com for free.

--
Sybrand Bakker
Senior Oracle DBA


Reply With Quote
  #3  
Old   
Robert Klemme
 
Posts: n/a

Default Re: oracle schema 'navigation' - 03-30-2007 , 04:34 AM



On 29.03.2007 23:31, sybrandb (AT) hccnet (DOT) nl wrote:
Quote:
On 29 Mar 2007 13:15:44 -0700, "dave" <dave8421 (AT) hotmail (DOT) com> wrote:

I'm quite new to using databases, and have working knowledge of SQL.

Are there any GUI/visual tools available that would quickly show me
what foreign key / primary keys are defined on tables?

you don't need a GUI

set long 1000000
select dbms_meta_data.get_ddl('TABLE',<tablename>,<schema >) from dual;

and you are there.

You are aware of Sql Developer, from Oracle?
Can be downloaded from http://otn.oracle.com for free.
Enterprise Manager Database Control will also provide this information
quite easily.

Regards

robert


Reply With Quote
  #4  
Old   
dmol
 
Posts: n/a

Default Re: oracle schema 'navigation' - 04-01-2007 , 05:51 PM



On Mar 29, 10:15 pm, "dave" <dave8... (AT) hotmail (DOT) com> wrote:
Quote:
Hi,

I'm quite new to using databases, and have working knowledge of SQL.

Are there any GUI/visual tools available that would quickly show me
what foreign key / primary keys are defined on tables?
TOAD is an easy and powerful tool for managing databases like Oracle,
from v7.x to 10g : browse all the tables per user, display the index,
constraints (primary and foreign keys), triggers, tablespaces, opened
sessions, etc...
You can get a free version here : http://www.quest.com/toad_for_oracle/

--
David



Reply With Quote
  #5  
Old   
Rui
 
Posts: n/a

Default Re: oracle schema 'navigation' - 04-11-2007 , 02:59 PM



On Mar 29, 1:15 pm, "dave" <dave8... (AT) hotmail (DOT) com> wrote:
Quote:
Hi,

I'm quite new to using databases, and have working knowledge of SQL.

Are there any GUI/visual tools available that would quickly show me
what foreign key / primary keys are defined on tables?
Oracle also offers a free tool called "oracle sql developer", which is
available at http://www.oracle.com/technology/index.html.

Rui



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.