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

Thread: dropping a scheme

  1. #1
    Join Date
    Sep 2000
    Posts
    23
    Hi all,
    I want to drop a user CASCADE in order to perform a import for this user.
    Question 1. If the export was FULL, can I import just FROMUSER my user?
    Question 2. When I drop all the schema, what happens with the synonyms, I gess it will be dropped also. When I perform IMPORT FROMUSER, did I lost my synonyms?
    How about the permission granted to roles for theses synonyms?

    Any input is wellcome, Thanks

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    1)Yes
    2)Yes, if User owns any synonyms(personaly never tested, I guess)

    Make sure you create the user before importing and use

    fromuser=xxxx
    touser=xxxx

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