CARIS HPD : Database Administration : Exporting and Importing HPD Schemas (Oracle) : Exporting HPD Schemas : Grant Export Permission
 

Grant Export Permission

The HPD Schema owner account requires read and write access to the data pump directory. Connected as System, you can grant these privileges as follows:

> sqlplus system/password@databasename

SQL> grant read, write on directory data_pump_dir to hpdowner;

SQL> exit

This grant is also required on the target system when importing schemas as the HPD Schema Owner user.