<?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>Oracle Labs</title>
	<atom:link href="http://oraclelabs.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraclelabs.com</link>
	<description>Worth Oracle Experiences</description>
	<lastBuildDate>Mon, 30 May 2011 10:38:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing Oracle Applications E-Business Suite R12 (12.1.1) on Windows XP / Windows 2003 Server</title>
		<link>http://oraclelabs.com/index.php/2011/05/19/installing-oracle-applications-e-business-suite-r12-on-windows-xp-windows-2003-server/</link>
		<comments>http://oraclelabs.com/index.php/2011/05/19/installing-oracle-applications-e-business-suite-r12-on-windows-xp-windows-2003-server/#comments</comments>
		<pubDate>Thu, 19 May 2011 07:28:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[R12]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=226</guid>
		<description><![CDATA[Minimum Hardware Requirements: 1. Windows XP (professional or Home) Service Pack 2 / Windows 2003 Server with 2 GB RAM and make sure you have NTFS file system. 2. Hard Disk 250 GB where 233 GB space is required for &#8230; <a href="http://oraclelabs.com/index.php/2011/05/19/installing-oracle-applications-e-business-suite-r12-on-windows-xp-windows-2003-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Minimum Hardware Requirements:</strong></p>
<p>1. <strong>Windows XP</strong> (professional or Home) Service Pack 2 / <strong>Windows 2003 Server</strong> with <strong>2 GB RAM</strong> and make sure you have <strong>NTFS file system</strong>.</p>
<p>2. Hard Disk  <strong>250 GB</strong> where <strong>233 GB</strong> space is required for vision installation (excluding media pack; which needs around <strong>37 GB</strong> space). You can use external hard drive too. Don’t listen to those who advise you to install EBS R12 without vision database. I know you are installing all this for learning etc.</p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p><strong>Very Important Note:</strong> </p>
<p>1. Make sure there is no oracle product installed on your system. No entry of oracle should be in windows registry except system default by windows itself. So it is recommended to use fresh system for this purpose. If you tried a failed installation before on your PC then reinstall the Operating System again otherwise you will waste your time.</p>
<p>2. There should be !!!!NO!!! JDK installed on your machine. EBS will install JDK version on your machine otherwise you will get errors I don’t want to discuss all this here. Just NO JDK on your machine.</p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p><strong>Pre-requisites; Utilities:</strong></p>
<p>1. <strong>Microsoft VC++</strong><br />
   • Make sure that it must be <strong>VC 8 or above</strong> because VC 6 was valid up to 11i. If you do it with VC 6 then utilities check will not give error but <strong>you will stuck at 13% or 66% installation</strong>.<br />
   • While installing VC++ make sure it is done in <strong>C:\MSVS\VC</strong>. No spaces in any directory structure of any software you install as pre-requisite for Oracle Apps.<br />
   • Copy <strong>cl.exe</strong> from <strong>C:\MSVS\VC\bin</strong> to <strong>C:\WINDOWS\System32</strong></p>
<p>2. <strong>Perl</strong> &#8211; http://www.activestate.com/Products/ActivePerl/<br />
   • Version 5.8 or more and use MSI package type.<br />
   • Perl is only needed if you are using Oracle Media Pack. If you are downloading from oracle site then you can skip this installation.</p>
<p>3. <strong>CYGWIN</strong> &#8211; http://cygwin.com/<br />
   • Download setup.exe to your machine.<br />
   • Run setup.exe and click Next, which will bring up the Choose Installation Type screen.<br />
   • Select ; Install from Internet and Click Next<br />
   • Select ; Root Directory C:\cygwin and select radio button<br />
   • Install for ; All Users and Default Text File Type ; DOS / text ; Next Local Package Directory can be any but C:\cygwin is recommended. ; Next Direct Connection.<br />
   • Click on Next again to get to the Select Packages screen, and select the following packages (click on to toggle):<br />
     a.	All Default<br />
     b.	Archive Default, plus manually select the zip package<br />
     c.	Base Default, plus manually select the following extra packages: ash, coreutils, diffutils, findutils, gawk, grep, sed, tar and which<br />
     d.	Devel Default, plus manually select binutils, gcc, gcc-core, gcc-g++, make and mktemp<br />
     e.	Doc Default, plus manually select cygwin-doc and man<br />
     f.	Editors Default, plus manually select vim<br />
     g.	Interpreters Default, plus manually select gawk<br />
     h.	Shells Default, plus manually select ash and tcsh<br />
     i.	Utils Default, plus manually select cygutils and file<br />
   • Click on Next again to download the selected files. It will take some time depending      upon mirror site you selected and after download cygwin setup will be automatically      starts.<br />
   • After installation completed, Open folder C:\cygwin\bin and rename followings:<br />
   • <strong>gawk.exe</strong> to <strong>awk.exe</strong><br />
   • <strong>grep.exe</strong> to <strong>egrep.exe</strong><br />
   • <strong>make.exe</strong> to <strong>gnumake.exe</strong><br />
   • <strong>gcc.exe</strong> to <strong>cc.exe</strong><br />
   • You can override the name if system says that awk or egrep or cc already exits just remove or move to some other place.</p>
<p>4. <strong>Set the Path</strong> to include the <strong>C:\cygwin\bin</strong><br />
   • C:\> set PATH = %PATH%;c:\cygwin\bin<br />
   • And then check your PATH to see that it include C:\cygwin\bin<br />
   • C:\> echo %PATH%</p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p><strong>Oracle Media:</strong></p>
<p>You should be having Lasted available Oracle media pack (recommended) or Software download from oracle site and follow the unzipping instruction as per oracle documentation. I have downloaded it from: <a href="https://edelivery.oracle.com/">https://edelivery.oracle.com/</a></p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p><strong>Domain Name Configuration:</strong></p>
<p>1. Open file c:\windows\system32\drivers\etc\hosts. Enter a domain next to localhost entry you will be using this domain while installing Oracle Applications. I used mydomain so you can replace what ever you want. 198.168.10.102 is IP Address of my PC you should enter your machine’s IP. If you don’t know it you can find it.</p>
<p>C:\>ipconfig</p>
<p>Example</p>
<p>127.0.0.1 localhost<br />
198.168.10.102 SystemName.mydomain.com</p>
<p>2. Go to Control Panel > Systems > Computer Name Tab > Click on Change > Click on More > Enter Primary DNS Suffix as ‘mydomain’.</p>
<p>3. Open Network connections, Select your Connection on which your machine is connected (You will find Wireless or LAN) and right click and select properties. Select Internet Protocol (TCP/IP) and click on to properties. Click on Advanced button and go to DNS tab. Enter DNS suffix for this connection as ‘mydomain’.</p>
<p>4. Restart the PC.</p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p><strong>Staging the Oracle:</strong></p>
<p>If you have Oracle Media Pack then:<br />
Insert the Start Here DVD in DVD Rom and go to folder:<br />
StageR12\startCD\Disk1\rapidwiz in DOS Prompt and type:</p>
<p>D:\StageR12\startCD\Disk1\rapidwiz\adautostg.pl<br />
And follow the wizard.</p>
<p>Finally you must have these five folders in StageR12 Directory:<br />
<strong>1. oraAppDB<br />
2. oraApps<br />
3. oraAS<br />
4. oraDB<br />
5. startCD</strong></p>
<p><strong>Note:</strong> <em>If you have downloaded the media from oracle site, then you just need to put the downloaded and extracted folders in the proper directories&#8230; No need to do staging.</em></p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p><strong>Recommended (Not necessary):</strong></p>
<p>There steps are only if your installation fails due to any reason so you can restore your registry and system to pre-installation state:</p>
<p>1. When Staging is done successfully then export the registry and save it on a file.<br />
Start > Run > regedit > File > Export and select the location where you want to store it .</p>
<p>2. Take a Computer Restore Point.<br />
Start > All Programs > Accessories > System Tools > System Restore > Create a Restore Point > Enter name of restore point for example ‘PreOra’ and Press the Create.</p>
<p>3. Restart the PC.</p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p><strong>Installing the the EBS R12</strong></p>
<p>So far you have done a great job. Now time to get the job done.</p>
<p>1. Go to folder E:\StageR12\startCD\Disk1\rapidwiz or where you have done your staging on hard drive or external hard drive and just click RapidWiz</p>
<p>2. On welcome screen > Next and Select Install Oracle Applications E-Bussiness R12 Check on Use Express Installation > Next</p>
<p>3. In Express Configuration Information screen change the following (Leave all to default):<br />
  a. MKS directory = C:\cygwin\bin or where “cygwin\bin” is<br />
  b. MSDEV directory = C:\MSVS\VC\bin or where VC++ was installed<br />
  c. Oracle Base directory =E:\oracle or where ever you want to install oracle applications</p>
<p>4. Follow the wizard and you should pass all the Pre-Install Checks. If not then you did not follow instructions above and help yourself.</p>
<p>5. If you passed all the checks then just Click Next and follow the Wizard and installation will be done in 5 steps and take about 2-3 hrs depends upon the system.</p>
<p>6. After the installation is completed successfully (it should be) then Post-Installation Checks will be preformed. If you passed all the checks It is really a Wonderful and You Rocks</p>
<p>7. If your system don’t pass the Post-Installation Checks even then don’t worry just smile coz installation is successful you need to restart your PC and Open Command Prompt open to staging directory: d:\StageR12\startCD\Disk1\rapidwiz<br />
And now just type rapidwiz –restart</p>
<p>8. Follow the Wizard and Enter all the info as you enter before Now This time it will take few minutes and you should pass Post-Installation Checks</p>
<p>9. If still a problem just repeat above step again you will get to it . Restart the PC and enter the URL in web browser</p>
<p>http://hostname.mydomain.com:8000/</p>
<p>10. E-Bussiness Login Username = operations Password = welcome</p>
<p>////////////////////////////////////////////////////////////////////////////</p>
<p>Comments awaited &#8230;.. </p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2011/05/19/installing-oracle-applications-e-business-suite-r12-on-windows-xp-windows-2003-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>De-Normalization Techniques</title>
		<link>http://oraclelabs.com/index.php/2011/04/23/de-normalization-techniques/</link>
		<comments>http://oraclelabs.com/index.php/2011/04/23/de-normalization-techniques/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 11:17:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Data Warehousing]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=212</guid>
		<description><![CDATA[While building the Data Warehouse, these are five most common techniques of De-normalization: 1) Collapsing Tables 2) Pre-Joining 3) Splitting Tables a) Horizontal Splitting b) Vertical Splitting 4) Adding Redundant Columns 5) Derived Attributes]]></description>
			<content:encoded><![CDATA[<p>While building the <strong>Data Warehouse</strong>, these are five most common <strong>techniques of De-normalization</strong>:</p>
<p>1) Collapsing Tables<br />
<a href="http://oraclelabs.com/wp-content/uploads/2011/04/CollapsingTables.jpg"><img src="http://oraclelabs.com/wp-content/uploads/2011/04/CollapsingTables.jpg" alt="" title="CollapsingTables" width="665" height="431" class="alignleft size-full wp-image-213" /></a></p>
<p>2) Pre-Joining<br />
<div id="attachment_216" class="wp-caption alignleft" style="width: 647px"><a href="http://oraclelabs.com/wp-content/uploads/2011/04/PreJoining.jpg"><img src="http://oraclelabs.com/wp-content/uploads/2011/04/PreJoining.jpg" alt="" title="PreJoining" width="637" height="474" class="size-full wp-image-216" /></a><p class="wp-caption-text">Pre Joining</p></div></p>
<p>3) Splitting Tables<br />
	a) Horizontal Splitting<br />
	b) Vertical Splitting<br />
