EXP_FULL_DATABASE and ORA-01031
Hi,
I have a 10gR2 database. I created a user EXTRACTION with privileges EXP_FULL_DATABASE, CONNECT and CREATE TABLE.
When I try to export the database using EXPDP, it gives me ORA-01031 "insufficient privileges" for some tables.
The Note 1200303.1 says simply to give the privilege to the exporting user, but EXP_FULL_DATABASE has SELECT ANY TABLE.
Can anyone explain this to me?
Thanks.
0