<?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/"
	>

<channel>
	<title>Wendy and the Oracle</title>
	<atom:link href="http://blog.snuffel.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.snuffel.net</link>
	<description>*oof*</description>
	<pubDate>Fri, 13 Nov 2009 13:22:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>libxp.so.6 is missing in installation of BI Publisher</title>
		<link>http://blog.snuffel.net/?p=62</link>
		<comments>http://blog.snuffel.net/?p=62#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:19:02 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[Linux/Unix]]></category>

		<category><![CDATA[BI Publisher]]></category>

		<category><![CDATA[generalQueries]]></category>

		<category><![CDATA[libxp]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=62</guid>
		<description><![CDATA[I ran into this when I tried to install BI Publisher on Linux, I solved it by installing libXp (yum install libXp).
Also, extracting the downloaded tar file with WinRAR is not the way to go. Somehow my jar files ended up as directories which resulted in the following error:
Error loading library: generalQueries
Using tar to untar [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into this when I tried to install BI Publisher on Linux, I solved it by installing libXp (yum install libXp).</p>
<p>Also, extracting the downloaded tar file with WinRAR is not the way to go. Somehow my jar files ended up as directories which resulted in the following error:<br />
<em>Error loading library: generalQueries</em><br />
Using tar to untar was the way to go here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=62</wfw:commentRss>
		</item>
		<item>
		<title>Installing database 11gR2 on linux</title>
		<link>http://blog.snuffel.net/?p=55</link>
		<comments>http://blog.snuffel.net/?p=55#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:23:38 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=55</guid>
		<description><![CDATA[I am trying to install database 11gR2 onto a (virtual) Oracle Unbreakable Linux machine (do they still call it that?). Here are the things I ran into:

I downloaded 2 different zips, but they need to be extracted into the same folder.
Be sure to have configged the yum repository correctly, because you need to install some [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to install database 11gR2 onto a (virtual) Oracle Unbreakable Linux machine (do they still call it that?). Here are the things I ran into:</p>
<ul>
<li>I downloaded 2 different zips, but they need to be extracted into the same folder.</li>
<li>Be sure to have configged the yum repository correctly, because you need to install some libraries with it before or during the installation (libaio, unixOCBD, sysstat)
</li>
<li>Turn off SELinux (or set it to permissive at least)</li>
<li>To make the database start automatically, look <a href="http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php"> here </a> (and don&#8217;t forget to change /etc/oratab)
</li>
<li>a .bashrc for user oracle with environment variables is useful!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>Forms: the order of items in a block</title>
		<link>http://blog.snuffel.net/?p=52</link>
		<comments>http://blog.snuffel.net/?p=52#comments</comments>
		<pubDate>Mon, 15 Jun 2009 12:35:08 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[Forms 10g]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=52</guid>
		<description><![CDATA[Today I manually added items to a block in a form, but I forgot to place them in the right order. They were added at the bottom of the block, but somewhere in the middle of my screen (in the layout editor). After saving the values at runtime, somehow, the values ended up in the [...]]]></description>
			<content:encoded><![CDATA[<p>Today I manually added items to a block in a form, but I forgot to place them in the right order. They were added at the bottom of the block, but somewhere in the middle of my screen (in the layout editor). After saving the values at runtime, somehow, the values ended up in the wrong boxes!<br />
After correcting the order in the block this issue was solved. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
		<item>
		<title>usesUpload=&#8221;true&#8221;</title>
		<link>http://blog.snuffel.net/?p=37</link>
		<comments>http://blog.snuffel.net/?p=37#comments</comments>
		<pubDate>Tue, 21 Apr 2009 13:42:06 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[JDeveloper]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ADF]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=37</guid>
		<description><![CDATA[Whenever you use an inputFile component in a JSF page, don&#8217;t forget to set usesUpload of the form to true.
I think JDeveloper should do this automagically whenever you drag it in. 
But it doesn&#8217;t, so this is a reminder
]]></description>
			<content:encoded><![CDATA[<p>Whenever you use an inputFile component in a JSF page, don&#8217;t forget to set usesUpload of the form to true.<br />
I think JDeveloper should do this automagically whenever you drag it in. </p>
<p>But it doesn&#8217;t, so this is a reminder</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Datasources in Weblogic</title>
		<link>http://blog.snuffel.net/?p=36</link>
		<comments>http://blog.snuffel.net/?p=36#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:15:48 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[JDeveloper]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=36</guid>
		<description><![CDATA[Yay for JDeveloper 11g and Weblogic. I have to learn everything all over again. Like datasources. These are the things I need to think about when creating a datasource in Weblogic:
- In the target section I need to tick the AdminServer checkbox.
- The JNDI name of the datasource should be jdbc/somethingDS
- The name of the [...]]]></description>
			<content:encoded><![CDATA[<p>Yay for JDeveloper 11g and Weblogic. I have to learn everything all over again. Like datasources. These are the things I need to think about when creating a datasource in Weblogic:</p>
<p>- In the target section I need to tick the AdminServer checkbox.</p>
<p>- The JNDI name of the datasource should be jdbc/somethingDS</p>
<p>- The name of the connection in JDeveloper should also be &#8220;something&#8221;  (don&#8217;t know why)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>block status-&#8221;CHANGED&#8221; after post-query trigger fills nondatabase items</title>
		<link>http://blog.snuffel.net/?p=34</link>
		<comments>http://blog.snuffel.net/?p=34#comments</comments>
		<pubDate>Thu, 01 Nov 2007 12:57:36 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[Forms 10g]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=34</guid>
		<description><![CDATA[A very annoying bug that has apparently been around for ages and never been solved:
When you have a lookup field (nondatabase) with an LOV and set &#8216;validate-from-lov&#8217; to true, your blockstatus is set to &#8216;CHANGED&#8217; when you fill the lookup in the post_query trigger.
This is silly because you are changing nondatabase items. The following post [...]]]></description>
			<content:encoded><![CDATA[<p>A very annoying bug that has apparently been around for ages and never been solved:</p>
<p>When you have a lookup field (nondatabase) with an LOV and set &#8216;validate-from-lov&#8217; to true, your blockstatus is set to &#8216;CHANGED&#8217; when you fill the lookup in the post_query trigger.</p>
<p>This is silly because you are changing nondatabase items. The following post shows that this has been a problem since 2000:</p>
<p>http://forums.oracle.com/forums/thread.jspa?messageID=253582𽺎</p>
<p>I found a <a target="_blank" title="document" href="https://metalink.oracle.com/metalink/plsql/f?p=130:14:11215390284765873740::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,1013231.6,1,1,1,helvetica">document </a>on metalink about this, which is dated 31 oct 2007.<br />
I tested the solution provided in the document and it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>Compile all your forms at once</title>
		<link>http://blog.snuffel.net/?p=33</link>
		<comments>http://blog.snuffel.net/?p=33#comments</comments>
		<pubDate>Fri, 28 Sep 2007 10:17:20 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[Forms 10g]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=33</guid>
		<description><![CDATA[This is the script I use to compile all forms in a directory using ifcmp90.
set ORACLE_HOME=c:oracle10gdevsuite
for %%p in (&#8221;*.fmb&#8221;) do c:oracle10gdevsuitebinifcmp90 module=.%%p module_type=form userid=/
@ batch=YES
don&#8217;t forget the ORACLE_HOME bit, if it is not set correctly you might end up with an ORA-12538: No such protocol adapter
]]></description>
			<content:encoded><![CDATA[<p>This is the script I use to compile all forms in a directory using ifcmp90.</p>
<p>set ORACLE_HOME=c:oracle10gdevsuite<br />
for %%p in (&#8221;*.fmb&#8221;) do c:oracle10gdevsuitebinifcmp90 module=.%%p module_type=form userid=<user>/</p>
<pass>@<database> batch=YES<br />
don&#8217;t forget the ORACLE_HOME bit, if it is not set correctly you might end up with an ORA-12538: No such protocol adapter</database></pass></user></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>ora-12538</title>
		<link>http://blog.snuffel.net/?p=32</link>
		<comments>http://blog.snuffel.net/?p=32#comments</comments>
		<pubDate>Fri, 28 Sep 2007 10:14:34 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Forms 10g]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=32</guid>
		<description><![CDATA[I have this script that uses ifcmp90 to compile all forms in one directory. I sometimes need it when I change a library, but lately it has been failing me with an ORA-12538: No such protocol adapter. I had been fiddling around with my oracle homes and apparently I broke this.
It turned out that the [...]]]></description>
			<content:encoded><![CDATA[<p>I have this script that uses ifcmp90 to compile all forms in one directory. I sometimes need it when I change a library, but lately it has been failing me with an ORA-12538: No such protocol adapter. I had been fiddling around with my oracle homes and apparently I broke this.</p>
<p>It turned out that the error occurs when you have your oracle_home environment variable not set correctly. It is usually set to the home of the database but for ifcmp90 i needed to set it to the devsuite home.<br />
This solved it</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>iAS 10.1.3.0</title>
		<link>http://blog.snuffel.net/?p=31</link>
		<comments>http://blog.snuffel.net/?p=31#comments</comments>
		<pubDate>Fri, 28 Sep 2007 10:13:52 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[iAS]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=31</guid>
		<description><![CDATA[If you try to log into iAS 10.1.3.0 and you get the following error:
This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J instance home on Application Server iashome.asdes is configured but a connection could
not be established. [...]]]></description>
			<content:encoded><![CDATA[<p>If you try to log into iAS 10.1.3.0 and you get the following error:</p>
<p>This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J instance home on Application Server iashome.asdes is configured but a connection could<br />
not be established. The JMX proto is specified by the oracle.oc4j.jmx.internal.connection.proto property in opmn.xml</p>
<p>go to metalink note <strong>365062.1</strong> if you are running iAS 10.1.3.0 and db 10.2.0.1. on the same machine. It worked for me</p>
<p>Or install 10.1.3.1, it&#8217;s alot better&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>ADF JSF : selected row in a table, get rid of it</title>
		<link>http://blog.snuffel.net/?p=30</link>
		<comments>http://blog.snuffel.net/?p=30#comments</comments>
		<pubDate>Tue, 01 May 2007 12:35:46 +0000</pubDate>
		<dc:creator>Snuffel</dc:creator>
		
		<category><![CDATA[JDeveloper]]></category>

		<guid isPermaLink="false">http://blog.snuffel.net/?p=30</guid>
		<description><![CDATA[By default, when creating a table with the wizard and indicating that selection is possible, JDeveloper creates an option in your table that always selects the first row when entering the page. This is the following line:
selectionState=&#8221;&#8230;.&#8221;
If you delete this option, no rows are selected when you first load the page.
]]></description>
			<content:encoded><![CDATA[<p>By default, when creating a table with the wizard and indicating that selection is possible, JDeveloper creates an option in your table that always selects the first row when entering the page. This is the following line:</p>
<p>selectionState=&#8221;&#8230;.&#8221;</p>
<p>If you delete this option, no rows are selected when you first load the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.snuffel.net/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
	</channel>
</rss>
