Exp in Oracle 12c [message #666114] |
Mon, 16 October 2017 06:16 |
|
snehalgandhi
Messages: 43 Registered: February 2011 Location: Ahmedabad
|
Member |
|
|
I have recently installed Oracle 12c (12.1.0.2) on OpenSuse machine. I am trying to take backup of the database by using exp utility with system user (exp system/password file=exp log=exp full=y statistics=none consistent=y).
Whole backup is done successfully but at the end i am getting an error as below
EXP-00008: ORACLE error 29280 encountered
ORA-29280: invalid directory path
ORA-06512: at "SYS.UTL_FILE", line 41
ORA-06512: at "SYS.UTL_FILE", line 478
ORA-06512: at "SYS.DBMS_AW_EXP", line 95
ORA-06512: at "SYS.DBMS_AW_EXP", line 1183
ORA-06512: at line 1
EXP-00085: The previous problem occurred when calling SYS.DBMS_AW_EXP.instance_extended_info_exp for object 85562
Can anyone please help me with this...
|
|
|
|
|
|
|
|