<?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>KentW Limited &#187; Oracle Enterprise Linux</title>
	<atom:link href="http://ltd.kentw.co.uk/tag/oel/feed/" rel="self" type="application/rss+xml" />
	<link>http://ltd.kentw.co.uk</link>
	<description>Appsblog 2.1</description>
	<lastBuildDate>Sat, 10 Sep 2011 11:34:32 +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>R12.1 &#8211; Installation</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/installing-r12-1/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/installing-r12-1/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 11:41:03 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[R12.1]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/installation/installing-r12-1/</guid>
		<description><![CDATA[Well having installed and worked with R12.0.4  it very fast becomes clear that a new version is needed.
So I downloaded R12.1.1 from Oracle eDelivery. 40 files in excess of 45Gb to the joy of my ISP.
NOTE until 20/11-2009 there was a corrupt file on eDelivery and it took me a while to convince Oracle that [...]]]></description>
			<content:encoded><![CDATA[<p>Well having installed and worked with R12.0.4  it very fast becomes clear that a new version is needed.</p>
<p>So I downloaded R12.1.1 from Oracle eDelivery. 40 files in excess of 45Gb to the joy of my ISP.</p>
<p>NOTE until 20/11-2009 there was a corrupt file on eDelivery and it took me a while to convince Oracle that it was the case.</p>
<p>The sick file was: V15571-01_2of3.zip</p>
<p>However the file has been fixed after the above date but be sure to test your downloaded files anyway using <a href="http://ltd.kentw.co.uk/technical/ziptest/">ziptest</a>.</p>
<p>Otherwise follow the procedure for <a href="http://ltd.kentw.co.uk/technical/e-business-suite-1204-installation-draft/">R12 Installation</a>.</p>
<p>Some of the initial rapidwiz screen has changed though.</p>
<p>The Welcome screen is saying 12.1.1 – great:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot1.png"><img style="display: inline; border-width: 0px;" title="Screenshot-1" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot1_thumb.png" border="0" alt="Screenshot-1" width="644" height="438" /></a></p>
<p>Select express install:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot2.png"><img style="display: inline; border-width: 0px;" title="Screenshot-2" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot2_thumb.png" border="0" alt="Screenshot-2" width="644" height="431" /></a></p>
<p>Just click next on this one:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot3.png"><img style="display: inline; border-width: 0px;" title="Screenshot-3" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot3_thumb.png" border="0" alt="Screenshot-3" width="644" height="430" /></a></p>
<p>Update base directory:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot4.png"><img style="display: inline; border-width: 0px;" title="Screenshot-4" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/Screenshot4_thumb.png" border="0" alt="Screenshot-4" width="644" height="434" /></a></p>
<p>Before logging in you should compile the jsp pages – see how to <strong><a href="http://ltd.kentw.co.uk/technical/r12-managing/">Compile JSP</a></strong>.</p>
<p>And then it is business as usual like in R12.0.4</p>
<p>Also in you environment script – the one I call vis.sh change this:</p>
<p>from:<br />
TECHENV=/oracle/VIS/db/tech_st/10.2.0/$CONTEXT_NAME.env<br />
to:<br />
TECHENV=/oracle/VIS/db/tech_st/11.1.0/$CONTEXT_NAME.env</p>
<p>Have fun…</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/installing-r12-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ziptest</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/ziptest/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/ziptest/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 11:36:01 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[WIN]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/ziptest/</guid>
		<description><![CDATA[This is a couple of useful scripts to test downloaded files.
This approach is recommended when downloading huge amounts of data like when downloading Oracle R12 installations files.
In addition to testing the downloaded files also be sure to use a download manager.
The basic zip test command is:
$ unzip –t –qq {zipfile}
I made a Linux script for [...]]]></description>
			<content:encoded><![CDATA[<p>This is a couple of useful scripts to test downloaded files.</p>
<p>This approach is recommended when downloading huge amounts of data like when downloading Oracle R12 installations files.</p>
<p>In addition to testing the downloaded files also be sure to use a download manager.</p>
<p>The basic zip test command is:</p>
<p>$ unzip –t –qq {zipfile}</p>
<p>I made a Linux script for it named ziptest.sh:</p>
<table border="1" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="400" valign="top"><span style="font-family: 'Courier New'; font-size: x-small;">#!/bin/bash<br />
# ziptest.sh<br />
SOURCE=/util/install/R12.1.1-32<br />
if [ -z "$1" ]<br />
then<br />
name=&#8221;*.zip&#8221;<br />
else<br />
name=&#8221;$1.zip&#8221;<br />
fi<br />
for zipfile in $SOURCE/$name<br />
do<br />
unzip -t -qq $zipfile<br />
if [ $? -eq 0 ]<br />
then<br />
echo -n &#8220;.&#8221;<br />
else<br />
echo &#8221; &#8221;<br />
fi<br />
done<br />
echo &#8221; &#8220;</span></td>
</tr>
</tbody>
</table>
<p>A similar script can be made for Windows names ziptest.cmd:</p>
<table border="1" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="400" valign="top"><span style="font-family: 'Courier New'; font-size: x-small;">@echo off<br />
rem ziptest.cmd {zipfilename}<br />
set zipdir=..\R12.1.1-32<br />
rem do all zip files unless arg received<br />
set zipfile=*.zip<br />
if [%1]==[] goto doit<br />
set zipfile=%1.zip<br />
:doit<br />
set target=%zipdir%\%zipfile%<br />
for %%a in ( %target% ) do call ziptest_call %%a</span></td>
</tr>
</tbody>
</table>
<p>As command line programming in windows isn’t great we need to call a subprogram names ziptest_call:</p>
<table border="1" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="400" valign="top"><span style="font-family: 'Courier New'; font-size: x-small;">@echo off<br />
rem ziptest_call.cmd {zipfile}<br />
if [%1]==[] goto noarg<br />
if not exist %1 goto nofile<br />
:main<br />
unzip –t –qq %1<br />
if errorlevel 1 goto badfile<br />
goto xit<br />
:noarg<br />
echo ARG missing – use only with ziptest.cmd<br />
goto xit<br />
:nofile<br />
echo FILE %1 does not exist<br />
goto xit<br />
:badfile<br />
echo %1 BAD<br />
goto xit<br />
:xit</span></td>
</tr>
</tbody>
</table>
<p>That should be it.</p>
<p>Be sure to update directory references for your own purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/ziptest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Virtualbox Connection</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/r12-connect-using-virtualbox/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/r12-connect-using-virtualbox/#comments</comments>
		<pubDate>Mon, 18 May 2009 09:38:14 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[e-Business Suite]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/r12-connect-using-virtualbox/</guid>
		<description><![CDATA[So you got R12 up and running and want to connect to it from a Vbox machine?
I’m running R12.0.4 on OEL5.3 with Virtualbox 2.2.2 having a Windows 7 machine.
R12
R12 is installed on OEL with the hostname: localhost.localdomain
Firefox works locally against R12 so the EBS stack in working at this point.
Start the database, listener and apps. [...]]]></description>
			<content:encoded><![CDATA[<p>So you got R12 up and running and want to connect to it from a Vbox machine?</p>
<p>I’m running R12.0.4 on OEL5.3 with Virtualbox 2.2.2 having a Windows 7 machine.</p>
<h3>R12</h3>
<p>R12 is installed on OEL with the hostname: localhost.localdomain</p>
<p>Firefox works locally against R12 so the EBS stack in working at this point.</p>
<p>Start the database, listener and apps. See <a href="http://ltd.kentw.co.uk/technical/r12-managing/" target="_blank">Managing R12</a>:</p>
<p>$ addbctl start</p>
<p>$ addlnctl start VIS</p>
<p>$ adstrtal apps/apps</p>
<p>To test if a database network connection would work try:</p>
<p>$ sqlplus apps/apps@VIS</p>
<h3>Virtualbox</h3>
<p>Installed Vbox 2.2.2 on OEL. Get it from <a href="http://www.virtualbox.org">http://www.virtualbox.org</a></p>
<p>Setup Vbox host-only network in \File\Preferences</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotvirtualboxsettings1.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="Screenshot-VirtualBox - Settings" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotvirtualboxsettings-thumb1.png" border="0" alt="Screenshot-VirtualBox - Settings" width="450" height="425" /></a></p>
<p>and give it a ip like 192.168.2.7 on the adapter tab:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshothostonlynetworkdetails.png"><img style="display: inline; border-width: 0px;" title="Screenshot-Host-only Network Details" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshothostonlynetworkdetails-thumb.png" border="0" alt="Screenshot-Host-only Network Details" width="398" height="226" /></a></p>
<p>and setup the dhcp tab like this:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshothostonlynetworkdetailsdhcp.png"><img style="display: inline; border-width: 0px;" title="Screenshot-Host-only Network Details - dhcp" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshothostonlynetworkdetailsdhcp-thumb.png" border="0" alt="Screenshot-Host-only Network Details - dhcp" width="406" height="230" /></a></p>
<p>When the Vbox machine is started you should be able to ping it:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotping.png"><img style="display: inline; border-width: 0px;" title="Screenshot-ping" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotping-thumb.png" border="0" alt="Screenshot-ping" width="453" height="316" /></a></p>
<h3>Windows 7 in Virtualbox</h3>
<p>I use Windows 7 RC.</p>
<p>Create a Vbox machine and mount the downloaded Win7 ISO as CDROM and run install:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotvirtualmediamanager.png"><img style="display: inline; border-width: 0px;" title="Screenshot-Virtual Media Manager" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotvirtualmediamanager-thumb.png" border="0" alt="Screenshot-Virtual Media Manager" width="457" height="355" /></a></p>
<p>You get it from here:</p>
<p>Setup Vbox networking like this:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotwindows7settings.png"><img style="display: inline; border-width: 0px;" title="Screenshot-Windows 7 - Settings" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotwindows7settings-thumb.png" border="0" alt="Screenshot-Windows 7 - Settings" width="455" height="436" /></a></p>
<p>This will communicate through the 192.168.2.7 ip address.</p>
<p>When Window 7 is installed create a new entry in the file:</p>
<p>C:\windows\system32\drivers\etc\hosts</p>
<p>like this:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image13.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image-thumb13.png" border="0" alt="image" width="456" height="312" /></a></p>
<p>Pointing to localhost.localdomain so Firefox R12 login works.</p>
<p>To ensure everything work try to ping localhost:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image14.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image-thumb14.png" border="0" alt="image" width="462" height="235" /></a></p>
<h3>SQLDeveloper</h3>
<p>If you want to do development then this tool is great. Get it from:</p>
<p><a title="http://www.oracle.com/technology/products/database/sql_developer/index.html" href="http://www.oracle.com/technology/products/database/sql_developer/index.html">http://www.oracle.com/technology/products/database/sql_developer/index.html</a></p>
<p>I installed version 1.5.1.</p>
<p>Setup the connection:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image15.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image-thumb15.png" border="0" alt="image" width="467" height="334" /></a></p>
<p>I just used the ip address here and it works fine.</p>
<h3>Firefox</h3>
<p>To run R12 forms and framework you need Firefox 2.</p>
<p>Install Firefox 2 in Win7. I installed version 2.0.0.14. Get it from:</p>
<p><a title="http://www.mozilla.com/en-US/firefox/all-older.html" href="http://www.mozilla.com/en-US/firefox/all-older.html">http://www.mozilla.com/en-US/firefox/all-older.html</a></p>
<p>Allow localhost.localdomain is Firefox security:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image16.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image-thumb16.png" border="0" alt="image" width="465" height="423" /></a></p>
<p>and pop-ups:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image17.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image-thumb17.png" border="0" alt="image" width="468" height="425" /></a></p>
<p>To start R12 enter the URL:</p>
<p><a title="http://localhost.localdomain:8000/OA_HTML" href="http://localhost.localdomain:8000/OA_HTML">http://localhost.localdomain:8000/OA_HTML</a></p>
<p>And you get the login screen:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotloginmozillafirefox.png"><img style="display: inline; border-width: 0px;" title="Screenshot-Login - Mozilla Firefox" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/screenshotloginmozillafirefox-thumb.png" border="0" alt="Screenshot-Login - Mozilla Firefox" width="594" height="312" /></a></p>
<h3>Java</h3>
<p>Java is a must for R12. Check the version required when you have logged in to R12 and click a forms screen</p>
<p>In 12.0.4 it is 1.5.0.13:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image18.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image-thumb18.png" border="0" alt="image" width="477" height="89" /></a></p>
<p>Then install Java 1.5.0.13 to ensure you don’t get plug-in issues with R12. Get it from:</p>
<p><a title="http://java.sun.com/products/archive/j2se/5.0_13/index.html" href="http://java.sun.com/products/archive/j2se/5.0_13/index.html">http://java.sun.com/products/archive/j2se/5.0_13/index.html</a></p>
<p>As Firefox only supports one Java plug-in at any one time check the directory for plug-ins:</p>
<p>C:\ &gt; DIR “C:\Program Files\Mozilla Firefox\plugins”</p>
<p>Ensure you only have one Java plug-in here. If it is missing the do this:</p>
<p>C:\ &gt; copy C:\Program Files\Java\jre1.5.0_13\bin\NPJPI150_13.dll C:\Program Files\Mozilla Firefox\plugins</p>
<p>Restart Firefox and now everything should work.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/r12-connect-using-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell XPS M1530 and OEL 5.3</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/dell-xps-m1530-and-oel-53/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/dell-xps-m1530-and-oel-53/#comments</comments>
		<pubDate>Fri, 15 May 2009 20:31:42 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[Dell XPS M1530]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/oracle/technology/dell-xps-m1530-and-oel-53/</guid>
		<description><![CDATA[Well why make a post about this?
OEL does not seem to be a complete operating system &#8211; it feels like Linux 5 years ago with loads of drivers missing and command line fiddling.
One chapter for each part…
Graphics
This does work out of the box but the built in driver is not great and make the fan [...]]]></description>
			<content:encoded><![CDATA[<p>Well why make a post about this?</p>
<p>OEL does not seem to be a complete operating system &#8211; it feels like Linux 5 years ago with loads of drivers missing and command line fiddling.</p>
<p>One chapter for each part…</p>
<h3>Graphics</h3>
<p>This does work out of the box but the built in driver is not great and make the fan run at full all the time.</p>
<p>If you installed in Virtualbox then fix the graphics card by getting this driver:</p>
<p><a title="http://www.nvidia.com/object/linux_display_ia32_180.51.html" href="http://www.nvidia.com/object/linux_display_ia32_180.51.html">http://www.nvidia.com/object/linux_display_ia32_180.51.html</a></p>
<p>You have to install it outside X11 so issue this command:</p>
<p>$ init 3</p>
<p>To exit X11 and login to a command prompt.</p>
<p>Then run the Nvidia install script:</p>
<p>$ ./NVDIA*run</p>
<p>When done then:</p>
<p>$ init 5</p>
<p>To get X11 back.</p>
<h3>Network</h3>
<p>Should work. Ensure that \System\Administration\Network has a entry using Marvell network driver.</p>
<h3>Wireless</h3>
<p>I configured the network is two steps.</p>
<p>First ensure you got a wlan0 device in \System\Administration\Network in Devices and Hardware tab.</p>
<p>Next ensure you have define wlan security in \System\Preferences\More Preferences\Network Connections in Wireless tab.</p>
<p>After all this wireless still doesn’t work but try these two lines:</p>
<p>$ chkconfig NetworkManager on<br />
$ service NetworkManager start</p>
<p>This starts the wireless service and now it should work.</p>
<h3>Bluetooth</h3>
<p>Bluetooth does not work immediately &#8211; for some reason it does not detect any devices. You normally get this:</p>
<p>$ hcitool scan<br />
Scanning &#8230;<br />
Inquiry failed: Connection timed out</p>
<p>First reset Bluetooth to enable discovery:</p>
<p>$ hciconfig hci0 reset</p>
<p>If the Bluetooth does not discover after reboot try to add the reset to /etc/modprobe.con</p>
<p>options hci_usb reset=1</p>
<p>Then scan for any devices:</p>
<p>$ hcitool scan<br />
00:1D:D8:98:6F:23       Microsoft Bluetooth Notebook Mouse 5000</p>
<p>Bingo &#8211; things start to work now…</p>
<p>Next configure the security settings by editing /etc/bluetooth/hcid.conf and change to (in bold):</p>
<table border="1" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td width="598" valign="top"># HCId options<br />
options {<br />
# Automatically initialize new devices<br />
autoinit yes;</p>
<p># Security Manager mode<br />
#   none &#8211; Security manager disabled<br />
#   auto &#8211; Use local PIN for incoming connections<br />
#   user &#8211; Always ask user for a PIN<br />
#<br />
<strong>security</strong> <strong>auto</strong>;</p>
<p># Pairing mode<br />
#   none  &#8211; Pairing disabled<br />
#   multi &#8211; Allow pairing with already paired devices<br />
#   once  &#8211; Pair once and deny successive attempts<br />
pairing multi;</p>
<p># Default PIN code for incoming connections<br />
<strong>passkey</strong> <strong>&#8220;&#8221;</strong>;<br />
}</p>
<p><strong>device 00:1D:D8:98:6F:23  {<br />
name &#8220;Microsoft Bluetooth Notebook Mouse 5000&#8243;;<br />
}</strong></td>
</tr>
</tbody>
</table>
<p>Then ensure the Bluetooth manager discovers the device by editing /etc/default/bluetooth:</p>
<table border="1" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td width="598" valign="top"># Defaults for bluez</p>
<p># start bluetooth on boot?<br />
# compatibility note: If this variable is not found bluetooth will<br />
# start<br />
BLUETOOTH_ENABLED=1</p>
<p># This setting will switch HID devices (e.g mouse/keyboad) to HCI mode, that is<br />
# you will have bluetooth functionality from your dongle instead of only HID.<br />
# Note that not every bluetooth dongle is capable of switching back to HID<br />
# mode, see <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497</a><br />
HID2HCI_ENABLED=1<br />
HID2HCI_UNDO=1<br />
HIDD_ENABLED=1<br />
HIDD_OPTIONS=&#8221;&#8211;connect 00:1D:D8:98:6F:23 &#8211;server&#8221;</td>
</tr>
</tbody>
</table>
<p>Then restart Bluetooth:</p>
<p>$ /etc/init.d/bluetooth restart</p>
<p>Connect to the new device using:</p>
<p>$ hidd &#8211;search<br />
Searching &#8230;<br />
Connecting to device 00:1D:D8:98:6F:23</p>
<p>And everything should work now!!!</p>
<p>At least my MS BT mouse did except for the scroll wheel.</p>
<h3>MS BT Mouse &#8211; Microsoft Bluetooth Notebook Mouse 5000</h3>
<p>First get the Bluetooth to work as above.</p>
<h3>Touchpad</h3>
<p>When touching my touchpad it is erratic.</p>
<p>First get hold of your input devices.</p>
<p>Probe the mouse devices using this command:</p>
<p>$ udevinfo -a -p `udevinfo -q path -n /dev/input/mouse1`</p>
<p>And change the mouse# until you get an output like:</p>
<table border="1" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td width="600" valign="top">looking at device &#8216;/class/input/input2/mouse1&#8242;:<br />
KERNEL==&#8221;mouse1&#8243;<br />
SUBSYSTEM==&#8221;input&#8221;<br />
SYSFS{dev}==&#8221;13:33&#8243;</p>
<p>looking at parent device &#8216;/class/input/input2&#8242;:<br />
ID==&#8221;input2&#8243;<br />
BUS==&#8221;input&#8221;<br />
DRIVER==&#8221;"<br />
SYSFS{modalias}==&#8221;input:b0011v0002p0008e7321-e0,1,2,3,k110,111,112,145,14A,r0,1,a0,1,18,mlsfw&#8221;<br />
SYSFS{uniq}==&#8221;"<br />
SYSFS{phys}==&#8221;isa0060/serio1/input0&#8243;<br />
SYSFS{name}==&#8221;AlpsPS/2 ALPS GlidePoint&#8221;</td>
</tr>
</tbody>
</table>
<p>The ALPS is your touchpad.</p>
<p>Update your /etc/X11/xorg.conf to include mouse1:</p>
<table border="1" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td width="600" valign="top">…Section &#8220;ServerLayout&#8221;<br />
Identifier     &#8220;single head configuration&#8221;<br />
Screen      0  &#8220;Screen0&#8243; 0 0<br />
InputDevice    &#8220;Mouse0&#8243; &#8220;CorePointer&#8221;<br />
InputDevice    &#8220;Mouse1&#8243; &#8220;SendCoreEvents&#8221;<br />
InputDevice    &#8220;Keyboard0&#8243; &#8220;CoreKeyboard&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
# KWI: Synaptics<br />
Identifier     &#8220;Mouse1&#8243;<br />
Driver         &#8220;synaptics&#8221;<br />
Option         &#8220;Protocol&#8221; &#8220;auto-dev&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/mice&#8221;<br />
Option         &#8220;SendCoreEvents&#8221; &#8220;true&#8221;<br />
Option &#8220;LeftEdge&#8221; &#8220;120&#8243;<br />
Option &#8220;RightEdge&#8221; &#8220;830&#8243;<br />
Option &#8220;TopEdge&#8221; &#8220;120&#8243;<br />
Option &#8220;BottomEdge&#8221; &#8220;650&#8243;<br />
Option &#8220;FingerLow&#8221; &#8220;14&#8243;<br />
Option &#8220;FingerHigh&#8221; &#8220;15&#8243;<br />
Option &#8220;MaxTapTime&#8221; &#8220;180&#8243;<br />
Option &#8220;MaxTapMove&#8221; &#8220;110&#8243;<br />
Option &#8220;ClickTime&#8221; &#8220;0&#8243;<br />
Option &#8220;EmulateMidButtonTime&#8221; &#8220;75&#8243;<br />
Option &#8220;VertScrollDelta&#8221; &#8220;10&#8243;<br />
Option &#8220;HorizScrollDelta&#8221; &#8220;0&#8243;<br />
Option &#8220;MinSpeed&#8221; &#8220;0.45&#8243;<br />
Option &#8220;MaxSpeed&#8221; &#8220;0.75&#8243;<br />
Option &#8220;AccelFactor&#8221; &#8220;0.020&#8243;<br />
Option &#8220;EdgeMotionMinSpeed&#8221; &#8220;200&#8243;<br />
Option &#8220;EdgeMotionMaxSpeed&#8221; &#8220;200&#8243;<br />
Option &#8220;UpDownScrolling&#8221; &#8220;1&#8243;<br />
Option &#8220;CircularScrolling&#8221; &#8220;0&#8243;<br />
Option &#8220;SHMConfig&#8221; &#8220;true&#8221;<br />
EndSection</td>
</tr>
</tbody>
</table>
<p>Now we need to fix the erratic behaviour.</p>
<p>Edit /boot/grub/menu.lst and include “i8042.nomux=1” when starting Linux:</p>
<table border="1" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td width="600" valign="top"># grub.conf generated by anaconda<br />
#<br />
# Note that you do not have to rerun grub after making changes to this file<br />
# NOTICE:  You do not have a /boot partition.  This means that<br />
#          all kernel and initrd paths are relative to /, eg.<br />
#          root (hd0,0)<br />
#          kernel /boot/vmlinuz-version ro root=/dev/sda1<br />
#          initrd /boot/initrd-version.img<br />
#boot=/dev/sda<br />
default=0<br />
timeout=5<br />
splashimage=(hd0,0)/boot/grub/splash.xpm.gz<br />
hiddenmenu<br />
title Enterprise Linux (2.6.18-128.el5)<br />
root (hd0,0)<br />
kernel /boot/vmlinuz-2.6.18-128.el5 ro root=LABEL=/ rhgb quiet <strong>i8042.nomux=1<br />
</strong> initrd /boot/initrd-2.6.18-128.el5.img</td>
</tr>
</tbody>
</table>
<p>Reboot and the touchpad should work now.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/dell-xps-m1530-and-oel-53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/windows-7-first-step/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/windows-7-first-step/#comments</comments>
		<pubDate>Fri, 15 May 2009 18:59:00 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[e-Business Suite]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/windows-7-first-step/</guid>
		<description><![CDATA[This post is written in Windows 7 RC running in Virtualbox inside Oracle Enterprise Linux (OEL) 5.3 – good fun!
OEL is in reality a Red Hat Enterprise Linux, which is a bit amputated in term of applications and drivers.
The reason for this constellation is OEL 5.3 Supports eBusiness Suite R12 and RDBMS 10g.
Next step is [...]]]></description>
			<content:encoded><![CDATA[<p>This post is written in Windows 7 RC running in Virtualbox inside Oracle Enterprise Linux (OEL) 5.3 – good fun!</p>
<p>OEL is in reality a Red Hat Enterprise Linux, which is a bit amputated in term of applications and drivers.</p>
<p>The reason for this constellation is OEL 5.3 Supports eBusiness Suite R12 and RDBMS 10g.</p>
<p>Next step is to make Win7 to speak to a R12 installation.</p>
<p>Using<br />
c:&gt; net use x: d:/path<br />
To assign drive.</p>
<p>Copy and paste of files works fine but if you try to install any software from the shared drive or read media it doesn’t work.</p>
<p>Even running WIN7 on top of Vista resulted in errors using shared folders.</p>
<p>Would be nice to resolve this problem…</p>
<p>Until then just copy/paste files from the shared drive to C: and work from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/windows-7-first-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Firefox and Java</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/r12-firefox-and-java/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/r12-firefox-and-java/#comments</comments>
		<pubDate>Fri, 08 May 2009 11:33:00 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[e-Business Suite]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[R12]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/r12-firefox-and-java/</guid>
		<description><![CDATA[I recommend you to start with this article to get R12 up and running.
Firefox
Firefox 3 does not work with R12. I could get forms to work however framework pages had problems with buttons. So install Firefox 2 instead.
Java Plug-in
For R12.0.4 on OEL desktop you want to use JRE 1.5.0.13 otherwise you have to fiddle with [...]]]></description>
			<content:encoded><![CDATA[<p>I recommend you to start with <a href="http://ltd.kentw.co.uk/technical/r12-vis-installation/" target="_blank">this article</a> to get R12 up and running.</p>
<h3>Firefox</h3>
<p>Firefox 3 does not work with R12. I could get forms to work however framework pages had problems with buttons. So install Firefox 2 instead.</p>
<h3>Java Plug-in</h3>
<p>For R12.0.4 on OEL desktop you want to use JRE 1.5.0.13 otherwise you have to fiddle with the context file.</p>
<p>You can always connect to the EBS from Windows but you want to test if the EBS stack works at all first.</p>
<p>I tried and could not get it to work in Linux with any other JRE version.</p>
<p>Download Java plug-in JRE 1.5.0.13 from:</p>
<p><a title="http://java.sun.com/products/archive/j2se/5.0_13/index.html" href="http://java.sun.com/products/archive/j2se/5.0_13/index.html" target="_blank">http://java.sun.com/products/archive/j2se/5.0_13/index.html</a></p>
<h3>For Linux</h3>
<p>Install JRE using this script (java.sh):</p>
<table border="1" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td width="600" valign="top"><span style="font-family: 'Courier New'; font-size: xx-small;"> </span></p>
<p><span style="font-family: 'Courier New'; font-size: xx-small;">#!/bin/bash<br />
SOURCE=/oracle/install/jre<br />
JAVA=/usr/java<br />
DIR=jre1.5.0_13<br />
PLUGIN=libjavaplugin_oji.so<br />
if [ ! -d $JAVA/$DIR ] #check if already installed<br />
then<br />
if [ ! -d $DIR ] #check if already unpacked<br />
then<br />
$SOURCE/jre-1_5_0_13-linux-i586.bin<br />
fi<br />
fi<br />
if [ ! -d $JAVA/$DIR ] #check if already installed<br />
then<br />
mv $DIR $JAVA<br />
fi<br />
if [ -d $JAVA/$DIR ] #check if already installed<br />
then<br />
rm -f /usr/lib/mozilla/plugins/$PLUGIN #remove plugin<br />
ln -s $JAVA/$DIR/plugin/i386/ns7/$PLUGIN /usr/lib/mozilla/plugins #recreate plugin link<br />
fi</span></td>
</tr>
</tbody>
</table>
<p>The script is using the plugin in …/ns7/… otherwise Firefox will regularly crash especially “manage addons” in preferences.</p>
<h3>For WindowsXP</h3>
<p>First ensure no NP* plug-in files exist in C:\Program Files\Mozilla Firefox\plugins:</p>
<p>$ del C:\Program Files\Mozilla Firefox\plugins\NP*</p>
<p>Manually copy the correct java version plug-in to the Mozilla plug-in:</p>
<p>$ copy C:\Program Files\Java\jre1.5.0_13\bin\NP* C:\Program Files\Mozilla Firefox\plugins</p>
<p>In case you have more than one version of java installed you may need to disable Mozilla Java plugin scan.</p>
<p>Enter the URL: about:config like this:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image_thumb.png" border="0" alt="image" width="243" height="117" /></a></p>
<p>In the filer box enter JRE and you will get:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image1.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image_thumb1.png" border="0" alt="image" width="512" height="76" /></a></p>
<p>Double click on the value and update to 1.9 which is a java version that does not exist yet and hence essentially disables the java plug-in scan.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image2.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image_thumb2.png" border="0" alt="image" width="244" height="113" /></a></p>
<p>Close and restart the browser and now 1.5.13 should always be the default.</p>
<h3>Connect</h3>
<p>Enter the following URL in Firefox to connect to EBS</p>
<p><a href="http://localhost.localdomain:8000/OA_HTML/AppsLogin" target="_blank">http://localhost.localdomain:8000/OA_HTML/AppsLogin</a></p>
<p>Login as SYSADMIN and password SYSADMIN</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/r12-firefox-and-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; OEL Login Script</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/oel-r12-login-script-draft/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/oel-r12-login-script-draft/#comments</comments>
		<pubDate>Fri, 08 May 2009 09:59:22 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/oracle/technology/oel-r12-login-script-draft/</guid>
		<description><![CDATA[Use this script (vis.sh) to initialise the Oracle environment.
I recommend you to start with this article to get R12 up and running.
Run as Oracle user:
$ . ./vis.sh
Note the dot and space in front of a script to assign variables to the current environment.



#!/bin/bash
shopt -s expand_aliases
ORACLE_SID=VIS
ORACLE_HOST=`hostname -s`
CONTEXT_NAME=${ORACLE_SID}_${ORACLE_HOST}
TECH_HOME=/oracle/${ORACLE_SID}/db/tech_st/11.1.0
APPS_HOME=/oracle/${ORACLE_SID}/apps/apps_st/appl
alias techenv=&#8217;. ${TECH_HOME}/$CONTEXT_NAME.env&#8217;
alias appsenv=&#8217;. ${APPS_HOME}/$CONTEXT_NAME.env&#8217;
APPSENV=&#8221;$APPS_HOME/$CONTEXT_NAME.env&#8221;
if [ ! -f $APPSENV ];
then
echo [...]]]></description>
			<content:encoded><![CDATA[<p>Use this script (vis.sh) to initialise the Oracle environment.</p>
<p>I recommend you to start with <a href="http://ltd.kentw.co.uk/technical/r12-vis-installation/" target="_blank">this article</a> to get R12 up and running.</p>
<p>Run as Oracle user:</p>
<p>$ . ./vis.sh</p>
<p>Note the dot and space in front of a script to assign variables to the current environment.</p>
<table border="1" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td width="600" valign="top"><span style="font-size: xx-small;">#!/bin/bash<br />
shopt -s expand_aliases<br />
ORACLE_SID=VIS<br />
ORACLE_HOST=`hostname -s`<br />
CONTEXT_NAME=${ORACLE_SID}_${ORACLE_HOST}<br />
TECH_HOME=/oracle/${ORACLE_SID}/db/tech_st/11.1.0<br />
APPS_HOME=/oracle/${ORACLE_SID}/apps/apps_st/appl<br />
alias techenv=&#8217;. ${TECH_HOME}/$CONTEXT_NAME.env&#8217;<br />
alias appsenv=&#8217;. ${APPS_HOME}/$CONTEXT_NAME.env&#8217;<br />
APPSENV=&#8221;$APPS_HOME/$CONTEXT_NAME.env&#8221;<br />
if [ ! -f $APPSENV ];<br />
then<br />
echo &#8220;Environment file $APPSENV is not found&#8221;<br />
exit<br />
else<br />
. $APPSENV<br />
fi<br />
for SCRIPT in $ADMIN_SCRIPTS_HOME/*.sh<br />
do<br />
BASE=`basename $SCRIPT | sed &#8217;s/.sh//g&#8217;`<br />
alias $BASE=&#8221;$SCRIPT&#8221;<br />
done<br />
TECHENV=&#8221;$TECH_HOME/$CONTEXT_NAME.env&#8221;<br />
if [ ! -f $TECHENV ];<br />
then<br />
echo &#8220;Environment file $TECHENV is not found&#8221;<br />
exit<br />
else<br />
. $TECHENV<br />
fi<br />
for SCRIPT in $TECH_HOME/appsutil/scripts/$CONTEXT_NAME/*.sh<br />
do<br />
BASE=`basename $SCRIPT | sed &#8217;s/.sh//g&#8217;`<br />
alias $BASE=&#8221;$SCRIPT&#8221;<br />
done</span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/oel-r12-login-script-draft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Managing</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/r12-managing/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/r12-managing/#comments</comments>
		<pubDate>Fri, 08 May 2009 09:57:01 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[e-Business Suite]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/r12-managing/</guid>
		<description><![CDATA[This article applies to:
EBS 12.0.4 on OEL5.3
EBS 12.1.1 on OEL5.4
RDBMS 10g on OEL5.3
RDBMS 11g on OEL5.3 and OEL5.4
I recommend you to start with this article to get R12 up and running.
Login
This is my own login script which you can see here.
Login to OEL as Oracle and run login script:
$ . ./vis.sh
Ensure you also got the [...]]]></description>
			<content:encoded><![CDATA[<p>This article applies to:</p>
<p>EBS 12.0.4 on OEL5.3<br />
EBS 12.1.1 on OEL5.4<br />
RDBMS 10g on OEL5.3<br />
RDBMS 11g on OEL5.3 and OEL5.4</p>
<p>I recommend you to start with <a href="http://ltd.kentw.co.uk/technical/r12-vis-installation/" target="_blank">this article</a> to get R12 up and running.</p>
<h3>Login</h3>
<p>This is my own login script which you can <a href="http://ltd.kentw.co.uk/oracle/technology/oel-r12-login-script-draft/" target="_blank">see here</a>.</p>
<p>Login to OEL as Oracle and run login script:</p>
<p>$ . ./vis.sh</p>
<p>Ensure you also got the first dot so it is the current environment you are setting environment variables for.</p>
<h3>Startup</h3>
<p>Start database:</p>
<p>$ addbctl start</p>
<p>Start database listener:</p>
<p>$ addlnctl start VIS</p>
<p>Start application server and concurrent managers:</p>
<p>$ adstrtal apps/apps</p>
<h3>Shutdown</h3>
<p>Start with shutting down application server and concurrent managers:</p>
<p>$ adstpall apps/apps</p>
<p>Wait until all concurrent processes has stopped.</p>
<p>I use this commend to check for that:</p>
<p>$ ps –fed | grep VIS</p>
<p>When only the database processes are left then shut down the database:</p>
<p>$ addbctl stop</p>
<p>Then finally stop the listener:</p>
<p>$ addlnctl stop VIS</p>
<h3>Connect</h3>
<p>Enter the following URL in Firefox to connect to EBS</p>
<p><a href="http://localhost.localdomain:8000/OA_HTML/AppsLogin">http://localhost.localdomain:8000/OA_HTML/AppsLogin</a></p>
<p>Login as SYSADMIN and password SYSADMIN</p>
<h3>Modify Managers</h3>
<p>After installing R12 you have more than 200 oracle processes running – check with:</p>
<p>$ ps –fed | grep VIS | wc –l</p>
<p>The managers take up cpu and disk i/o.</p>
<p>Reduce the number of concurrent managers running to something like this:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image12.png"><img style="display: inline; border-width: 0px;" title="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/05/image-thumb12.png" border="0" alt="image" width="523" height="352" /></a></p>
<p>Use Define Concurrent Managers and reduce to workshift to 0 for non-essential managers.</p>
<p>Also reduce the Standard Manager to 2. You need a minimum of two of a program starts a sub process.</p>
<p>This should get you down to around 120 processes. The system should feel more responsive now.</p>
<p>If you need to work with Inventory or similar find the managers relating to this application and re-activate.</p>
<h3>Errors</h3>
<h4><strong>Remove Persistent Locks (error 204)</strong></h4>
<p>If the adstrtal.sh returns error 204 it may be due to locks. Use the following script rmlock.sh:</p>
<table border="1" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td width="600" valign="top"><span style="font-size: xx-small;">#!/bin/bash<br />
rm -frv $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*<br />
rm -frv $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*<br />
rm -frv $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*</span></td>
</tr>
</tbody>
</table>
<h4><strong>Timeouts (error 150)</strong></h4>
<p>If the adstrtal.sh returns error 150 it may be due to timeouts. This can happen for any of the subscripts called by adstrtal.sh especially if you try to start EBS within Virtualbox or you have a slow USB disk.</p>
<p>To remedy do the following:</p>
<p>$ vi $CONTEXT_FILE</p>
<p>Manually search and replace &gt;100&lt; with &gt;900&lt;</p>
<p>$ vi opmn/config/opmn.xml</p>
<p>Manually update timeout from &gt;600&lt; to &gt;1800&lt;</p>
<h4><strong>Internal Server Error (error 500)</strong></h4>
<p>If the browser comes out with:</p>
<p>500 Internal Server Error</p>
<p>…and much more…</p>
<p>Then the JSP files may be corrupt.</p>
<p>I fixed it by compiling them:</p>
<p><strong>Compile JSP:</strong></p>
<p>$ cd $FND_TOP/patch/115/bin<br />
$ perl ojspCompile.pl &#8211;compile &#8211;flush -p 2</p>
<h4><strong>Temp Tablespace Exceeded (ORA-01652)</strong></h4>
<p>The default temp tablespace datafile is around 1G which may be too small</p>
<p>In order to change this you can issue this command from SQL as SYSTEM:</p>
<p>sql&gt; alter database tempfile &#8216;/oracle/VIS/db/apps_st/data/temp1_01.dbf&#8217; autoextend on maxsize 10000m ;</p>
<p>Which enables the system to extend the file to 10Gb</p>
<p>Be sure to extend all tempfiles which on a standard VIS installation is temp1_01.dbf and temp2_01.dbf.</p>
<h4><strong>Unable to authenticate session</strong></h4>
<p>You might see this screen instead of the login screen.</p>
<p>If this happends in Firefox but IE works ok then try to clear the Firefox cache in \Tools\Clear Private Data and then ensure to also select Cookies.</p>
<h4><strong>Slow database connection</strong></h4>
<p>You might see Oracle Applications starting very slowly – like taking more than a half an hour. This could be due to slow sqlnet connection.</p>
<p>First open a command line and type:</p>
<p>$ sqlplus apps/apps</p>
<p>This should connect fast as it bypasses sqlnet. If not you have a CPU or IO performance problem.</p>
<p>Next try:</p>
<p>$ sqlplus apps/apps@VIS</p>
<p>If this is slow then you might have a slow sqlnet connection.</p>
<p>Check /etc/hosts:</p>
<p># Do not remove the following line, or various programs<br />
# that require network functionality will fail.<br />
127.0.0.1               localhost.localdomain localhost<br />
::1                     localhost.localdomain localhost</p>
<p>I have experiences either the ::1 is missing or pointing to the wrong ip name. Ensure the two lines points to the same name. The problem arises as the new sqlnet has started to use ipv6 which is the ::1 entry.</p>
<p>In 12.0.4 ipv6 was not used but in 12.1.1 ipv6 was introduces maybe with RDBMS 11g</p>
<h4><strong>ORA-01031: insufficient privileges</strong></h4>
<p>If you get this during database startup on 11g on OEL 5.4 it may be because you have incorrect security setup.</p>
<p>This was not a problem in 10g but Oracle can’t stop changing things…this is also called progress!</p>
<p>1. Check /etc/passwd and ensure you got the following line:</p>
<p>oracle:x:500:500:oracle:/home/oracle:/bin/bash</p>
<p>This is normally set correct. The important bit is the default group – the second 500 value.</p>
<p>2. Check /etc/group and ensure you got the following lines:</p>
<p>bin:x:1:root,bin,daemon,oracle<br />
deamon:x:2:root,bin,daemon,oracle<br />
sys:x:3:root,bin,adm,oracle<br />
adm:x:4:root,adm,daemon,oracle<br />
oracle:x:500:oracle<br />
oinstall:x:501:oracle</p>
<p>So add oracle user not only to the usual oralce created groups but also to bin,daemon,sys and adm groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/r12-managing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Hardware and Software</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/r12-vis-hardware-and-virtualization/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/r12-vis-hardware-and-virtualization/#comments</comments>
		<pubDate>Thu, 07 May 2009 10:11:49 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[Dell XPS M1530]]></category>
		<category><![CDATA[e-Business Suite]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/r12-vis-hardware-and-virtualization/</guid>
		<description><![CDATA[This is the hardware and software I use for the R12 Laptop.
I recommend you to start with this article to get R12 up and running.
Laptop
My laptop is a Dell XPS M1530 with the following specs:



CPU
Intel® Core™ 2 Duo Processor T8300 (2.40 GHz, 800 MHz FSB, 3 MB L2 cache)


Memory
3072MB 667MHz Dual Channel DDR2 SDRAM [1x2048+1x1024]


Video [...]]]></description>
			<content:encoded><![CDATA[<p>This is the hardware and software I use for the R12 Laptop.</p>
<p>I recommend you to start with <a href="http://ltd.kentw.co.uk/technical/r12-vis-installation/" target="_blank">this article</a> to get R12 up and running.</p>
<h3>Laptop</h3>
<p>My laptop is a Dell XPS M1530 with the following specs:</p>
<table border="1" cellspacing="0" cellpadding="0" width="533">
<tbody>
<tr>
<td width="149" valign="top">CPU</td>
<td width="382" valign="top">Intel® Core™ 2 Duo Processor T8300 (2.40 GHz, 800 MHz FSB, 3 MB L2 cache)</td>
</tr>
<tr>
<td width="149" valign="top">Memory</td>
<td width="382" valign="top">3072MB 667MHz Dual Channel DDR2 SDRAM [1x2048+1x1024]</td>
</tr>
<tr>
<td width="149" valign="top">Video Card</td>
<td width="382" valign="top">NVIDIA® GeForce™ Go 8600M GT with 256Mb dedicated graphic memory</td>
</tr>
<tr>
<td width="149" valign="top">Hard Drive</td>
<td width="382" valign="top">500Gb (5.400rpm) SATA Hard Drive</td>
</tr>
<tr>
<td width="149" valign="top">OS</td>
<td width="382" valign="top">Microsoft VISTA SP1</td>
</tr>
<tr>
<td width="149" valign="top">LCD</td>
<td width="382" valign="top">15.4&#8243; Widescreen WXGA+ (1440&#215;900) TFT Display with TrueLife™</td>
</tr>
</tbody>
</table>
<h3>Virtualbox</h3>
<p>Get it from <a href="http://www.virtualbox.org" target="_blank">http://www.virtualbox.org</a></p>
<p>I have tried to run EBS from Vbox both using a VDI and direct to EXT3 however it just doesn’t perform on a laptop.</p>
<p>I even tried to use my eSATA as well to no avail.</p>
<h3>Ubuntu</h3>
<p>Get it from <a title="http://www.ubuntu.com/" href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a></p>
<p>Using Virtualbox you install Ubuntu to a VDI and when booted into this you can install it onto a USB stick attached with a USB Vbox filter.</p>
<p>If you then boot into Ubuntu using a USB stick file transfers is much faster. Very useful indeed when transferring Oracle files from NTFS to the external OEL USB disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/r12-vis-hardware-and-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OEL &#8211; Package Script</title>
		<link>http://ltd.kentw.co.uk/technical/r12-installation/oel-package-script/</link>
		<comments>http://ltd.kentw.co.uk/technical/r12-installation/oel-package-script/#comments</comments>
		<pubDate>Wed, 06 May 2009 16:52:46 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[R12 Installation]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/technical/oel-package-script/</guid>
		<description><![CDATA[Use this script (apmall.sh) to update OEL5.3 with correct libraries.
I recommend you to start with this article to get R12 up and running.
Update the SOURCE environment variable with your source dir.
First try to run
$ ./rpmall.sh chk
to show what is missing and then install with:
$ ./rpmall.sh inst
But beware this script is flawed. I did change it [...]]]></description>
			<content:encoded><![CDATA[<p>Use this script (apmall.sh) to update OEL5.3 with correct libraries.</p>
<p>I recommend you to start with <a href="http://ltd.kentw.co.uk/technical/r12-vis-installation/" target="_blank">this article</a> to get R12 up and running.</p>
<p>Update the SOURCE environment variable with your source dir.</p>
<p>First try to run</p>
<p>$ ./rpmall.sh chk</p>
<p>to show what is missing and then install with:</p>
<p>$ ./rpmall.sh inst</p>
<p>But beware this script is flawed. I did change it a few times and you will have to as well.</p>
<table border="1" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td width="598" valign="top"><span style="font-size: xx-small;">#!/bin/bash<br />
RPMDO=$1<br />
SOURCE=/oracle/install/oel5.3<br />
cd $SOURCE<br />
rpmchk(){<br />
if [ -z $2 ]<br />
then<br />
rpmname=&#8221;$1&#8243;<br />
else<br />
rpmname=&#8221;$1-$2&#8243;<br />
fi<br />
rpm &#8211;quiet -q $rpmname<br />
if [ $? -eq 0 ]<br />
then<br />
echo &#8220;GOOD $rpmname installed&#8221;<br />
else<br />
rpm &#8211;quiet -q $1<br />
if [ $? -eq 0 ]<br />
then<br />
echo &#8220;OK   $1 installed &#8211; different version&#8221;<br />
else<br />
cnt=`ls $rpmname*.rpm 2&gt; /dev/null | wc -l`<br />
if [ $cnt -gt 0 ]<br />
then<br />
getitfrom=`ls $rpmname*.rpm`<br />
else<br />
getitfrom=`grep &#8220;$rpmname&#8221; cdrom.[1-5]`<br />
fi<br />
echo &#8220;BAD  $1 not installed: in $getitfrom&#8221;<br />
fi<br />
fi<br />
}<br />
rpminst(){<br />
rpmname=&#8221;$1&#8243;<br />
rpm &#8211;quiet -q $rpmname<br />
if [ $? -gt 0 ]<br />
then<br />
cnt=`ls $rpmname*.rpm 2&gt; /dev/null | wc -l`<br />
if [ $cnt -gt 0 ]<br />
then<br />
echo &#8220;Installing: $rpmname*.rpm&#8221;<br />
rpm &#8211;nosignature -i $rpmname*.rpm<br />
else<br />
echo &#8220;Install file missing: $rpmname*.rpm&#8221;<br />
fi<br />
fi<br />
}<br />
rpmact(){<br />
case &#8220;$RPMDO&#8221; in<br />
chk)<br />
rpmchk $1 $2<br />
;;<br />
inst)<br />
rpminst $1 $2<br />
;;<br />
*)<br />
echo &#8220;Bad argument &#8211; use inst, chk or all&#8221;<br />
exit<br />
;;<br />
esac<br />
}<br />
#<br />
#Field1: always &#8220;rmpact&#8221;<br />
#Field2: package name (optionally add version if must exist)<br />
#Field3: package version (minimum version)<br />
#<br />
#Next required by Openmotif<br />
rpmact libXp 1.0.0-8.1.el5<br />
#Following 3 downloaded from:<br />
# </span><a href="http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux"><span style="font-size: xx-small;">http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux</span></a><br />
<span style="font-size: xx-small;">rpmact openmotif21 2.1.30-11.EL5<br />
rpmact xorg-x11-libs-compat 6.8.2-1.EL.33.0.1<br />
rpmact binutils 2.17.50.0.6-6.0.1<br />
#Requirements from Metalink:<br />
rpmact compat-glibc 2.3.4-2.26<br />
rpmact gcc 4.1.2-14.el5<br />
rpmact gcc-c++ 4.1.2-14.el5<br />
rpmact glibc 2.5-12<br />
rpmact glibc-common 2.5-12<br />
rpmact glibc-devel 2.5-12<br />
rpmact libgcc 4.1.2-14.el5<br />
rpmact libstdc++-devel 4.1.2-14.el5<br />
rpmact libstdc++ 4.1.2-14.el5<br />
rpmact make 3.81-1.1<br />
rpmact gdbm 1.8.0-26.2.1<br />
rpmact libXp 1.0.0-8.1.el5<br />
rpmact libaio 0.3.106-3.2<br />
rpmact libgomp 4.1.2-14.el5<br />
rpmact compat-libstdc++-296-2.96-138<br />
rpmact compat-libstdc++-33-3.2.3-61<br />
#Following not in 5.3 discs<br />
#rpmact sysstat 7.0.0-3.el5<br />
#Following on disc 3<br />
rpmact sysstat 7.0.2-3.el5.i386</span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/technical/r12-installation/oel-package-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

