Database Utilities (MOSC)

MOSC Banner

ORA-29283 invalid file operation RAC expdp

edited Oct 23, 2012 5:02AM in Database Utilities (MOSC) 4 commentsAnswered
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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center