Guest User

Untitled

a guest
May 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. create tmp_table as select * from prod_db.prod_schema.table
  2.  
  3. create tmp_table as select * from prod_schema.table@prod_db
  4.  
  5. create tmp_table as select * from table@dblink
  6.  
  7. SELECT DBMS_METADATA.GET_DDL('INDEX',u.index_name)
  8. FROM USER_INDEXES u;
Add Comment
Please, Sign In to add comment