ORA-01102错误的解决
背景:
由于业务需要对一个数据的频繁的启停操作,刚开始启停数据库很正常,但是终于出现了错误,数据库启动的时候报错了,通过sqlplus运行startup的时候报ORA-01102的错误,查找了metalink终于找到了相应的解决方法;
解决...
Oracle Active database duplication
001 理论基础
active database duplication :A duplicate database that is created over a network without restoring backups of the target database. This technique is an alternative to backup-based duplication.
意即:duplicate数据库不需要通过还原目标数据库的备份,而是直接通过网络而创建。
如何让rac的各节点共享一个spfile?
10.2的RAC,各个节点使用各自的spfile,修改参数很不方便。如何才能让各个节点使用一个共享的spfile呢?
单独开启一个节点,show parameter spfile 发现使用的spfile文件不是共享磁盘上的 , 而是 dbs 下的spfilemxdell1.
[20120615]rman备份问题.txt
[20120615]rman备份问题.txtbackup spfile;Starting Control File and SPFILE Autobackup at 2012-06-15 09:37:09RMAN-00571: =================...
ORA-01102 的解决办法
安装完oracle 数据库后启时,遇到ora-01102错误。oracle@r05a11016.yh.com:/home/oracle>sqlplus "/as sysdba"SQL*Plus: Release 11.