I have created a user say A. I want to export some of my schemas using A user.
For example, I have B and C users. I want to export B schemas using A user. Which grant do I have to use?
I am using this statement:
EXP FILE = B.DMP OWNER(B)
But it is not working. A user has only select grant on B schemas. There is no other grant A has.
Which grant do I have to use?