<div id="attachment_217" class="wp-caption alignleft" style="width: 674px"><a href="http://oraclelabs.com/wp-content/uploads/2011/04/SplittingTables.jpg"><img src="http://oraclelabs.com/wp-content/uploads/2011/04/SplittingTables.jpg" alt="" title="SplittingTables" width="664" height="465" class="size-full wp-image-217" /></a><p class="wp-caption-text">Splitting Tables</p></div></p>
<p>4) Adding Redundant Columns<br />
<div id="attachment_218" class="wp-caption alignleft" style="width: 643px"><a href="http://oraclelabs.com/wp-content/uploads/2011/04/AddingRedundantColumns.jpg"><img src="http://oraclelabs.com/wp-content/uploads/2011/04/AddingRedundantColumns.jpg" alt="" title="AddingRedundantColumns" width="633" height="386" class="size-full wp-image-218" /></a><p class="wp-caption-text">Adding Redundant Columns</p></div></p>
<p>5) Derived Attributes<br />
<div id="attachment_219" class="wp-caption alignleft" style="width: 675px"><a href="http://oraclelabs.com/wp-content/uploads/2011/04/DerivedAttributes.jpg"><img src="http://oraclelabs.com/wp-content/uploads/2011/04/DerivedAttributes.jpg" alt="" title="DerivedAttributes" width="665" height="267" class="size-full wp-image-219" /></a><p class="wp-caption-text">Derived Attributes</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2011/04/23/de-normalization-techniques/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developing Sales Business Area by Using Oracle BI Discoverer Administrator &#8211; Part 4</title>
		<link>http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-4/</link>
		<comments>http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-4/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 10:55:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[BI Discoverer]]></category>
		<category><![CDATA[Business Intelligence (BI)]]></category>
		<category><![CDATA[Oracle BI Discoverer]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=164</guid>
		<description><![CDATA[Creating a New Business Area i) When the EUL Manager screen will be closed, the following screen will be displayed. Click on the &#8220;Create a new business area&#8221; and click Next. ii) Select the sales database. I have created a &#8230; <a href="http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Creating a New Business Area</p>
<p>i) When the EUL Manager screen will be closed, the following screen will be displayed. Click on the &#8220;Create a new business area&#8221; and click Next.</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_1.jpg"><img class="aligncenter size-full wp-image-165" title="NewBusinessArea_1" src="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_1.jpg" alt="" width="555" height="381" /></a></p>
<p>ii) Select the sales database. I have created a simple sales database in which there are only two tables Buyers and Invoices. From these two tables we will create a simple business area and later on a simple Workbook having annual sales analysis using Oracle Business Intelligence Discoverer Desktop. You might have also these two tables somewhere in your Sales Database. If you do not have then don&#8217;t worry, simply create two tables and fill them with some dummy data for learning purpose.</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_2.jpg"><img class="aligncenter size-full wp-image-168" title="NewBusinessArea_2" src="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_2.jpg" alt="" width="556" height="379" /></a>iii) Click on the options button and make sure that the option &#8220;Tables owned by user&#8221; is selected. You may also select the other option &#8220;Tables accessible by user&#8221; but we do not need to do so. Click ok and then click Next in the step 2 (Load Wizard).</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/Dictionary_Options.jpg"><img class="aligncenter size-full wp-image-182" title="Dictionary_Options" src="http://oraclelabs.com/wp-content/uploads/2010/11/Dictionary_Options.jpg" alt="" width="382" height="231" /></a><br />
iv) Select both of these tables and move them to the selected portion from the available side.</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_3.jpg"><img class="aligncenter size-full wp-image-173" title="NewBusinessArea_3" src="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_3.jpg" alt="" width="556" height="381" /></a><br />
v) Click the next button.</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_4.jpg"><img class="aligncenter size-full wp-image-174" title="NewBusinessArea_4" src="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_4.jpg" alt="" width="558" height="380" /></a><br />
vi) Keep the default options selected and click the next button.</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_5.jpg"><img class="aligncenter size-full wp-image-176" title="NewBusinessArea_5" src="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_5.jpg" alt="" width="558" height="381" /></a></p>
<p>vii) Name the Business Area. I have given it the name &#8220;SalesBusinessArea&#8221;. Keep the other options selected defaults and click Finish.</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_6.jpg"><img class="aligncenter size-full wp-image-178" title="NewBusinessArea_6" src="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_6.jpg" alt="" width="557" height="377" /></a>We have successfully created the Sales business area. You can view from the below screenshot. Next will discuss in detail that what to do with this business area.</p>
<p><a href="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_7.jpg"><img class="aligncenter size-full wp-image-180" title="NewBusinessArea_7" src="http://oraclelabs.com/wp-content/uploads/2010/11/NewBusinessArea_7.jpg" alt="" width="657" height="561" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Developing Sales Business Area by Using Oracle BI Discoverer Administrator &#8211; Part 3</title>
		<link>http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-3/</link>
		<comments>http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-3/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 07:56:57 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[BI Discoverer]]></category>
		<category><![CDATA[Business Intelligence (BI)]]></category>
		<category><![CDATA[Oracle BI Discoverer]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=141</guid>
		<description><![CDATA[Creating an EUL i) When you have clicked Yes to the EUL creation prompt message, the following dialog will be displayed. ii) Click on the button create an EUL then from the dialog box (shown below) click on select button &#8230; <a href="http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Creating an EUL</p>
<p style="text-align: left;">i) When you have clicked Yes to the EUL creation prompt message, the following dialog will be displayed.</p>
<p style="text-align: left;"><a href="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation1.jpg"><img class="size-full wp-image-145 aligncenter" title="EUL_Creation" src="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation1.jpg" alt="" width="409" height="308" /></a></p>
<p style="text-align: left;">ii) Click on the button create an EUL then from the dialog box (shown below) click on select button to select the user.</p>
<p style="text-align: left;"><a href="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_11.jpg"><img class="size-full wp-image-146 aligncenter" title="EUL_Creation_1" src="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_11.jpg" alt="" width="525" height="395" /></a></p>
<p style="text-align: left;">iii) Click on the Select button to select the user. We will select the EUL_OWNER user to save the EUL data into this user.</p>
<p style="text-align: left;"><a href="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_2.jpg"><img class="aligncenter size-full wp-image-154" title="EUL_Creation_2" src="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_2.jpg" alt="" width="529" height="522" /></a></p>
<p style="text-align: left;">iv) When the user is selected, click on the Finish button.</p>
<p style="text-align: left;"><a href="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_31.jpg"><img class="aligncenter size-full wp-image-157" title="EUL_Creation_3" src="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_31.jpg" alt="" width="529" height="396" /></a><br />
v) Wait until the below screen appears.</p>
<p style="text-align: left;"><a href="http://oraclelabs.com/wp-content/uploads/2010/11/Eul_Creation_4.jpg"><img class="aligncenter size-full wp-image-158" title="Eul_Creation_4" src="http://oraclelabs.com/wp-content/uploads/2010/11/Eul_Creation_4.jpg" alt="" width="377" height="219" /></a></p>
<p style="text-align: left;">vi) Click No button when the below message appears because we do not need to load sample data. We will create our own business area.</p>
<p style="text-align: left;"><a href="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_5.jpg"><img class="aligncenter size-full wp-image-160" title="EUL_Creation_5" src="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_5.jpg" alt="" width="558" height="313" /></a></p>
<p style="text-align: left;">vii) Close the EUL Manager window by pressing the close button.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/11/22/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Sales Business Area by Using Oracle BI Discoverer Administrator &#8211; Part 2</title>
		<link>http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-2/</link>
		<comments>http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-2/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 11:33:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[BI Discoverer]]></category>
		<category><![CDATA[Business Intelligence (BI)]]></category>
		<category><![CDATA[Oracle BI Discoverer]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=132</guid>
		<description><![CDATA[Log-in with BI Administrator. i) Select Start &#62; Programs &#62; Oracle Business Intelligence Tools &#8211; (BI Home Name) &#62; Oracle Discoverer Administrator. The Connect to Oracle Business Intelligence Discoverer Administrator dialog box appears. ii) Enter the username, password and connect &#8230; <a href="http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Log-in with BI Administrator.</p>
<p style="text-align: left;">i) Select Start &gt; Programs &gt; Oracle Business Intelligence Tools &#8211; (BI Home Name) &gt; Oracle Discoverer Administrator. The Connect to Oracle Business Intelligence Discoverer Administrator dialog box appears.<br />
ii) Enter the username, password and connect string to Log in.</p>
<p style="text-align: left;">
<a href="http://oraclelabs.com/wp-content/uploads/2010/11/Amin_Login.jpg"><img class="size-full wp-image-133 aligncenter" title="Amin_Login" src="http://oraclelabs.com/wp-content/uploads/2010/11/Amin_Login.jpg" alt="" width="494" height="249" /></a></p>
<p>iii) When you will click the connect button, the following message will be displayed. Just click Yes and what to do next will be discussed in next post.</p>
<p style="text-align: center;"><a href="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_Message.jpg"><img class="size-full wp-image-134 aligncenter" title="EUL_Creation_Message" src="http://oraclelabs.com/wp-content/uploads/2010/11/EUL_Creation_Message.jpg" alt="" width="609" height="120" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developing Sales Business Area by Using Oracle BI Discoverer Administrator &#8211; Part 1</title>
		<link>http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-1/</link>
		<comments>http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-1/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 10:06:39 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[BI Discoverer]]></category>
		<category><![CDATA[Business Intelligence (BI)]]></category>
		<category><![CDATA[Oracle BI Discoverer]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=127</guid>
		<description><![CDATA[Creating Discoverer Admin user. Note: It is not necessary but It is recommended that a separate Admin user should be created in which the EUL (End User Layers) will be generated and all the data will be maintained. We will &#8230; <a href="http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Creating Discoverer Admin user.</p>
<p>Note: It is not necessary but It is recommended that a separate Admin user should be created in which the EUL (End User Layers) will be generated and all the data will be maintained. We will create a user named &#8220;EUL_OWNER&#8221;.</p>
<p>i) Login with &#8220;system&#8221; user on your database.<br />
ii) Create user EUL_OWNER.<br />
iii) Grant the following privilidges to the EUL_OWNER.</p>
<p>SQL&gt; Grant Connect, Resource to EUL_OWNER;<br />
SQL&gt; Grant Global Query Rewrite to EUL_OWNER;<br />
SQL&gt; Grant Select Any Table to EUL_OWNER;<br />
SQL&gt; Grant Create Any Materialized View to EUL_OWNER;<br />
SQL&gt; Grant Alter Any Materialized View to EUL_OWNER;<br />
SQL&gt; Grant Drop Any Materialized View to EUL_OWNER;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
OPTIONAL PRIVILIDGES<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
SQL&gt; Grant Create Any Table to EUL_OWNER;<br />
SQL&gt; Grant Create Any View to EUL_OWNER;<br />
SQL&gt; Grant Create Any Procedure to EUL_OWNER;<br />
SQL&gt; Grant Create Any Sequence to EUL_OWNER;<br />
SQL&gt; Grant Create Any Synonym to EUL_OWNER;</p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/11/20/developing-sales-business-area-by-using-oracle-bi-discoverer-administrator-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Forms 10g Not Running in Browser</title>
		<link>http://oraclelabs.com/index.php/2010/11/01/oracle-forms-10g-not-running-in-browser/</link>
		<comments>http://oraclelabs.com/index.php/2010/11/01/oracle-forms-10g-not-running-in-browser/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 07:16:13 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Oracle Developer]]></category>
		<category><![CDATA[Forms 10g]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=201</guid>
		<description><![CDATA[PROBLEM I have installed oracle database 10g. Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 Production and under form Forms [32 Bit] Version 10.1.2.0.2 (Production) Internet Explore ver. 6 as a default browser When I run Form from browser, the bellow &#8230; <a href="http://oraclelabs.com/index.php/2010/11/01/oracle-forms-10g-not-running-in-browser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>PROBLEM</strong></p>
<p>I have installed oracle database 10g. Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 Production and under form Forms [32 Bit] Version 10.1.2.0.2 (Production) Internet Explore ver. 6 as a default browser</p>
<p>When I run Form from browser, the bellow error occurs:</p>
<p>“Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience”.</p>
<p>AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: jvm.dll</p>
<p>ModVer: 0.0.0.0 Offset: 00050b58</p>
<p>I have also installed jinititor.exe version 1.3.1.22 and change default browser to Mozilla but still a problem</p>
<p>Please guide.</p>
<p><strong>SOLUTION</strong></p>
<p>Are you running your application on windows server 2003 / Vista? If yes then use JPI instead of JINITIATOR. Your problem will be resolved.</p>
<p><em>Ref: Issue discussed on Yahoo Group</em></p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/11/01/oracle-forms-10g-not-running-in-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OEM (Oracle Enterprise Manager) is not running</title>
		<link>http://oraclelabs.com/index.php/2010/10/29/oem-oracle-enterprise-manager-is-not-running/</link>
		<comments>http://oraclelabs.com/index.php/2010/10/29/oem-oracle-enterprise-manager-is-not-running/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 06:28:49 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=197</guid>
		<description><![CDATA[PROBLEM: I am using Oracle 10g (10.1.0) on Windows XP. There aren’t problems in database but Enterprise Manager is not running.  When I give the below address on the web http://TerminalName:5500/em TerminalName is machine (server) name Error message shows “The &#8230; <a href="http://oraclelabs.com/index.php/2010/10/29/oem-oracle-enterprise-manager-is-not-running/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>PROBLEM:</strong></p>
<p>I am using Oracle 10g (10.1.0) on Windows XP. There aren’t problems in database but Enterprise Manager is not running.  When I give the below address on the web</p>
<p>http://TerminalName:5500/em</p>
<p>TerminalName is machine (server) name</p>
<p>Error message shows “The webpage &#8220;TerminalName:5500&#8243; cannot be found”</p>
<p>When I checked the services the “OracleDBConsolORCL” it was set at automatic mode but was not started.  So I tried to start it but it couldn’t start and the following message appeared:</p>
<p>Windows could not start the OracleDBConsolORCL on Local Computer.  For more information review the System Event Log.</p>
<p>Then I checked D:\oracle\product\ 10.1.0\admin\ orcl\bdump\ ALERT_ORCL. LOG file but I could not find the System Event Log.</p>
<p>I will appreciate it if you could guide me in this regard.</p>
<p><strong>SOLUTION:</strong></p>
<p>Oracle recommended that you must use IP address when you do installation of oracle 10g. Because there are some files which use IP address. Oracle enterprise manager in oracle 10g is web based. You should use the following commands on command prompt. It may work.</p>
<p>Set oracle_sid=your_ db_name</p>
<p>emctl start dbconsole</p>
<p>If the service started successfully then type its address in URL it will work. Otherwise you should remove all the services from registry then reinstall oracle 10g on an IP Address.</p>
<p>We face such problems for those computers which we are using at home. We have no IP address for these computers because these are single PC.</p>
<p>Microsoft provides a loop back adapter feature. It is present in add/remove hardware control panel. You can install this window feature it will display a network icon on your taskbar. After providing a suitable IP address you should again install new oracle software. At the end of installation it will provide you URL of <strong>OEM</strong>.</p>
<p><em>Ref: Issue discussed on yahoo group. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/10/29/oem-oracle-enterprise-manager-is-not-running/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is Oracle BI Discoverer?</title>
		<link>http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-discoverer/</link>
		<comments>http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-discoverer/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 07:28:28 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[BI Discoverer]]></category>
		<category><![CDATA[Business Intelligence (BI)]]></category>
		<category><![CDATA[Oracle BI Discoverer]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=112</guid>
		<description><![CDATA[Discussion between 2 Developers about what is BI Discoverer? &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; X Says: What is BI Discoverer? Y Says: Discoverer is like excel. X Says: How is it beneficial for Developers and Users? Y Says: Developers create business areas and in &#8230; <a href="http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-discoverer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Discussion between 2 Developers about what is BI Discoverer?</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
X Says: What is BI Discoverer?<br />
Y Says: Discoverer is like excel.</p>
<p>X Says: How is it beneficial for Developers and Users?<br />
Y Says: Developers create business areas and in those business areas; views. Administrator gives access to users. Users can do different things on these views like sorting, where conditions are required.</p>
<p>X Says: What access can be given to users?<br />
Y Says: It depends how much access you want to give to users. According to their access they can generate reports as they want.</p>
<p>X Says: Business areas are created either by developers or by user ?<br />
Y Says: By Administrator; Using Discoverer Administrator.</p>
<p>X Says: What is the concept of repository?<br />
Y Says: Repository containing information about data. You can say data about data.</p>
<p>X Says: Should we create it our self in discoverer or it is automatically created?<br />
Y Says: It is automatically created. Discoverer will install all required things. Oracle Business Intelligence Discoverer Components can be understood through the below image.</p>
<p style="text-align: center;"><a href="http://oraclelabs.com/wp-content/uploads/2010/10/BI_Discoverer_Components.jpg"><img class="size-full wp-image-124 aligncenter" title="BI_Discoverer_Components" src="http://oraclelabs.com/wp-content/uploads/2010/10/BI_Discoverer_Components.jpg" alt="" width="460" height="460" /></a></p>
<p>X Says: Thanks a lot.<br />
Y Says: Its my pleasure.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>I hope it will be helpful.</p>
<p>Regards</p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-discoverer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is Oracle BI Publisher?</title>
		<link>http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-publisher/</link>
		<comments>http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-publisher/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 06:58:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[BI Publisher]]></category>
		<category><![CDATA[Business Intelligence (BI)]]></category>
		<category><![CDATA[BIP]]></category>
		<category><![CDATA[Oracle BI Publisher]]></category>

		<guid isPermaLink="false">http://oraclelabs.com/?p=108</guid>
		<description><![CDATA[In BI Publisher we can 1) Build rtf templates. 2) Create reports using BI admin and upload this template into that. 3) Add the reports in Dashboard &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; A DISCUSSION BETWEEN 2 DEVELOPERS ABOUT WHAT IS BIP &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; X Says: &#8230; <a href="http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-publisher/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In BI Publisher we can</p>
<p>1) Build rtf templates.<br />
2) Create reports using BI admin and upload this template into that.<br />
3) Add the reports in Dashboard</p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=oraclabsworto-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=0071629424&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
A DISCUSSION BETWEEN 2 DEVELOPERS ABOUT WHAT IS BIP<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>X Says: Please guide more about BIP.<br />
Y Says: This tool is used only for formatting of reports</p>
<p>X Says: But we can do it in Report Builder<br />
Y Says: This is not particularly for developers.</p>
<p>X Says: Then for whom it is?<br />
Y Says: It’s for ordinary users as well. For example; Developer can do using report builder not ordinary user. Moreover, using BIP, end users have access to change format of reports. You will just provide him XML output of data and user will use it as required format.</p>
<p>X Says: Can end user change rtf templates?<br />
Y Says: Yes.</p>
<p>X Says: Is it used with ERP; I mean Oracle Applications?<br />
Y Says: It is very helpful in ERP.</p>
<p>X Says: How?<br />
Y Says: When you want to generate multi-lingual output. For Example; If only one language i.e; English is installed in ERP and there is a requirement to generate report in URDU you will create rtf in URDU and attach with report using XML publisher in ERP.</p>
<p>X Says: Amazing. Any more features?<br />
Y Says: No other purpose of BI publisher.</p>
<p>X Says: Thanks a lot.<br />
Y Says: My Pleasure.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Regards</p>
]]></content:encoded>
			<wfw:commentRss>http://oraclelabs.com/index.php/2010/10/23/what-is-oracle-bi-publisher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

