<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ORACLE SOS - 体系结构</title>
    <link>http://ask.orasos.com/forum-56-1.html</link>
    <description>Latest 20 threads of 体系结构</description>
    <copyright>Copyright(C) ORACLE SOS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 24 Aug 2026 01:01:39 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://ask.orasos.com/static/image/common/logo_88_31.gif</url>
      <title>ORACLE SOS</title>
      <link>http://ask.orasos.com/</link>
    </image>
    <item>
      <title>What Is The Max LUN Size In ASM 12c ?</title>
      <link>http://ask.orasos.com/thread-2737-1-1.html</link>
      <description><![CDATA[APPLIES TO:Oracle Database - Enterprise Edition - Version 12.1.0.1 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Ve .]]></description>
      <category>体系结构</category>
      <author>xifenfei</author>
      <pubDate>Mon, 22 Jun 2020 06:07:02 +0000</pubDate>
    </item>
    <item>
      <title>关于ora_lms3~5_sid这个进程耗内存资源问题。</title>
      <link>http://ask.orasos.com/thread-2672-1-1.html</link>
      <description><![CDATA[服务器是11g的rac，3个节点，其中1节点和3节点都比较正常，2节点ora_lms3~5_sid这个进程耗内存资源。内存几乎用到100%。节点2上是部署的ogg复制进程，节点1也有，但是内存消耗不高。请解释下这种情况和这几个进程是做什么的，能否优化。

 ...]]></description>
      <category>体系结构</category>
      <author>smile_jackchen</author>
      <pubDate>Tue, 07 Apr 2015 06:12:46 +0000</pubDate>
    </item>
    <item>
      <title>ktsfs_txn[0]是什么意思</title>
      <link>http://ask.orasos.com/thread-2629-1-1.html</link>
      <description><![CDATA[用bbed查看一个手动管理段的段头，发现以下信息，不知道是什么，知道的请回答下，谢谢！

BBED&gt; p ktsfs_txn
struct ktsfs_txn[0], 20 bytes               @4176    
   ub2 ktsfsflg                             @4176     0x0000 (NONE)
   struct ktsfsxid, 8 byte ...]]></description>
      <category>体系结构</category>
      <author>xccheese</author>
      <pubDate>Mon, 03 Nov 2014 09:15:16 +0000</pubDate>
    </item>
    <item>
      <title>oracle db 生命周期</title>
      <link>http://ask.orasos.com/thread-307-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>体系结构</category>
      <author>xifenfei</author>
      <pubDate>Wed, 02 Jul 2014 03:07:42 +0000</pubDate>
    </item>
    <item>
      <title>oracle12c_parallel_process</title>
      <link>http://ask.orasos.com/thread-137-1-1.html</link>
      <description><![CDATA[飞总：
      oracle12c在启动数据库的时候启动的parallel进程比较多，研究过吗？cpu_count=48,启动数据库直接启动200+ Pxxx进程。
自己的环境如下抽时间研究下，]]></description>
      <category>体系结构</category>
      <author>travel.liu</author>
      <pubDate>Thu, 01 May 2014 14:52:57 +0000</pubDate>
    </item>
    <item>
      <title>PDB下建的用户只能以sysdba登录</title>
      <link>http://ask.orasos.com/thread-136-1-1.html</link>
      <description><![CDATA[我alter PLUGGABLE database XX　open;打开了PDB，并 alter session set container＝XX登录到了PDB。
但是我创建下的　　用户后貌似只能用sysdba登录 这是怎么回事啊]]></description>
      <category>体系结构</category>
      <author>tao32</author>
      <pubDate>Thu, 01 May 2014 12:23:53 +0000</pubDate>
    </item>
    <item>
      <title>11.2 asm dba_data_files 文件疑问</title>
      <link>http://ask.orasos.com/thread-91-1-1.html</link>
      <description><![CDATA[select * from dba_data_files where tablespace_name=\'A\', 显示A有三个数据文件，分别是datafile.205.567821、datafile01.ora、datafile02.ora；
用dbms_metadata.get_ddl(tablespace, A)只能得到datafile01.ora、datafile02.ora的语句，得不到的datafile.205.567821语 ...]]></description>
      <category>体系结构</category>
      <author>天王盖地虎</author>
      <pubDate>Thu, 17 Apr 2014 13:15:09 +0000</pubDate>
    </item>
    <item>
      <title>11.2 standby 库清理归档技巧</title>
      <link>http://ask.orasos.com/thread-47-1-1.html</link>
      <description><![CDATA[在11.2之前的版本中，如果你配置了dataguard会有个烦心的事情，就是要写脚本，定时清理备库的归档日志，如果长期不清理，可能导致备库因为归档满了而hang住。从11.2开始oracle考虑到大家在该问题上的烦恼，做了一些改进，让oracle自动清理备库归档
1.在rman中配置CONFIG ...]]></description>
      <category>体系结构</category>
      <author>xifenfei</author>
      <pubDate>Fri, 28 Mar 2014 15:22:14 +0000</pubDate>
    </item>
    <item>
      <title>ORACLE 12C创建CDB数据库脚本解析</title>
      <link>http://ask.orasos.com/thread-32-1-1.html</link>
      <description><![CDATA[对于ORACLE 12C 创建含pdb的脚本进行了初步的分析,欢迎一起探讨
ORACLE 12C创建CDB数据库脚本解析]]></description>
      <category>体系结构</category>
      <author>xifenfei</author>
      <pubDate>Mon, 24 Mar 2014 16:24:28 +0000</pubDate>
    </item>
    <item>
      <title>standby_file_management参数设置</title>
      <link>http://ask.orasos.com/thread-28-1-1.html</link>
      <description><![CDATA[设置standby_file_management参数后，是否只会影响主库新建数据文件的同步，主机现有表数据更新同步是否受影响，

例如修改容灾时（standby_file_management已置为Manual），主库某表内有update操作，该部分是否不受之前参数的影响，我这边的库没有standby redo log，谢 ...]]></description>
      <category>体系结构</category>
      <author>Johnny</author>
      <pubDate>Mon, 24 Mar 2014 03:54:06 +0000</pubDate>
    </item>
    <item>
      <title>Oracle常见后台进程及其功能汇总</title>
      <link>http://ask.orasos.com/thread-5-1-1.html</link>
      <description><![CDATA[*  ACMS (atomiccontrolfile to memory service) per-instance process is an agent thatcontributes to ensuring a distributed SGA memory update is either globallycommitted on success or globally aborted in the event of a failure in an OracleRAC environm ...]]></description>
      <category>体系结构</category>
      <author>xifenfei</author>
      <pubDate>Sat, 15 Mar 2014 12:53:52 +0000</pubDate>
    </item>
  </channel>
</rss>