蓝红石

生活与工作点滴

   :: 首页  ::  :: 联系 :: 订阅 订阅  :: 管理

2012年7月3日

摘要: 环境:oracle10gR2 solaris10操作:在没有创建pfile的情况下,直接执行了以下命令1 SQL>create pfile from spfile;2 SQL>shutdown immediate3 SQL>startup4 ORA-00205: error in identifying control file, check alert log for more info查看alter_TEST.log文件Tue Jul 03 13:37:49 CST 2012Starting ORACLE instance (normal)Tue Jul 03 13:37 阅读全文
posted @ 2012-07-03 14:10 蓝红石 阅读(17661) 评论(0) 推荐(0) 编辑

摘要: 环境oracle10gR2 solaris10在执行sql_trace查看一些sql执行情况时,做了一下操作: 1 SQL>alter system set sql_trace scope=both; 2 SQL>shutdown immediate 3 SQL> startup 4 ORA-32004: obsolete and/or deprecated parameter(s) specified 5 ORACLE instance started. 6 Total System Global Area 167772160 bytes 7 Fixed Size ... 阅读全文
posted @ 2012-07-03 11:40 蓝红石 阅读(2025) 评论(0) 推荐(0) 编辑