ITPUB个人空间 »
gongzidong的个人空间
欢迎访问 gongzidong 的个人空间
我的回复
-
2008-06-25 13:00:59 / Oracle入门与认证
日志如下:INFO: Calling Action unixActions10.2.0.1.0registerForMakeinstallMakePath = /usr/bin/makeinstallMakeFileName = /oracle/product/10.2.0/db/rdbms/lib/ins_rdbms.mkinstallTarget = all_no_orclinstallArguments = ORACLE_HOME=/oracle/product/10.2.0/dbundoMakeFileName = nullundoTarget = nullundoArguments = nulllogFile = /oracle/product/10.2.0/db/install/make.logprogMsg = Linking RDBMS executables
查看(447)
评论(7)
-
2008-06-11 15:08:19 / Oracle数据库管理
本地数据库:oracle10g平台:windows具体步骤如下:create tablespace datadatafile 'C:My_applicationOracleproduct10.2.0oradataorclDATA.DBF' size 150mcreate user rman identified by rmandefault tablespace datatemporary tablespace temp ;grant resource , connect , recovery_catalog_owner to rman ;rmanconnect catalog rman/rmanRMAN> create catalog tablespace data;恢复目录数据库发生 ORACLE 错误:RMAN-00571: ==========================================================
查看(247)
评论(4)
-
2008-06-10 16:58:29 / Oracle数据库管理
由于归档文件没有备份,使得存放数据文件的硬盘没有空间。报归档错误,数据库不能使用了。像这样情况怎么处理的? 谢谢
查看(312)
评论(8)
-
2008-06-10 16:05:42 / Oracle数据库管理
是因为他发现我的控制文件比较old吗?他怎么发现的?和数据文件去比的?SQL> recover databaseORA-00283: recovery session canceled due to errorsORA-01610: recovery using the BACKUP CONTROLFILE option must be done
查看(404)
评论(10)
-
2008-06-09 11:27:27 / Oracle数据库管理
看ORACLE的资料,说RAC能够提高性能,使用廉价的PC服务器,组成RAC,替代小型机,在性能上有很大的提高,但又看到RAC中内部结构中,对资源的管理,使用GCS方式进行管理,每次修改,都需要在各节点间进行跳转,都需要resource master进行控制,那么,这样一来,使用RAC,真的能够提高性能吗,我对此有点疑惑了。
查看(761)
评论(20)
-
2008-06-03 20:58:56 / Oracle数据库管理
2008年6月3日 星期二 14时16分关于Oracle RAC ORA-27300 ORA-27301ORA-27302的问题环境描述:操作系统:AIX 5300-05-05数据库:Oracle 10.2.0.3 RAC双机系统: HACMP 5.2 +最新补丁包CPU:8C×2Memory:32GBSWAP : 8G系统于2008年5月28日中午10:14左右起,开始报告:alter.log 文件报告:Wed May 28 04:21:23 2008ORA-1461 encountered when generating server alert SMG-3500Wed May 28 10:14:37 2008Process startup failed, error stack:Wed May 28 10:14:37 2008Errors in
查看(570)
评论(9)