I am glad to know that we have Database forum here.
Just installed Oracle database server under Ubuntu Linux, It did took some time but finally beast is installed.
Now how do I list tables? Mysql has
So far I am able to login into the Oracle using command-line tool called SQL*Plus:Code:SHOW DATABASES; USE mydb; SHOW TABLES; SELECT * FROM mytable;
Now how do I list tables?Code:$ sqlplus scott/tiger
I am just taking print out of Oracle sql pdf but please give me command so that I know it is working.![]()

Reply With Quote
What's wrong? I hope I am not making you uncomfortable...
