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: MySQL -> Oracle

Re: MySQL -> Oracle

From: Holden <holdenje_at_nospam.msu.edu>
Date: Mon, 16 Oct 2000 22:02:21 GMT
Message-ID: <39eb7ab2.21883086@news.mcit.com>

On 16 Oct 2000 16:51:44 GMT, markku.s_at_usa.net (Markku S) wrote:

>Hi. I've used mysql before and now I have to do some oracle stuff. Which
>would be equivalents of mysql's SHOW TABLES and SHOW COLUMNS FROM table?

select * from user_tables; (or dba_tables if you have the privs)

and

desc table_name; Received on Mon Oct 16 2000 - 17:02:21 CDT

Original text of this message

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