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

Thread: Export Schema Question

Threaded View

  1. #2
    Join Date
    Sep 2003
    Location
    over the hill and through the woods
    Posts
    995
    You won't loose the grants. When the import imports the table, the following takes place....create the table, import the rows, create the indexes,triggers,constraints,give grants.
    If you take a schema export, you can effectivly go into the database and drop the user cascade, recreate the user and run the import and it will be just like it was before you started the process.

    also executing the following will help you see the light

    imp help=y
    Last edited by OracleDoc; 11-04-2004 at 09:26 AM.
    Oracle it's not just a database it's a lifestyle!
    --------------
    BTW....You need to get a girlfriend who's last name isn't .jpg

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