<?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>CS &#38; IT Solutions &#187; oracle</title>
	<atom:link href="http://blog.csatpk.com/category/databases/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.csatpk.com</link>
	<description>Computer Scientists and IT Professionals Weblog</description>
	<lastBuildDate>Mon, 17 Oct 2011 10:58:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Dropping everything from an Oracle database</title>
		<link>http://blog.csatpk.com/2009/06/dropping-everything-from-an-oracle-database/</link>
		<comments>http://blog.csatpk.com/2009/06/dropping-everything-from-an-oracle-database/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 19:38:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=39</guid>
		<description><![CDATA[If you donâ€™t want to create your database from scratch itâ€™s sometimes useful to just delete all the objects from it. 1. Put the following in the file â€œDBdrop.sqlâ€ set feedback off set pagesize 0 spool AllObjectsDrop.sql select &#8216;drop view &#8216;&#124;&#124;view_name&#124;&#124;&#8217;;&#8217; from user_views; select distinct &#8216;drop sequence &#8216;&#124;&#124;sequence_name&#124;&#124; &#8216;;&#8217;from user_sequences; select distinct &#8216;drop table &#8216;&#124;&#124;table_name&#124;&#124; [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/dropping-everything-from-an-oracle-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login to Oracle as sysdba in one command</title>
		<link>http://blog.csatpk.com/2009/06/login-to-oracle-as-sysdba-in-one-command/</link>
		<comments>http://blog.csatpk.com/2009/06/login-to-oracle-as-sysdba-in-one-command/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 19:37:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=37</guid>
		<description><![CDATA[Log into the database via sqlplus with sysdba privâ€™s with a single command. This can be setup with an alias, if youâ€™d like 1. Log into the server as the oracle user end ensure you have the effective group of the appropriate DBA group. typical unix installations have the OS user as â€˜oracleâ€™ and the [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/login-to-oracle-as-sysdba-in-one-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

