摘要:
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 数据库打开模式,非归档模式,非当前日志损坏 SQL> archiv 阅读全文
posted @ 2016-02-01 09:52
__Yoon
阅读(1974)
评论(0)
推荐(0)
摘要:
查看索引占用空间大小:select (sum(bytes)/1024/1024)||'MB' from dba_segments where segment_name = 'PK_EMP';170MB查看表占用空间大小select (sum(bytes)/1024/1024)||'MB' from 阅读全文
posted @ 2016-02-01 09:51
__Yoon
阅读(1101)
评论(0)
推荐(0)
摘要:
1、启动命令是[oracle@yoon ~]$ cd $ORACLE_HOME/bin [oracle@yoon ~]$ ./emctl start dbconsole 停止命令是[oracle@yoon ~]$ ./emctl stop dbconsole 查看oem状态 [oracle@yoon 阅读全文
posted @ 2016-02-01 09:51
__Yoon
阅读(408)
评论(0)
推荐(0)
摘要:
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 收缩表空间大小,最小必须是该表空间目前最大块段的大小 查看YOON 阅读全文
posted @ 2016-02-01 09:51
__Yoon
阅读(220)
评论(0)
推荐(0)
摘要:
1.用oracle用户登录如果要再次安装, 最好先做一些备份工作。包括用户的登录脚本,数据库自动启动关闭的脚本,和Listener自动启动的脚本。要是有可能连创建数据库的脚本也保存下来 2.使用SQL*PLUS停止数据库[oracle@yoon oracle]$ sqlplus /nologSQL> 阅读全文
posted @ 2016-02-01 09:50
__Yoon
阅读(449)
评论(0)
推荐(0)
摘要:
OS: windows server 2008 R2 enterprise DB: 11.2.0.1.0 数据库配置: ORACLE_BASE=D:\app\Administrator ORACLE_HOME=D:\app\Administrator\product\11.2.0\dbhome_1 阅读全文
posted @ 2016-02-01 09:50
__Yoon
阅读(2878)
评论(0)
推荐(0)
摘要:
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production ① RMAN异机恢复的时候,db_name必须相同。如果想要改别的 阅读全文
posted @ 2016-02-01 09:49
__Yoon
阅读(434)
评论(0)
推荐(0)
摘要:
吉庆师傅整理: http://www.itpub.net/thread-1418150-1-1.html 阅读全文
posted @ 2016-02-01 09:48
__Yoon
阅读(106)
评论(0)
推荐(0)
摘要:
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 1. 如何获取数据库的DBID 由于DBID在控制文件和数据文件都 阅读全文
posted @ 2016-02-01 09:48
__Yoon
阅读(304)
评论(0)
推荐(0)
摘要:
OS: [root@yoon ~]# more /etc/oracle-releaseOracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Produ 阅读全文
posted @ 2016-02-01 09:47
__Yoon
阅读(510)
评论(0)
推荐(0)