dbms_metadata adalah Package Oracle yang berhubungan dengan metadata Oracle. (lihat Dokumentasi Oracle tentang Package2 di Oracle)
Dual itu dummy table di Oracle pak. CMIIW Dino _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Oscar Wilyanto Sent: Thursday, December 21, 2006 5:02 PM To: [email protected] Subject: Re: [indo-oracle] Show create table di Oracle Thank you so much para masters.. sudah bisa.. ngomong2 'dbms_metadata' itu apa yah? juga yang namanya 'dual' itu apa yah? ----- Original Message ----- From: Ujang Jaenudin To: indo-oracle@ <mailto:indo-oracle%40yahoogroups.com> yahoogroups.com Sent: Thursday, December 21, 2006 4:18 PM Subject: Re: [indo-oracle] Show create table di Oracle kalo oracle anda versi 10g: desc dbms_metadata; ---- GET_DDL (FUNCTION) <return value> CLOB OUT GET_DDL OBJECT_TYPE VARCHAR2 IN GET_DDL NAME VARCHAR2 IN GET_DDL SCHEMA VARCHAR2 IN DEFAULT GET_DDL VERSION VARCHAR2 IN DEFAULT GET_DDL MODEL VARCHAR2 IN DEFAULT GET_DDL TRANSFORM VARCHAR2 ---- select sys.dbms_metadata.get_ddl('TABLE','EMP','SCOTT') from dual; salam, J [Non-text portions of this message have been removed] ---------------------------------------------------------- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. MKD Group therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. MKD Group, www.mkdgroup.com ---------------------------------------------------------- [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]

