01 2019 档案
摘要:1、关闭集群数据库 srvctl stop database -d RAC 2、将节点一设置为归档模式 sqlplus / as sysdba startup mount alter database archivelog; alter database flashback on; alter da
阅读全文
摘要:一、GC agent安装 下面介绍GC agent的push和pull两种安装方法 1、push(推送)安装GC agent方法 1)、打开EMGC home page:https://even.oracle.com:7799/em/ 登录EMGC 密码/账号:sysman/oracle12 Cli
阅读全文
摘要:1) Loss of system DATAFILE 2) Loss of non-system DATAFILE 3) Loss of a DATAFILE without Backup 4) Loss of a CONTROLFILE 5) Loss of all the CONTROLFILE
阅读全文
摘要:1、创建表空间 create tablespace rman_tbs datafile '/u01/app/oracle/oradata/PROD1/rman_tbs01.dbf' size 200m; 2、创建用户 create user rman identified by rman defau
阅读全文