<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Geeks Talk - Oracle</title>
		<link>http://www.geekinterview.com/talk/</link>
		<description><![CDATA[Oracle 9i & Oracle 10g Knowledge Base
Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.]]></description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 14:53:16 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.geekinterview.com/talk/images/misc/rss.jpg</url>
			<title>Geeks Talk - Oracle</title>
			<link>http://www.geekinterview.com/talk/</link>
		</image>
		<item>
			<title>Is it possible to use SQL Loader for this type of text file data</title>
			<link>http://www.geekinterview.com/talk/16568-possible-use-sql-loader-type-text.html</link>
			<pubDate>Fri, 20 Nov 2009 05:20:08 GMT</pubDate>
			<description>Hi, 
 
I have a text file which has the following data. 
 
1§00§EMPLOYEE§ 
1§50§2009-09-08 10:53:14.0§23232426§§ 
1§50§2009-09-08...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a text file which has the following data.<br />
<br />
1§00§EMPLOYEE§<br />
1§50§2009-09-08 10:53:14.0§23232426§§<br />
1§50§2009-09-08 10:53:14.0§23232427§§<br />
1§99§2§<br />
<br />
1§00§EMPLOYEEINFO§<br />
1§50§2009-09-08 10:53:14.0§Rama§§<br />
1§50§2009-09-08 10:53:14.0§George§§<br />
1§99§2§<br />
<br />
Here <br />
<br />
EMPLOYEE and EMPLOYEEINFO are 2 data from different tables which I want to bulk upload into my database tables.<br />
<br />
EMPLOYEE has 2 rows of data. The final line states the count of data.  Then starts the data for the EMPLOYEEINFO . The final line states the count of data for EMPLOYEEINFO table.<br />
<br />
Now, I want to use SQL Loader to bulk update the data from this text file into two tables in my data base EMPLOYEE and EMPLOYEEINFO.<br />
<br />
Can I use SQL Loader for this type of data file? If so, how can I read the data? Please help.</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>sowmyasridhar</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16568-possible-use-sql-loader-type-text.html</guid>
		</item>
		<item>
			<title>Data files problem ....</title>
			<link>http://www.geekinterview.com/talk/16531-data-files-problem.html</link>
			<pubDate>Sat, 14 Nov 2009 10:00:26 GMT</pubDate>
			<description>Manually i was dropped use,tablespace,datafiles but in  
dba_data_files ,the datafile name still exist,how to remove that datafile from...</description>
			<content:encoded><![CDATA[<div>Manually i was dropped use,tablespace,datafiles but in <br />
dba_data_files ,the datafile name still exist,how to remove that datafile from dba_data_files table</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>susarlasireesha</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16531-data-files-problem.html</guid>
		</item>
		<item>
			<title>Remote database Sysdate</title>
			<link>http://www.geekinterview.com/talk/16515-remote-database-sysdate.html</link>
			<pubDate>Thu, 12 Nov 2009 07:01:19 GMT</pubDate>
			<description>How to get remote database sysdate with out using remote database functions/procedure ??</description>
			<content:encoded><![CDATA[<div>How to get remote database sysdate with out using remote database functions/procedure ??</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>susarlasireesha</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16515-remote-database-sysdate.html</guid>
		</item>
		<item>
			<title>oracle user privileges</title>
			<link>http://www.geekinterview.com/talk/16480-oracle-user-privileges.html</link>
			<pubDate>Sun, 08 Nov 2009 16:06:19 GMT</pubDate>
			<description>which dictionary view will show all the privileges assigned to an oracle user?</description>
			<content:encoded><![CDATA[<div>which dictionary view will show all the privileges assigned to an oracle user?</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>SDBA_</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16480-oracle-user-privileges.html</guid>
		</item>
		<item>
			<title>Restore control file by using RMAN backup</title>
			<link>http://www.geekinterview.com/talk/16417-restore-control-file-using-rman-backup.html</link>
			<pubDate>Wed, 28 Oct 2009 11:45:04 GMT</pubDate>
			<description>How to restore control file by using RMAN backup? 
 
Error: 
RMAN:06563: Control file or spfile must be restored from autobackup. 
 
I received the...</description>
			<content:encoded><![CDATA[<div>How to restore control file by using RMAN backup?<br />
<br />
Error:<br />
RMAN:06563: Control file or spfile must be restored from autobackup.<br />
<br />
I received the above error and help me to recover this problem</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>tykarthick</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16417-restore-control-file-using-rman-backup.html</guid>
		</item>
		<item>
			<title>Oracle  RMAN script!</title>
			<link>http://www.geekinterview.com/talk/16411-oracle-rman-script.html</link>
			<pubDate>Tue, 27 Oct 2009 11:58:50 GMT</pubDate>
			<description>I have my backup RMAN script called “backup_rman.sh”. I am on the target database. My catalog username/password is rman/rman. My catalog db is called...</description>
			<content:encoded><![CDATA[<div>I have my backup RMAN script called “backup_rman.sh”. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>jdbaig1</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16411-oracle-rman-script.html</guid>
		</item>
		<item>
			<title>how will u create database in server without sql agent</title>
			<link>http://www.geekinterview.com/talk/16404-how-will-u-create-database-server.html</link>
			<pubDate>Mon, 26 Oct 2009 13:11:45 GMT</pubDate>
			<description>how will u create database in server without sql agent...</description>
			<content:encoded><![CDATA[<div>how will u create database in server without sql agent...</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>adinesh.dba</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16404-how-will-u-create-database-server.html</guid>
		</item>
	</channel>
</rss>
