Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at “SYS.UTL_FILE”, line 536
ORA-29283: invalid file operation
Cause: Oracle failed to read the default backup directory
Solution:
1. Recreate the logical directory with an administrator such as system (if you want to have the same name as the original logical directory, you need to delete the directory and recreate it first)
Create directory mydata as’ logical directory path ‘;
For example: create directory mydata as’/data/Oracle/mydata ‘;
Delete directory: drop directory mydata
2. Check whether the logical directory is created successfully
select * from dba_directories
3. Re expdp export or impdp import data. If the default logical directory used before needs to specify the directory
impdp system/ ddddd@orcl remap_schema=mydb:testdb directory=mydata DUMPFILE=data1.dmp table_exists_action=replace
Read More:
- How to Solve Expdp Error ORA-39126
- How to Solve canal & MYSQL or “Kafka cannot consume data” Error
- How to Solve Show() error caused by empty data
- [Solved] Failed to load response data: no data found for resource with given identifier
- How to Solve Excel Error Log 1: Data format error
- [Solved] Mac Install mongodb error: NonExistentPath: Data directory /data/db not found.
- [Solved] Hbase …ERROR: Unable to read .tableinfo from file:/hbaseData/data/default/table1/xxxx
- MAC-XXL_JOB Error: Failed to create parent directories for [/data/applogs/xxl-job/xxl-job-admin.log
- Sqoop exports hive data to MySQL Error [How to Solve]
- [Solved] Error downloading standard development IDs for MRPC. You will need to manually split your data.
- [Solved] MindSpore Error: “RuntimeError: Unable to data from Generator..”
- Sqoop Error: Can‘t parse input data: ‘\N‘ [How to Solve]
- [Solved] Laravel Create Data Table Error: Syntax error or access violation: 1071 Specified key was too long
- Causes of error in data transmission from spring boot to JSON
- SQL Server Error: Arithmetic overflow error converting expression to data type int.
- How to Fix Error 1069:The service did not start due to a logon failure
- No repositories directory found inside registry_ DATA_ DIR
- How to Fix Common Arcpy Error
- How to Solve Android jetpack Room Schema export Error
- Solve the data transfer between vue irrelevant components error: this.$store.commit is not a function