<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Bo's Oracle Station - SECOUG数据库管理SIG</title>
    <link>https://www.botangdb.com/forum.php?mod=forumdisplay&amp;fid=68</link>
    <description>Latest 20 threads of SECOUG数据库管理SIG</description>
    <copyright>Copyright(C) Bo's Oracle Station</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 03 Jun 2026 19:41:35 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.botangdb.com/static/image/common/logo_88_31.gif</url>
      <title>Bo's Oracle Station</title>
      <link>https://www.botangdb.com/</link>
    </image>
    <item>
      <title>活动第49/50次（2018-09-01星期六上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1130</link>
      <description><![CDATA[autotrace脚本所在的位置：












KEEP:


cursor_sharing=similar:



---------------------------------
发布与否优化器统计信息：
看懂AWR的前提是看懂以下两个视图：]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 01 Sep 2018 01:42:20 +0000</pubDate>
    </item>
    <item>
      <title>资源消费者组和资源计划</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1114</link>
      <description><![CDATA[资源消费者组创建的语句：
让用户默认是有资格进的两个组的其中的一个：






-----------------------------------------------------------


下面做一个ratio的：



RATIO的不能有第二级CPU分配：


修改上限：

上下限都设置好的情况：

-- ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 11 Aug 2018 02:19:07 +0000</pubDate>
    </item>
    <item>
      <title>活动第47/48次（2018-08-11星期六上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1113</link>
      <description><![CDATA[作业组：
界面点出来的代码：
改成：]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 11 Aug 2018 01:41:02 +0000</pubDate>
    </item>
    <item>
      <title>远程数据库作业</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1108</link>
      <description><![CDATA[如果是一个存储过程，目的地那边要有这个存储过程吗：

在station199上建存储过程：]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 04 Aug 2018 09:57:43 +0000</pubDate>
    </item>
    <item>
      <title>filewatcher</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1107</link>
      <description><![CDATA[Linux Shell下面的文件观察家：
[root@station90 桌面]# until [ -f f.png ]; do sleep 1 ;  done ;echo \&quot;File exists\&quot;




filewatcher在64上一定要libpam链接：
REDHAT 6默认的样子:
[root@station90 ~]# cd /lib64/
[root@station90 lib64]# ls -l *libpam* ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 04 Aug 2018 07:25:36 +0000</pubDate>
    </item>
    <item>
      <title>活动第45/46次：scheduler（2018-08-04星期六上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1102</link>
      <description><![CDATA[1. 基于时间的schedule：
2. 基于时间的外部作业
（如果在windows上做：1. 打开组策略,用gpedit.msc命令。
2. 逐步找到compute configuration -- windows setting -- security setting -- local policy
-- user rights assignment -- log on as a batch job
3.双击 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 28 Jul 2018 08:32:01 +0000</pubDate>
    </item>
    <item>
      <title>活动第43/44次（2018-07-28星期六下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1101</link>
      <description><![CDATA[由于控制文件和外部表都是识别行和列，所以应该可以从控制文件推出外部表：
看看ccb.sql:
外部表都是只读的：


工行网银的控制文件：

icbc.sql的内容：


--------------------------------------二进制进出





作业完成主表进了dump ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 28 Jul 2018 01:29:42 +0000</pubDate>
    </item>
    <item>
      <title>导入和导出</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1096</link>
      <description><![CDATA[1. 目录对象是数据泵的要求。
2. “文本进”这个方向是sqlldr。
3. “二进制出\&quot;这个方向是expdp。
4. “二进制进”这个方向是impdp。




下面做一个sqlldr的例子：
HR去创建一个表：

建设银行的网上银行的对账单节选：
ccb.dat：
账　　号：436742 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 21 Jul 2018 09:16:42 +0000</pubDate>
    </item>
    <item>
      <title>活动第42次（2018-07-21星期六下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1095</link>
      <description><![CDATA[1. Mandatory auditing：
Trail在/u01/app/oracle/admin/orcl/adump（默认是文本形式）：


2. 12c 默认打开了SYSDBA (and SYSOPER) auditing：



3. Standard database auditing：
 3.1 先观察一下审计的选项：
 3.1.1 对象审计选项：
以上代表：所有者   ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 21 Jul 2018 03:25:34 +0000</pubDate>
    </item>
    <item>
      <title>verify_function的10g/11g/12c的版本</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1094</link>
      <description><![CDATA[10g：
11g：
[oracle@station90 ~]$ sqlplus /nolog

SQL*Plus: Release 12.1.0.2.0 Production on Sat Jul 21 10:41:05 2018

Copyright (c) 1982, 2014, Oracle.  All rights reserved.

SQL&gt; conn / as sysdba
Connected.
SQL&gt; @11g.sql

Function creat ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 21 Jul 2018 02:38:57 +0000</pubDate>
    </item>
    <item>
      <title>活动第40/41次（2018-07-18星期三，2018-07-21星期六上午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1091</link>
      <description><![CDATA[查询段头块（放的本块最重要的元数据：位图或者freelist）:
查询段的第一个块:





------------------------------------------------------------------------------用户账号的4个方面
1. Authentication  2. Account 3. Password 4. Session

sys的两重身 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Wed, 18 Jul 2018 12:06:54 +0000</pubDate>
    </item>
    <item>
      <title>表空间管理</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1087</link>
      <description><![CDATA[表空间管理主要就是回答两个问题：
1. 区怎么分配
2. 段内部哪些块算空块

Oracle 8以前：
问题1通过freelist来实现，数据文件头上放置第一个freelist指针，指向下一个未分配的区，该区头有第二个指针指向再下一个未分配的区。形成的整个链表反映成dba_exten ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 14 Jul 2018 09:00:24 +0000</pubDate>
    </item>
    <item>
      <title>活动第39次（2018-07-14星期六下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1086</link>
      <description><![CDATA[检查一下在根容器上有没有统一审计，并且打开新的统一审计：
如果要关掉统一审计，并且查看哪些是关掉的统一审计策略：

统一审计轨迹（unified_audit_trail），每个插件数据库看自己的，根容器看全部的：
根容器上的表空间创建是不会有统一审计的，统一审计只针对 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 14 Jul 2018 06:47:14 +0000</pubDate>
    </item>
    <item>
      <title>活动第38次（2018-07-14星期六上午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1085</link>
      <description><![CDATA[以下代码可以代替多租户书上P245页上的@create_burn_cpu.sql

：
使用图形界面创建书P245页上的两个资源计划（FAIRPLAN和UNFAIRPLAN）:


-&gt;


-&gt;


-&gt;


-&gt;点“Show SQL”：


-&gt;注意一定要填写下图的50/50：

产生的SQL语句：


以下是unfairp ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 14 Jul 2018 01:33:38 +0000</pubDate>
    </item>
    <item>
      <title>活动第36/37次（2018-07-07星期六上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1082</link>
      <description><![CDATA[多租户AG书的P167页有错，在插件数据库OPEN时坏掉了SYSTEM表空间，不需要关CDB：



做PITR，对照实验（5），先准备一下环境：
先进行自包含集检查：



11.2.0.3以后，以下删除用户的命令是不需要的(对环境没有要求)：



做备份（之前有备份也不需要做） ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 07 Jul 2018 02:29:01 +0000</pubDate>
    </item>
    <item>
      <title>活动第34/35次（2018-07-01星期日上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1078</link>
      <description><![CDATA[准备插入none-CDB（orcl2）到cdb2：


多租户书的这一页中的2.是完全没有必要的（原因是orcl2是OMF的数据库）


书上这么写是因为它的orcl2是普通的文件系统库，并且不是OMF的。前面讲过的，做插件数据库时，必须有自己的临时文件，所以文件名冲突就会报错。

 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sun, 01 Jul 2018 01:23:00 +0000</pubDate>
    </item>
    <item>
      <title>活动第32/33次（2018-6-30星期六上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1077</link>
      <description><![CDATA[阶段三结束，准备多租户的环境：
1. nid把 11g的一直使用的orcl数据库改成orcl2，以符合《Oracle Database 12c:Managing Multitenant Architecture》之Activity Guide对环境的要求。

2. 把ASM磁盘都扩展大一些：
3. 操作时的实际输出：
4. 清理一下原数据文件（现 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 30 Jun 2018 01:37:39 +0000</pubDate>
    </item>
    <item>
      <title>活动第30/31次（2018-06-23星期六上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1070</link>
      <description><![CDATA[下载实验用补丁：
http://124.16.180.178:8080/studentguide_sec_O11g/]http://124.16.180.178:8080/studentguide_sec_O11g/[/url]

密码同“活动第28/29次”MOS视频下载的链接。

学习opatch第一步：



有时候，甚至需要先升级opatch本身（看某个要打的patch ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 23 Jun 2018 01:55:23 +0000</pubDate>
    </item>
    <item>
      <title>活动第28/29次（2018-06-16星期六上下午）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1068</link>
      <description><![CDATA[FROM ACTIVE DATABASE实验：

1. 准备initdbclone1.ora：
2.准备orapwdbclone1：
3.启动auxiliary实例。（目的地实例）

先写/etc/oratab：
再. oraenv

4.在auxiliary实例的监听器上进行注册：
+ASM的listener.ora：
5. 分发tnsnames.ora（源头、目的地和第 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Sat, 16 Jun 2018 02:23:08 +0000</pubDate>
    </item>
    <item>
      <title>活动第27次（2018-06-13星期三）</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1065</link>
      <description><![CDATA[TRANSPORTABLE DATABASE
从windows那边，考过来的两个文本：
其中的参数文件
同时，在LINUX这边建一下该建的目录：



最终修改过的initorcl.ora:


有了参数 文件之后，启动到nomount：

接下来，编辑控制文件创建脚本：



控制文件创建完， 不完全恢 ...]]></description>
      <category>SECOUG数据库管理SIG</category>
      <author>botang</author>
      <pubDate>Wed, 13 Jun 2018 11:19:37 +0000</pubDate>
    </item>
  </channel>
</rss>