Linux / UNIX Tech Support Forum
This is a discussion on How to List my tables in Oracle database within the Databases servers forums, part of the Mastering Servers category; I am glad to know that we have Database forum here. Just installed Oracle database server under Ubuntu Linux, It ...
|
|||||||
| Databases servers Discussions of databases of all types - especially MySQL. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 Code:
SHOW DATABASES; USE mydb; SHOW TABLES; SELECT * FROM mytable; 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. |
| Sponsored Links | ||
|
|
|
||||
|
To list all your tables in Oracle server, use the following command:
Code:
SELECT * FROM cat; Code:
sqlplus scott/tiger Code:
SELECT * FROM cat; Code:
COL table_name FORMAT a30; COL table_type FORMAT a30; Code:
SELECT * FROM cat;
__________________
Vivek | My personal blog Linux Evangelist + ADD [SOLVED] thread prefix to your thread when your problem is sorted out by editing your thread. + Always use CODE tags for posting system output and commands! |
|
||||
|
Oracle - i can't touth that :P
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
![]() |
| Tags |
| col , linux , oracle , select , sql , sqlplus , unix , windows |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Routing tables flushed | milank | Linux hardware | 3 | 12-24-2007 11:51 AM |
| Routing Tables flushed | milank | CentOS / RHEL / Fedora | 0 | 11-05-2007 11:26 PM |
| Installing oracle database on debian | raj | Databases servers | 1 | 08-16-2007 07:00 PM |
| IP Tables Configuration | jhn_daz@yahoo.com | Networking, Firewalls and Security | 2 | 07-23-2007 03:40 AM |
| Oracle "show databases" list | raj | Databases servers | 1 | 05-18-2007 01:21 AM |