<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Crusade &#187; OCP</title>
	<atom:link href="http://www.jarodwang.cn/tag/ocp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarodwang.cn</link>
	<description>For the future we believe in.</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:42:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>10g OCP preparation</title>
		<link>http://www.jarodwang.cn/2008/12/20/10g-ocp-preparation/</link>
		<comments>http://www.jarodwang.cn/2008/12/20/10g-ocp-preparation/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 13:57:16 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[OCP]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/?p=190</guid>
		<description><![CDATA[CONTROL_FILE_RECORD_KEEP_TIME specifies the minimum number of days before a reusable record in the control file can be reused. DB_FLASHBACK_RETENTION_TARGET specifies the upper limit (in minutes) on how far back in time the database may be flashed back. How far back one can flashback a database depends on how much flashback data Oracle has kept in [...]]]></description>
			<content:encoded><![CDATA[<p>CONTROL_FILE_RECORD_KEEP_TIME specifies the minimum number of days before a reusable record in the control file can be reused.</p>
<p>DB_FLASHBACK_RETENTION_TARGET specifies the upper limit (in minutes) on how far back in time the database may be flashed back. How far back one can flashback a database depends on how much flashback data Oracle has kept in the flash recovery area.</p>
<p>By default, the change tracking file is created as an Oracle managed file in DB_CREATE_FILE_DEST.</p>
<p>Oracle Database provides database resource management capability through its Database Resource Manager. The main goal of the Database Resource Manager is to give the Oracle Database server more control over resource management decisions, thus circumventing problems resulting from inefficient operating system management.</p>
<p>DBVERIFY is an external command-line utility that performs a physical data structure integrity check. It can be used on offline or online databases, as well on backup files. You use DBVERIFY primarily when you need to ensure that a backup database (or datafile) is valid before it is restored, or as a diagnostic aid when you have encountered data corruption problems.</p>
<p>You must have a flash recovery area enabled, because flashback logs can only be stored in the flash recovery area. For Real Application Clusters databases, the flash recovery area must be stored in a clustered file system or in ASM.</p>
<p>When flashback is enabled or when there are guaranteed restore points, the background process RVWR writes flashback data to flashback database logs in the flash recovery area.</p>
<p>Database Resource Manager (DRM) allocates resources among resource consumer groups based on a resource plan. A resource plan consists of resource plan directives that specify how resources should be distributed among the groups. Resource consumer groups are categories to which user sessions can be assigned. These groups can then be allocated resources through plan directives.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2008/12/20/10g-ocp-preparation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10g OCA preparation</title>
		<link>http://www.jarodwang.cn/2008/11/16/10g-oca-preparation/</link>
		<comments>http://www.jarodwang.cn/2008/11/16/10g-oca-preparation/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 07:47:53 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[OCP]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/?p=126</guid>
		<description><![CDATA[Oracle 10g supports five levels of incremental backups, from 0 to 4. An incremental backup at level 0 is considered a baseline backup; it is the equivalent of a full backup and contains all data blocks in the datafile(s) that are backed up. WITH GRANT OPTION Specify WITH GRANT OPTION to enable the grantee to [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle 10g supports five levels of incremental backups, from 0 to 4. An incremental backup at level 0 is considered a baseline backup; it is the equivalent of a full backup and contains all data blocks in the datafile(s) that are backed up.</p>
<p>WITH GRANT OPTION<br />
Specify WITH GRANT OPTION to enable the grantee to grant the object privileges  to other users and roles.</p>
<p>Use the MERGE statement to select rows from one or more sources for update or insertion into a table or view. You can specify conditions to determine whether to update or insert into the target table or view.</p>
<p>An inconsistent backup, also known as an online backup, is performed while the database is open and available to users. The backup is inconsistent because the SCN in the control file is most likely out of synch with the SCN in the header of the datafiles. Inconsistent backups require recovery when they are used for recovering from a media failure, but keep availability high because the database is open while the backup is performed.</p>
<p>REMAP_SCHEMA=source_schema:target_schema</p>
<p>Loads all objects from the source schema into a target schema.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2008/11/16/10g-oca-preparation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next big thing</title>
		<link>http://www.jarodwang.cn/2008/04/11/the-next-big-thing/</link>
		<comments>http://www.jarodwang.cn/2008/04/11/the-next-big-thing/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 12:45:25 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[OCP]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/2008/04/11/the-next-big-thing/</guid>
		<description><![CDATA[Oracle Certified Professional]]></description>
			<content:encoded><![CDATA[<p>Oracle Certified Professional</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2008/04/11/the-next-big-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
