<?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>GrassField &#187; oracle</title>
	<atom:link href="http://blog.grassfield.org/category/programming/sql/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grassfield.org</link>
	<description>Classroom notes on Java SE, EE &#38; ME</description>
	<lastBuildDate>Fri, 02 Jul 2010 06:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Oracle 10g Express edition in Mandriva 2009</title>
		<link>http://blog.grassfield.org/2009/02/21/instaling-oracle-10g-express-edition-in-mandriva-2009/</link>
		<comments>http://blog.grassfield.org/2009/02/21/instaling-oracle-10g-express-edition-in-mandriva-2009/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 22:32:13 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2009/02/21/instaling-oracle-10g-express-edition-in-mandriva-2009/</guid>
		<description><![CDATA[Hi,
This is to share the screenshot of the oracle installation in my mandriva 2009 (Free). The installation is very simple. Download the oracle installation jar from oracle.com. It has only one dependency, considering mandriva 2009, which is libaio.jar. See whether it is coming with Mandriva, or else download from the web. thats it. then install [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2009/02/21/instaling-oracle-10g-express-edition-in-mandriva-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle listener configuration after changing machine name</title>
		<link>http://blog.grassfield.org/2008/11/23/oracle-listener-configuration-after-changing-machine-name/</link>
		<comments>http://blog.grassfield.org/2008/11/23/oracle-listener-configuration-after-changing-machine-name/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 20:17:34 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/11/23/oracle-listener-configuration-after-changing-machine-name/</guid>
		<description><![CDATA[I was not able to start my oracle instance today. The start and stop server scripts dint show any error, instead they said server started/stopped without any problem. Windows System event log had a error entry saying &#8220;The OracleXETNSListener service terminated unexpectedly.  It has done this 8 time(s).&#8221;when I run lsnrctl start I found [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/11/23/oracle-listener-configuration-after-changing-machine-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 10g Express edition</title>
		<link>http://blog.grassfield.org/2008/02/23/oracle-10g-express-edition/</link>
		<comments>http://blog.grassfield.org/2008/02/23/oracle-10g-express-edition/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 05:13:37 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/02/23/oracle-10g-express-edition/</guid>
		<description><![CDATA[DB legends are releasing their edition as a miniature, previously MS-SQL came with their own mini server. MySQL is always small doing great jobs. and Here I am giving Oracle 10g Express edition. It is cool, very easy to install and get it running. Add to its great things, It offers a cool web interface [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/02/23/oracle-10g-express-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>auto increment in oracle</title>
		<link>http://blog.grassfield.org/2008/02/16/auto-increment/</link>
		<comments>http://blog.grassfield.org/2008/02/16/auto-increment/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 10:28:01 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/02/16/auto-increment/</guid>
		<description><![CDATA[
This post is regarding auto increment in oracle. Usually I used to add AUTO_INCREMENT flag in mysql. But it is not a single word task oracle. we need to create sequence and trigger to do the same. please see the following examples 1. Here is my table structure.
CREATE TABLE FEED_DETAIL
(
FEED_ID NUMBER(6, 0),
FEED_TEXT VARCHAR2(128 BYTE),
FEED_TITLE VARCHAR2(128 [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/02/16/auto-increment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java.sql.SQLException: ORA-01000: maximum open cursors exceeded</title>
		<link>http://blog.grassfield.org/2008/02/13/javasqlsqlexception-ora-01000-maximum-open-cursors-exceeded/</link>
		<comments>http://blog.grassfield.org/2008/02/13/javasqlsqlexception-ora-01000-maximum-open-cursors-exceeded/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 17:05:09 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/02/13/javasqlsqlexception-ora-01000-maximum-open-cursors-exceeded/</guid>
		<description><![CDATA[As I have told you in my previous post, I was trying to read from a table within a loop. I am opening a new connection, new statement and firing the query to get the resultset. It was working fine for a few records, finally it dies with this exception
java.sql.SQLException: ORA-01000: maximum open cursors exceeded
Alas, [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/02/13/javasqlsqlexception-ora-01000-maximum-open-cursors-exceeded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-12519, TNS:no appropriate service handler found</title>
		<link>http://blog.grassfield.org/2008/02/13/ora-12519-tnsno-appropriate-service-handler-found/</link>
		<comments>http://blog.grassfield.org/2008/02/13/ora-12519-tnsno-appropriate-service-handler-found/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 16:52:11 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/02/13/ora-12519-tnsno-appropriate-service-handler-found/</guid>
		<description><![CDATA[
I dint write for two weeks. I could not sit in these weekends. so, there are much more error messages left behind my desk. here is the situation. I am doing multiple reads from database. I am opening a connection, creating a statement, and executing a query to get resultset. it was working fine, but [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/02/13/ora-12519-tnsno-appropriate-service-handler-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java.lang.UnsatisfiedLinkError: no ojdbc14 in java.library.path</title>
		<link>http://blog.grassfield.org/2008/01/26/javalangunsatisfiedlinkerror-no-ojdbc14-in-javalibrarypath/</link>
		<comments>http://blog.grassfield.org/2008/01/26/javalangunsatisfiedlinkerror-no-ojdbc14-in-javalibrarypath/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 07:13:37 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/01/26/javalangunsatisfiedlinkerror-no-ojdbc14-in-javalibrarypath/</guid>
		<description><![CDATA[
This month I am logging only the errors   I am setting up a backup of a working application, where I came across the previous errors. Here is another one.
java.lang.UnsatisfiedLinkError: no ojdbc14 in java.library.path
Let me tell you the environment,
I have the application, whose lib folder contains class12.jar and ojdbc14.jar. Both the jars are in [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/01/26/javalangunsatisfiedlinkerror-no-ojdbc14-in-javalibrarypath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Loader in Oracle</title>
		<link>http://blog.grassfield.org/2008/01/20/sql-loader-in-oracle/</link>
		<comments>http://blog.grassfield.org/2008/01/20/sql-loader-in-oracle/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 21:53:58 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/01/20/sql-loader-in-oracle/</guid>
		<description><![CDATA[
Previously When I used blogger, I have written something on loading raw files into MySQL Database. This is a similar post, but with Oracle. I am trying to upload a CSV to Oracle Database.  Here are the various steps involved in it.1. prepare a .CTL  (control) file
Control  file is one  which [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/01/20/sql-loader-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-01830: date format picture ends before converting entire input string</title>
		<link>http://blog.grassfield.org/2008/01/19/ora-01830-date-format-picture-ends-before-converting-entire-input-string/</link>
		<comments>http://blog.grassfield.org/2008/01/19/ora-01830-date-format-picture-ends-before-converting-entire-input-string/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 18:55:49 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/01/19/ora-01830-date-format-picture-ends-before-converting-entire-input-string/</guid>
		<description><![CDATA[
This is another real-time mistake I faced today. I was parsing a log file and uploading into DB. One of the dates in the log file doesnt follow the date format. So I got this error. I cant give that code in this post, I am giving an example below.
SQL&#62; select to_date('20051101 00:00:01', 'YYYYMMDD') from [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/01/19/ora-01830-date-format-picture-ends-before-converting-entire-input-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-24381: error(s) in array DML</title>
		<link>http://blog.grassfield.org/2008/01/19/ora-24381-errors-in-array-dml/</link>
		<comments>http://blog.grassfield.org/2008/01/19/ora-24381-errors-in-array-dml/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:19:01 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/01/19/ora-24381-errors-in-array-dml/</guid>
		<description><![CDATA[
I cant explain this problem better than the following URL.
http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/x/Bulk_Binding_Enhancements/Handling_And_Reporting_Exceptions.htm
I am using a  PL/SQL array object to populate a table. The exceptions are being saved, so that the row wise problems can be logged and the process cannot be stopped because of that problem or exception. While updating the columns, there was an exception [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/01/19/ora-24381-errors-in-array-dml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
