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

Thread: URGENT PLS HELP!!!

  1. #1
    Join Date
    Aug 2001
    Posts
    26
    OS => IBM AIX 4.3
    DB => ORACLE v8.1.6

    i am exporting a prod db to a test db. can I decrease the size
    of each table from the prod db then import it with the test db.

    eg:

    PROD =>
    FINANCIALS -> tablespaces of 4GB
    -> TBL_GL -> initial extent of 100M next is 100M
    -> TBL_TRAN_HIST -> initial extent of 300M next is 300M


    and i want to import this configs to the test environment using this storage:

    TEST =>
    FINANCIALS -> tablespaces of 2GB
    -> TBL_GL -> initial extent of 500K next is 500K
    -> TBL_TRAN_HIST -> initial extent of 500K next is 500K


    is this possible???? pls help.......





  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    just 2 tables? it's a piece of cake if so

  3. #3
    Join Date
    Aug 2001
    Posts
    26
    that's only a sample, they are maybe up to 20 of those in one tablespace and around 134 in that schema that I want to export

  4. #4
    Join Date
    Aug 2001
    Posts
    26
    can someone please advice....

  5. #5
    Join Date
    Oct 2000
    Posts
    467

    Hi

    Why would u want to do that..create the tables in the test db with the proper sizing parameters. Then take an export of the tables u want and import them back to test with ignore=y option. Hope this helps.


    Cheers,
    Vinit

  6. #6
    Join Date
    Aug 2001
    Posts
    26
    our test db has garbled data, now they want to put the product data to the test db. meaning they want to refresh the contents of the test db. but not the same size of the prod......

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