Re: How do I list Oracle table names

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<smdief@juno.com> a écrit dans le message news:
20021107.154835.530.124882@webmail1.wlv.untd.com...
> I'm very new at this.  Is there a way I can list all table names in an
Oracle database?


I thinl you know how to connect to Oracle via php (simple tutorial :
http://www.thickbook.com/extra/php_oracle.phtml)
To obtain a list of the tables, just execute this query :

select table_name from sys.all_tables
where owner = '<MYOWNER';

Regards,
Philippe



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux