<?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>dbsnaps &#187; admin</title>
	<atom:link href="http://www.dbsnaps.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbsnaps.com</link>
	<description>database video tutorials</description>
	<lastBuildDate>Sun, 13 Nov 2011 13:50:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Database Replay Part 1 &#8211; Capture Video tutorial</title>
		<link>http://www.dbsnaps.com/oracle/database-replay-part-1-capture-video-tutorial/</link>
		<comments>http://www.dbsnaps.com/oracle/database-replay-part-1-capture-video-tutorial/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:58:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Database Replay]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://dbsnaps.oracletutorialvideos.com/?p=29</guid>
		<description><![CDATA[Database replay is a feature that enables us to capture a database load from Oracle 9i, 10g and 11g, and replay the same load on an 11g database.

Let's see what it is and how it works]]></description>
			<content:encoded><![CDATA[<p>Oracle 11g introduced database replay as part of Real Application Testing.</p>
<p>Database replay is a feature that enables us to capture a database load from Oracle 9i (9.2.0.8), 10g (10.2.0.2 and up) and 11g, and replay the same load on an 11g database.</p>
<p>This provides us with the ability to check actual database load on a test environment before we upgrade the database or change anything in the application or infrastructure.</p>
<p>In this video clip we will see the first part of database replay &#8211; the capture.</p>
<p>We will use database replay API using SQL*Plus to capture a load in a 10.2.0.4 database.</p>
<p>The next step &#8211; <a href="http://www.dbsnaps.com/oracle/database-replay-part-2-process-video/">Database Replay Part 2 &#8211; Process Video tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbsnaps.com/oracle/database-replay-part-1-capture-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle Transparent Database Encryption tutorial</title>
		<link>http://www.dbsnaps.com/oracle/oracle-transparent-database-encryption-tde/</link>
		<comments>http://www.dbsnaps.com/oracle/oracle-transparent-database-encryption-tde/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 21:45:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main-Security]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[TDE]]></category>
		<category><![CDATA[transparent database Encryption]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://dbsnaps.oracletutorialvideos.com/?p=13</guid>
		<description><![CDATA[To comply with company and federal regulations, you need a solution immediately, without any complex coding. A new feature in Oracle Database 10g Release 2 lets you do just that: You can declare a column as encrypted without writing a single line of code. When users insert the data, the database transparently encrypts it and stores it in the column. Similarly, when users select the column, the database automatically decrypts it. Since all this is done transparently without any change to the application code, the feature has an appropriate name: Transparent Data Encryption (TDE).]]></description>
			<content:encoded><![CDATA[<div>
<p>It&#8217;s your organization&#8217;s worst nightmare: Someone has stolen backup tapes of your database. Sure, you built a secure system, encrypted the most sensitive assets, and built a firewall around the database servers. But the thief took the easy approach: He took the backup tapes, ostensibly to restore your database on a different server, start the database on it, and then browse the data at his leisure. Protecting the database data from such theft is not just good practice; it&#8217;s a requirement for compliance with most laws, regulations, and guidelines. How can you protect your database from this vulnerability?</p>
<p>One solution is to encrypt the sensitive data in the database and store the encryption keys in a separate location; without the keys, any stolen data is worthless. However, you must strike a balance between two contradictory concepts: the convenience by which applications can access encryption keys, and the security required to prevent the key theft. And to comply with company and federal regulations, you need a solution immediately, without any complex coding.</p>
<p>A new feature in Oracle Database 10g Release 2 lets you do just that: You can declare a column as encrypted without writing a single line of code. When users insert the data, the database transparently encrypts it and stores it in the column. Similarly, when users select the column, the database automatically decrypts it. Since all this is done transparently without any change to the application code, the feature has an appropriate name: Transparent Data Encryption (TDE).</p>
<p>Watch the video to see how it works !</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbsnaps.com/oracle/oracle-transparent-database-encryption-tde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

