<?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>AskDba.org Weblog &#187; Security</title>
	<atom:link href="http://askdba.org/weblog/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:52:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Oracle Wallet to Execute Shell script/cron without hard coded Oracle database password</title>
		<link>http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/</link>
		<comments>http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:52:38 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wallet]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=656</guid>
		<description><![CDATA[You have been asked to schedule a shell script which need to connect to a  particular user and perform some action? How do you pass the password to script without hardcoding it in script. If password is written in a script, isn&#8217;t it a security threat? Well with 10gR2 , Oracle Wallet provides you with [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Database Security: Transparent Data Encryption</title>
		<link>http://askdba.org/weblog/2008/12/database-security-transparent-data-encryption/</link>
		<comments>http://askdba.org/weblog/2008/12/database-security-transparent-data-encryption/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 09:46:03 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=314</guid>
		<description><![CDATA[Data in the database is secured by using authentication, authorization and auditing mechanism, but the information stored in the datafiles can be read using any hex-editor tools or other OS level utilities, which is causing threat to sensitive  data. To overcome this limitation TDE is used to secure sensitive data, in database columns, stored in [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/12/database-security-transparent-data-encryption/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Change/Restore User Password in 11G</title>
		<link>http://askdba.org/weblog/2008/11/how-to-changerestore-user-password-in-11g/</link>
		<comments>http://askdba.org/weblog/2008/11/how-to-changerestore-user-password-in-11g/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:34:22 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=288</guid>
		<description><![CDATA[Oracle 11g introduces Case-sensitive passwords for database authentication. Along with this if you wish to change the password (temporarily) and reset it back to old , you will find that password field in dba_users is empty. Prior to 11g we could use following technique to change/restore password SQL&#62; create user amit identified by amit; User [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/11/how-to-changerestore-user-password-in-11g/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Solving ORA-1031 while connecting as &#8220;/ as sysdba&#8221; :</title>
		<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/</link>
		<comments>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/#comments</comments>
		<pubDate>Sat, 24 May 2008 06:12:35 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=42</guid>
		<description><![CDATA[Many times we see an issue like this: SQL&#62; conn / as sysdba ERROR: ORA-01031: insufficient privileges This is a very common and frequent error that can occur after the new oracle software install or due to some permissions changes at OS level. I will dicuss the approach to solve ORA-1031 error on UNIX environment. [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
