Even using system because of DB vault i am getting some insufficient priveleges error.
So when you have db vault installed
Run the following statement as Database vault owner and you are good to go
EXEC DVSYS.DBMS_MACADM.AUTHORIZE_DATAPUMP_USER('XXX');
So when you have db vault installed
Run the following statement as Database vault owner and you are good to go
EXEC DVSYS.DBMS_MACADM.AUTHORIZE_DATAPUMP_USER('XXX');
here replace xxx with username you are trying to export with
No comments:
Post a Comment