<[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > 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