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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] how to list all user's table content use dbms_metadata.get_ddl???

Re: [Q] how to list all user's table content use dbms_metadata.get_ddl???

From: Ankur Shah <desert_moon_at_online.ie>
Date: Fri, 1 Apr 2005 09:30:20 -0500
Message-ID: <1112365820.424d5afce6763@mail.online.ie>


You can check the my script posted at

http://www.quest-pipelines.com/pipelines/dba/tips.htm

HTHU Ankur Shah
Oracle DBA
DHG-GA Quoting dba1 mcc <mccdba1_at_yahoo.com>:

> I tried to list all tables under user schema use
> "dbms_metadata.get_ddl" but fail. Does anyone know
> how to do it?
>
> SQL> select dbms_metadata.get_ddl( 'TABLE',,'USER1')
> from dual;
> select dbms_metadata.get_ddl( 'TABLE',,'USER1') from
> dual
> *
> ERROR at line 1:
> ORA-00936: missing expression
>
>
> Thanks.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> --
> http://www.freelists.org/webpage/oracle-l
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Apr 01 2005 - 09:35:02 CST

Original text of this message

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