Hi Masters,
I am getting error. Please advise.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> create or replace directory DATA_PUMP_DIR_1 as 'dr/exp/DataPump/';
Directory created.
SQL> grant read,write on directory data_pump_dir_1 to sys;
grant read,write on directory data_pump_dir_1 to sys
*
ERROR at line 1:
ORA-01749: you may not GRANT/REVOKE privileges to/from yourself
Regards
AR