<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet href="http://blog.itpub.net//styles/rss.css" type="text/css"?>

    <rss version="2.0" 
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
    ><channel>
<title>muyeqing</title>
<link>http://muyeqing.itpub.net</link>
<description></description>
<pubDate>Sat,20 03 2010 00:34:31</pubDate>
<generator>http://www.plogworld.net</generator>
<item>
<title>连接rman</title>
<description>1 nocatalog mode例：target database: gate234rman target sys/guanliyuan@gate234 nocatalog2 catalog mode例：target database: gate234 catalog database: gatewayrman target sys/guanliyuan@gate234 catalog rman/guanliyuan@gateway</description>
<link>http://muyeqing.itpub.net/post/6950/45811</link>
<comments>http://muyeqing.itpub.net/post/6950/45811</comments>
<guid>http://muyeqing.itpub.net/post/6950/45811</guid>
<dc:creator>muyeqing</dc:creator>
<category>rman</category>
<pubDate>Mon,14 11 2005 13:35:31</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>select from function</title>
<description>CREATE TYPE recordDev AS OBJECT (dev_id NUMBER, dev_name varchar2(100)); / CREATE TYPE tableDev AS TABLE OF recordDev / create or replace function returndevdata(p_dg_id number) return tabledev isv_record_temp recorddev := recorddev(null,null); v_loc_temp_table tabledev; BEGIN v_loc_temp_table := tabledev(null); v_loc_temp_table.Trim; for c in (SELECT d.dev_id AS dev_id,g.DG_NAME||'/'||d.dev_name AS group_and_dev_name FROM DEVICECONFIG d, DEVICEGROUPASSIGNMENT a,DEVICEGROUPCONFIG g WHERE a.dga_dg...</description>
<link>http://muyeqing.itpub.net/post/6950/44114</link>
<comments>http://muyeqing.itpub.net/post/6950/44114</comments>
<guid>http://muyeqing.itpub.net/post/6950/44114</guid>
<dc:creator>muyeqing</dc:creator>
<category>Oracle</category>
<pubDate>Thu,27 10 2005 13:23:14</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>import blob到不同的表空间</title>
<description>import带有blob字段的表到不同的表空间会报错： ora-00959 表空间不存在FIX：1. 将该表在要导入的数据库中先先建好2. 导入时选择参数ignore=y3. 导入该表</description>
<link>http://muyeqing.itpub.net/post/6950/39889</link>
<comments>http://muyeqing.itpub.net/post/6950/39889</comments>
<guid>http://muyeqing.itpub.net/post/6950/39889</guid>
<dc:creator>muyeqing</dc:creator>
<category>Oracle</category>
<pubDate>Fri,02 09 2005 14:49:49</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>awm连接数据库的问题</title>
<description>连接数据库的时候报错：关闭的连接FIX: 使用以下方法连接数据库&lt;username&gt;/&lt;pwd&gt;@&lt;host&gt;:1521:&lt;sid&gt;参考metalink254587.1</description>
<link>http://muyeqing.itpub.net/post/6950/39146</link>
<comments>http://muyeqing.itpub.net/post/6950/39146</comments>
<guid>http://muyeqing.itpub.net/post/6950/39146</guid>
<dc:creator>muyeqing</dc:creator>
<category>数据仓库</category>
<pubDate>Fri,26 08 2005 10:18:34</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>在windows下安装9.2.0.6patch</title>
<description>1. stop所有的distribution, iis和oracle服务, 如果还是不行重启机器再关服务2. 安装patch3. 启动数据库, migrate模式startup migrate4. 运行catpatch.sql (%ORACLE_HOME%rdbmsadmin)</description>
<link>http://muyeqing.itpub.net/post/6950/38388</link>
<comments>http://muyeqing.itpub.net/post/6950/38388</comments>
<guid>http://muyeqing.itpub.net/post/6950/38388</guid>
<dc:creator>muyeqing</dc:creator>
<category>install and upgrade</category>
<pubDate>Wed,24 08 2005 00:00:28</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>ORA-28575的解决方法</title>
<description>解决ora-28575的问题(参考METALINK 70638.1):引起该错误的原英:1) 数据库不能建立到到external procedure listener的连接数据库使用tnsnames.ora文件中的extproc_connection_data服务名连接external_procedure_listener2) 或者external procedure listener不能执行extproc agentexternal procedure listener启动一个external procedure agent进程为external procedure execution请求服务解决方法: 正确地配置listener.ora和tnsnames.ora文件1)listener.ora文件, 在文件中增加下面两段内容CALLOUT_LISTENER = (ADDRESS_LIST = (ADDRESS = (...</description>
<link>http://muyeqing.itpub.net/post/6950/38265</link>
<comments>http://muyeqing.itpub.net/post/6950/38265</comments>
<guid>http://muyeqing.itpub.net/post/6950/38265</guid>
<dc:creator>muyeqing</dc:creator>
<category>Oracle</category>
<pubDate>Tue,16 08 2005 13:48:10</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>log miner</title>
<description>1 初始化设置1) 设置UTL_FILE_DIR2) 设置DATABASE运行在ARCHIVE_LOG模式下2 以SYSDBA登陆3 生成字典文件, 在运行dbms_logmnr.start_logmnr时会用到dbms_logmnr_d.build(dictionary_filename-&gt; ?supplemental logging?4 dbms_logmnr.add_logfile 增加一个LOG文件到待处理列表中例: execute dbms_logmnr.add_logfile(logfilename =&gt; 'D:oracleoradatatvsnbbcarcharch_133.arc',options =&gt; dbms_logmnr.new);5 dbms_logmnr.start_logmnr(dictfilename, options)例: execute dbms_logmnr.start_logmnr(dictfilename =&gt; 'd:ora_fileminer_0801....</description>
<link>http://muyeqing.itpub.net/post/6950/37743</link>
<comments>http://muyeqing.itpub.net/post/6950/37743</comments>
<guid>http://muyeqing.itpub.net/post/6950/37743</guid>
<dc:creator>muyeqing</dc:creator>
<category>Oracle</category>
<pubDate>Wed,10 08 2005 14:30:28</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>OLTP  and OLAP</title>
<description>OLTP - online transaction processingOLAP - online analytical processing设计OLTP和OLAP时的区别OLTP: 1. 设置较多但较小的回滚段2. PCTFREE 高3. SHARED POOL大4. 较大的日志文件5. MTS6. db_block_size大: 16KOLTP1. 设置较少但较大的回滚段2. PCTFREE = 03. 设置较大的BUFFER_CACHE4. 较小的日志文件5. 较大的SORT_AREA_SIZE6. db_block_size小: 2k或4k</description>
<link>http://muyeqing.itpub.net/post/6950/36873</link>
<comments>http://muyeqing.itpub.net/post/6950/36873</comments>
<guid>http://muyeqing.itpub.net/post/6950/36873</guid>
<dc:creator>muyeqing</dc:creator>
<category>Oracle</category>
<pubDate>Sun,31 07 2005 08:59:37</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>INTERVAL literals</title>
<description>An interval specifies a period of time. interval_year_to_monthINTERVAL 'integer [- integer]' { YEAR | MONTH } [( precision )] [TO { YEAR | MONTH }]Examples: INTERVAL '123-2' YEAR(3) TO MONTHAn interval of 123 years, 2 months. You must specify the leading field precision if it is greater than the default of 2 digits.INTERVAL '123' YEAR(3)An interval of 123 years 0 months.INTERVAL '300' MONTH(3)An interval of 300 months.INTERVAL '4' YEARMaps to INTERVAL '4-0' YEAR TO MONTH and indicates 4 years.IN...</description>
<link>http://muyeqing.itpub.net/post/6950/36726</link>
<comments>http://muyeqing.itpub.net/post/6950/36726</comments>
<guid>http://muyeqing.itpub.net/post/6950/36726</guid>
<dc:creator>muyeqing</dc:creator>
<category>Oracle</category>
<pubDate>Fri,29 07 2005 16:19:37</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
<item>
<title>flashback</title>
<description>1 related parametersUNDO_MANAGEMENT = AUTOset UNDO_TABLESPACE to provide an undo tablespaceUNDO_RETENTION2 grant flashback to 3 query use &quot;as of&quot; clauseExample1 query by timestamp: select * from emp as of timestamp (systimestamp - interval '6' minute)where ename='Miller';Example2 query by SCN (query SCN， select dbms_flashback.get_system_change_number from dual；）select *from empas of SCN 3297508where ename='Miller';aaa</description>
<link>http://muyeqing.itpub.net/post/6950/36668</link>
<comments>http://muyeqing.itpub.net/post/6950/36668</comments>
<guid>http://muyeqing.itpub.net/post/6950/36668</guid>
<dc:creator>muyeqing</dc:creator>
<category>Oracle</category>
<pubDate>Fri,29 07 2005 12:59:02</pubDate>
<source url="http://muyeqing.itpub.net/rss/rss20/6950">muyeqing</source>
</item>
   </channel>
</rss>



