源端 oracle [oracle@node1 ogg]$ sqlplus /nolog SQL*Plus: Release 11.2.0.4.0 Production on Sat Aug 27 10:07:16 2016 Copyright (c) 1982, 2013, Oracle. All rights reserved. SQL> connect /as sysdba ...
源端 oracle [oracle@node1 ogg]$ sqlplus /nolog SQL*Plus: Release 11.2.0.4.0 Production on Sat Aug 27 10:07:16 2016 Copyright (c) 1982, 2013, Oracle. All rights reserved. SQL> connect /as sysdba ...
2016/12/23 19:24:09 1.主机版本信息: [root@node1 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.7 (Santiago) [root@node1 ~]# arch x86_64 [root@node1 ~]# uname -a Linux node1 2 ...
16. aa,bb表都有20个字段,且记录数量都很大,aa,bb表的X字段(非空)上有索引, 请用SQL列出aa表里面存在的X在bb表不存在的X的值,请写出认为最快的语句,并解译原因。(10分)。 求解答。 ...
用户订购产品,需要查询必须订购了产品1,但是产品2,3,4,5没有全部订购的用户 这个需要怎么查询 servst 用户表 product 产品表 关联通过用户id(servid) ...
Arch 异步应用:主库默认4个Arch: LGWR 同步应用: Lgwr + sync (最大保护模式的传输方式) Lgwr 异步传输gwr Asycn ...
Oracle 12C Dataguard 环境:centOS 6.4 64bit oracle 12C 12.1.0.1.0 - 64bit 主库:10.168.9.52 sid=bbc db_unique_name=bbc 备库:10.168.9.53 sid=bbc db_unique_name=abc 主库配置: 1.数据库修改为归 ...
rownum 是Oracle 数据库提供的一个伪列 ,善用此伪列可以解决很多经典的sql问题 避免编写复杂的查询或者PL/SQL来解决一些典型问题,极大提高程序效率,降低编码量. 本次公开课将详细讲述关于rownum的编程技巧与原理: ...
今天对对rman中的incarnation(化身)进行了笔记整理和做了实验 写了实验笔记,该笔记主要是对incarnation进行概念分析,和利用incarnation解决RMAN-20208的错误。 感兴趣的可以看下我的博客笔记:http://blog.itpub ...