Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: show me the tables

Re: show me the tables

From: Mick Rice <mick_rice_at_my-deja.com>
Date: Thu, 08 Feb 2001 10:58:26 GMT
Message-ID: <95tu4g$dbu$1@nnrp1.deja.com>

try 'select table_name from user_tables;'

In article <95tsh0$c48$1_at_nnrp1.deja.com>,   ckaandrp_at_my-deja.com wrote:
> I have a connection with a non-local Oracle database, made by a java
> program. I usually worked with mySQL and if I had established a
> connection with a database, I could get all the tablenames with a
 simple
> mySQL-query: "show tables". So now I want to do the same thing in
> Oracle, but I cant find a similar query. Is there some command in
 Oracle
> which enables me to get all the table names?
>
> thanks in advance
>
> Casper
>
> Sent via Deja.com
> http://www.deja.com/
>

--
Back it up !


Sent via Deja.com
http://www.deja.com/
Received on Thu Feb 08 2001 - 04:58:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US