Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    As far as I know it is not possible, one solution could be doing the import in different steps. EG impdp shema=x, impdp schema=y, ... Only full=y will give you all the grants that you need. I generally precreate a grant script for the schema's I'm exporting. Commented Dec 4, 2013 at 12:58
  • 1
    If those are system privilege grants, then you have to manage them yourself, as they are not included in schema level expdp. For synonyms, check privileges in target db to see the schema owners have same privileges as in source. You don't need to order, it does not seen to be a order issue. Commented Dec 4, 2013 at 16:43