Menu :   Home | Blogging | Categories | | Gallery About | Chat

A quick tip on how to obtain the list of tables from a connected oracle database. Simply use the below query and it should list out all the tables used in the database.

[sql]
SELECT * FROM tab;
[/sql]

Hope this helps! 🙂

Posted at 12:04 am on July 17th, 2010 in Tips & Tricks with
Fatal error: Uncaught Error: Call to undefined function the_views() in /home/meshrane/public_html/on/talkz/wp-content/themes/sas/single.php:33 Stack trace: #0 /home/meshrane/public_html/on/talkz/wp-includes/template-loader.php(106): include() #1 /home/meshrane/public_html/on/talkz/wp-blog-header.php(19): require_once('/home/meshrane/...') #2 /home/meshrane/public_html/on/talkz/index.php(17): require('/home/meshrane/...') #3 {main} thrown in /home/meshrane/public_html/on/talkz/wp-content/themes/sas/single.php on line 33