【OCM】Oracle 12C OCMU 12c OCM升级考试大纲
Oracle Database 12c Certified Master Upgrade ExamExam Number: 12COCMUDuration:1 dayNumber of Questions:N/APassing Score:59.17%Exam EnvironmentOracle Linux Release 6.5 64 bitMozilla Browser, Text
【OGG】Oracle GoldenGate 11g (二) GoldenGate 11g 单向同步配置 下
Oracle GoldenGate 11g (二) GoldenGate 11g 单向同步配置 下 Item S...
【OGG】Oracle GoldenGate 11g (二) GoldenGate 11g 单向同步配置 上
Oracle GoldenGate 11g (二) GoldenGate 11g 单向同步配置 上Item Source System Target System Platform RHEL6.4 - 64bit RHEL6.4 - 64bit ...
【OGG】Oracle GoldenGate 11g (一) 安装GoldenGate 11g on Linux
Oracle GoldenGate 11g (一) 安装Oracle GoldenGate 11g on Linux Item Source System Target System Platform ...
【Linux】Linux操作系统 virtualbox虚拟机挂载光驱iso镜像文件安装oracle数据库软件
Linux操作系统 virtualbox虚拟机挂载光驱iso镜像文件安装oracle数据库软件 OS:RHEL6.4 64bit DB:Oracle Database 11.2.0.4 虚拟机:Oracle virtualbox 【实验背景】使用虚拟机进行linux操作系统上安装oracle数据库实验时如果采用上传oracle数据库安装包,在linux系统中解压后安装的方法,会导致导出虚拟机时生...
【Oracle】Windows安装oracle11gR1 database 11.1.0.6
Windows安装oracle11gR1 database 11.1.0.6 1.1右键 以管理员身份运行 setup 1.2netca配置监听程序 CMD窗口执行netca命令 一直点 下一步 查看监听状态 lsnrctl status 1.3dbca创建数据库 EMREP...
【Linux】Linux网络配置基础4 RHEL6 操作系统更换网卡
Linux网络配置基础4 RHEL6 操作系统更换网卡如服务器网卡故障更换网卡,或者服务器其他硬件故障,直接把硬盘拆下放到其他服务器上使用时。 都是网卡硬件发生变化,对应的是网卡mac地址改变。 此时系统启动起来后,网络是无法正常使用的。 涉及到一个文件 /etc/udev/rules.d/70-persistent-net.rules [root@rh...
【Oracle】Linux7安装11g Error in invoking target 'agent nmhs' of makefile
【Oracle】Linux7安装11g 86%报错:Error in invoking target 'agent nmhs' of makefileOS:Oracle Linux 7.2 64bitDB:Oracle 11.2.0.3 %86时出现报错 Error in invoking target 'agent nmhs' of makefile 解决方案 在makefile中添加链接libnnz11库的参数 修改$ORACLE_HOME/sysman/lib/ins_emagent.mk...
【Linux】Linux7服务管理 OracleLinux7 关闭、禁用防火墙服务
Linux7服务管理 OracleLinux7 关闭、禁用防火墙服务1查看防火墙状态 [root@lvxinghao ~]# systemctl status firewalld 2 查看开机是否启动防火墙服务 [root@lvxinghao ~]# systemctl is-enabled firewalld 3 关闭防火墙 [root@lvxinghao ~]# systemctl stop firewalld [root@lvxinghao ~]# systemctl s...
【Linux】Virtualbox 安装 Oracle Linux 7 -64位
Virtualbox 安装 Oracle Linux 7 -64位 1安装Oracle Linux操作系统 安装oracle linux 7.2 64位 规划: IP:192.168.6.88 hostname: lvxinghao.oracle.net root:root oracle:oracle 1.1查看配置 创建虚拟机前,检查 【管理】-【全局设定】: 1. 常规-默认虚拟电脑位置:指向磁盘空间充足的磁盘...
Oracle Life -----DBA的一天
一、活动状态检查 通过查询基本视图,确认数据库和实例处于正常运行状态,可以对外提供数据服务。1,实例状态:SQL> SELECT instance_name,status FROM v$instance; 查询返回实例名称、状态,正常状态应为open。2,连接用户:SQL> SELECT inst_id,username,COUNT(*)...
【Linux】Linux计划任务 crontab中%处理 unexpected EOF
Linux计划任务 crontab中%处理/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'使用date +%Y%m%d 形式,方便根据时间生成相应文件名称但在crontab中使用时,会出现错误,需要对%进行转义[oracle@rhel64 ~]$ date;date +%Y%m%d-%H%M%S Sat May 14 19:51:35 CST 2016 20160514-195135 [...
【RMAN】RMAN备份恢复3 RMAN增量备份脚本与crontab计划任务
RMAN备份恢复3 RMAN增量备份脚本与crontab计划任务 【RMAN增量备份】差异性增量备份 differential incremental backup,备份最近一次0级或1级备份之后发生改变的数据块。累积性增量备份 cumulative incremental backup,备份最近一次0级备份之后发生改变的数据块。下面实验使用默认的 差异增量备份备份策略:每...
【RMAN】RMAN备份恢复2 RMAN热备脚本与crontab计划任务
RMAN备份恢复2 RMAN热备脚本与crontab计划任务【rman热备】 热备(非一致性备份,不关库备份。热备要求数据库必须是归档模式) SYS@PROD>select * from v$version; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Releas...
【OCM】Oracle 10g OCM 考试大纲
Oracle Database 10g Administrator Certified Master Exam Platform Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 Oracle Enterprise Manager 10g Grid Control Release 10.2.0.1.1 Operating System: Oracle Enterprise Linux 5 Update 4 (OEL 5 Update 4) Notes about the exam Exam pa...
【RMAN】RMAN备份恢复1 RMAN冷备脚本与crontab计划任务
RMAN备份恢复1 RMAN冷备脚本与crontab计划任务 冷备(一致性备份,需要关库。非归档模式只能冷备) SYS@PROD>select version from v$instance; VERSION ----------------- 11.2.0.3.0 【创建目录】 创建rman冷备目录 [oracle@rhel64 ~]$ mkdir -p /u01/app/oracle/backup/rman_cold 创建备份脚本目录...
【RMAN】表空间基于时间点的RMAN恢复-TSPITR
表空间基于时间点的RMAN恢复-TSPITRRMAN Tablespace Point-in-Time Recovery (TSPITR)官方文档:Database Backup and Recovery User's Guide21 Performing RMAN Tablespace Point-in-Time Recovery (TSPITR)Performing Fully Automated RMAN TSPITR一、环境准备【查看当前数据库,处于归档模式】SYS@PROD>a...
【OCP】Oracle 11g OCP 1Z0-051 007
7. Which two statements are true regarding the USING and ON clauses in table joins? (Choose two.) A. Both USING and ON clauses can be used for equijoins and nonequijoins. B. A maximum of one pair of columns can be joined between two tables using the ON clause. C. The ON clause can be used to join...
【OCP】Oracle 11g OCP 1Z0-051 006
6. Examine the structure of the SHIPMENTS table: name Null Type PO_ID &nbs...
【OCM】Oracle 12c OCM 考试大纲
Oracle Database 12c Certified Master Examhttps://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:12COCMScoring *Acceptable performance on each skillset: Skillset 1 60%Skillset 2 46%...