DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Table level export

  1. #1
    Join Date
    Apr 2006
    Posts
    24

    Table level export

    Hi,
    Is there any way to Import tablelevel Export in different tablespaces.
    like table1 in tablespace 1, table2 in tablespace2.

    Thanks in advance.

  2. #2
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    Set default tablespace to tbs1
    import (only) Table1
    Set default tablespace to tbs2
    import (only) Table2
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

  3. #3
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Cool


    -- OR -- pre-create the tables in those tablespaces and import IGNORE=Y
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  4. #4
    Join Date
    Apr 2006
    Posts
    24
    Thanks Thomasps
    Thanks LKBrwn_DBA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width