错误现象:
使用 exp、imp迁移数据,imp时报错:
imp-00058 发生错误 000372
ORA-000372 file cannot be modify at this time
。。。。。
错误原因:
热拷贝时,为避免关机,将相关表空间设置为 只读,拷贝后,未在目标机上 设为 online
解决:
alter tablespace XYZ online
错误现象:
使用 exp、imp迁移数据,imp时报错:
imp-00058 发生错误 000372
ORA-000372 file cannot be modify at this time
。。。。。
错误原因:
热拷贝时,为避免关机,将相关表空间设置为 只读,拷贝后,未在目标机上 设为 online
解决:
alter tablespace XYZ online