ORA-29283 invalid file operation RAC expdp
I want to setup a cronjob to run backup certain schemas for ORCL RAC database on AIX 7.1.The db nodes have multiple dbs thus I will need to use @ORCL to achive this as ORCLisnt the default ORACLE_SID in the nodes.
When I run the backup as below it gives me error
export DATE=$(date +%Y-%m-%d-%H-%M)
expdp SYSTEM/<password>@ORCL DIRECTORY=ORCL_DUMP dumpfile=ORCL_${DATE}.dmp logfile=ORCL_${DATE}.log cluster=n schemas=HR,SCOTT
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, Oracle Label Security,
When I run the backup as below it gives me error
export DATE=$(date +%Y-%m-%d-%H-%M)
expdp SYSTEM/<password>@ORCL DIRECTORY=ORCL_DUMP dumpfile=ORCL_${DATE}.dmp logfile=ORCL_${DATE}.log cluster=n schemas=HR,SCOTT
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, Oracle Label Security,
0