2TrLinux联盟用sqlplus链接数据库,运行以下命令
2TrLinux联盟
set pagesize 02TrLinux联盟
2TrLinux联盟
set long 900002TrLinux联盟
2TrLinux联盟
set feedback off2TrLinux联盟
2TrLinux联盟
set echo off 2TrLinux联盟
2TrLinux联盟
spool d:/get_schema.sql 2TrLinux联盟
2TrLinux联盟2TrLinux联盟
2TrLinux联盟
SELECT DBMS_METADATA.GET_DDL(TABLE,u.table_name)2TrLinux联盟
2TrLinux联盟
FROM USER_TABLES u;2TrLinux联盟
2TrLinux联盟
SELECT DBMS_METADATA.GET_DDL(INDEX,u.index_name)2TrLinux联盟
2TrLinux联盟
FROM USER_INDEXES u;2TrLinux联盟
2TrLinux联盟
spool off;