随笔分类 -  OCM

摘要:1、关闭集群数据库 srvctl stop database -d RAC 2、将节点一设置为归档模式 sqlplus / as sysdba startup mount alter database archivelog; alter database flashback on; alter da 阅读全文
posted @ 2019-01-21 10:51 orcl 阅读(191) 评论(0) 推荐(0) 编辑
摘要:一、GC agent安装 下面介绍GC agent的push和pull两种安装方法 1、push(推送)安装GC agent方法 1)、打开EMGC home page:https://even.oracle.com:7799/em/ 登录EMGC 密码/账号:sysman/oracle12 Cli 阅读全文
posted @ 2019-01-21 10:46 orcl 阅读(1122) 评论(0) 推荐(0) 编辑
摘要:1、创建表空间 create tablespace rman_tbs datafile '/u01/app/oracle/oradata/PROD1/rman_tbs01.dbf' size 200m; 2、创建用户 create user rman identified by rman defau 阅读全文
posted @ 2019-01-16 11:51 orcl 阅读(151) 评论(0) 推荐(0) 编辑
摘要:源库:192.168.162.200 oracle11g 目标库:192.168.162.199 node01 1.源端创建测试数据 [oracle@oracle11g admin]$ sqlplus test/oracle SQL*Plus: Release 11.2.0.4.0 Producti 阅读全文
posted @ 2018-12-11 23:08 orcl 阅读(1854) 评论(0) 推荐(0) 编辑
摘要:1、创建wallets目录 mkdir -p /u01/app/oracle/product/11.2.0/dbhome_1/wallets 2、修改sqlnet.ora文件 ENCRYPTION_WALLET_LOCATION= (SOURCE= (METHOD=file) (METHOD_DAT 阅读全文
posted @ 2018-12-06 16:15 orcl 阅读(476) 评论(0) 推荐(0) 编辑
摘要:一、临时表空间组创建 1、 SQL> alter tablespace temp tablespace group temgrp; Tablespace altered. 2、 SQL> create temporary tablespace temp2 tempfile '/u01/app/ora 阅读全文
posted @ 2018-10-30 18:05 orcl 阅读(408) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示