Just looking for a little clarification on Oracle 11g imports.
I have a user that DOES have privileges to import & a second user that DOESN'T have privileges to import, I was basically wondering if I can use the user that does have privileges to import into the shemea for the user the does not.
So if for example:
User CANIMP does have privileges
User NOIMP does not have privileges
Would this import into the user that does not?
imp CANIMP/password123@localhost/ORCL file=my_dumpfile.dmp fromuser=CANIMP touser=NOIMP log=import_details.log