摘要:
-- 查看每天产生归档日志的数据量来源:http://blog.51cto.com/bjiokn/321878 alter session set nls_date_format='yyyy.mm.dd hh24:mi:ss';select trunc(completion_time) as ARC 阅读全文
摘要:
使用impdp导出数据时碰到ora-39006错误,错误提示如下所示: ORA-39006: internal error ORA-39213: Metadata processing is not available 初看到internal error的错误提示,下了一跳。Google一番的结果如 阅读全文
摘要:
使用rman复制数据库再重新打开时出现这个错误“ORA-01103: database name 'ORCLDG' in control file is not 'ORCL' ” 解决方法: 1.将D:\oracle\product\10.2.0\admin\orcl\pfile\init.ora中 阅读全文