Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Looking for a tool to print ORACLE schema as set of text or HTML pages.

by arturo (Vicar)
on Nov 09, 2001 at 22:22 UTC ( [id://124428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SELECT table_name FROM user_tables
    
  2. or download this
    SELECT column_name from ALL_CONS_COLUMNS WHERE owner= ? and table_name
    + = ?
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    close OUTPUT;
    select STDIN;
    $db->disconnect;
    
  4. or download this
    perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); 
    +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth
    +er_name\n"'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://124428]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found