<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7322849724716255344</id><updated>2008-10-07T16:13:05.702-07:00</updated><title type='text'>Oracle For You</title><subtitle type='html'>We will discuss ideas, problems and solutions related to Oracle software.</subtitle><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default'/><link rel='alternate' type='text/html' href='http://www.ilevitas.com/blog/'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.ilevitas.com/blog/atom.xml'/><author><name>Prasad</name><uri>http://www.blogger.com/profile/01009545936259029652</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7322849724716255344.post-2098483411331677927</id><published>2008-07-13T15:49:00.000-07:00</published><updated>2008-07-13T16:22:25.021-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle Ebiz - 12'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle R12'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle R12 Ubuntu'/><title type='text'>Install Oracle R12 on Ubuntu</title><content type='html'>This post describes how to install Oracle Release 12 on Ubuntu ( Hardy Heron ). This follows on the footsteps of a successful Oracle 11g database install described in my previous post.&lt;br /&gt;&lt;br /&gt;Specs for my Dell Inspiron 530 were:&lt;br /&gt;1. 3GB RAM&lt;br /&gt;2. 500 GB External HDD ( Western Digital )&lt;br /&gt;3. Ubuntu ( Hardy Heron ).&lt;br /&gt;4. Headless Server ( ie no monitor ).&lt;br /&gt;5. ssh running on server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. ssh into server from client machine.&lt;br /&gt;&lt;br /&gt;2.Mount external hdd&lt;br /&gt;&lt;br /&gt;#fdisk -l&lt;br /&gt;&lt;br /&gt;Disk /dev/sdb: 500.1 GB, 500107862016 bytes&lt;br /&gt;255 heads, 63 sectors/track, 60801 cylinders&lt;br /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;Disk identifier: 0xea3aae34&lt;br /&gt;&lt;br /&gt;  Device Boot      Start         End      Blocks   Id  System&lt;br /&gt;/dev/sdb1               1       12748   102398278+   c  W95 FAT32 (LBA)&lt;br /&gt;/dev/sdb2           12749       60801   385985722+   f  W95 Ext'd (LBA)&lt;br /&gt;/dev/sdb5           12749       60801   385985691   83  Linux&lt;br /&gt;&lt;br /&gt;#mount -t ext3 /dev/sdb5 /u01/oracle&lt;br /&gt;&lt;br /&gt;3. Stage disks from Oracle into staging directory under /u01/oracle&lt;br /&gt;&lt;br /&gt;4. Start vncserver as root.&lt;br /&gt;#vncserver :1&lt;br /&gt;#xhost+&lt;br /&gt;&lt;br /&gt;5. On the client,  vncviewer -via &amp;lt;ip address of host&amp;gt; hostname:1&lt;br /&gt;&lt;br /&gt;6. Switch user to Oracle.&lt;br /&gt;&lt;br /&gt;7. Set DISPLAY. export DISPLAY=localhost:1&lt;br /&gt;&lt;br /&gt;8. Change Directory to &amp;lt;staging directory&amp;gt;/Disk1&lt;br /&gt;&lt;br /&gt;9. runinstaller.sh&lt;br /&gt;&lt;br /&gt;10. This step is optional. Drink &amp;lt;your favorite beverage&amp;gt;&lt;br /&gt;&lt;br /&gt;Install took about 5 hours.  Please note that linux clients to view forms are not supported yet in R12.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/2098483411331677927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7322849724716255344&amp;postID=2098483411331677927' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/2098483411331677927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/2098483411331677927'/><link rel='alternate' type='text/html' href='http://www.ilevitas.com/blog/2008/07/install-oracle-r12-on-ubuntu.html' title='Install Oracle R12 on Ubuntu'/><author><name>Prasad</name><uri>http://www.blogger.com/profile/01009545936259029652</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-7322849724716255344.post-7443031515038314955</id><published>2007-12-10T09:03:00.000-08:00</published><updated>2008-07-13T16:24:25.590-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle 11g'/><title type='text'>Install Oracle 11g on Ubuntu</title><content type='html'>Installed Oracle 11g on Ubuntu. The detailed instructions at&lt;br /&gt;&lt;a href="http://www.pythian.com/blogs/549/installing-oracle-11g-on-ubuntu-linux-704"&gt;Installing Oracle 11g&lt;/a&gt; were a great help.&lt;br /&gt;&lt;br /&gt;For some reason adding Red Hat ( Step 6 ) to /etc/redhat-release didn't work. The installer failed pre-install check. To get around that, I used runInstaller -ignoreSysPrereqs. This worked well.There were no other problems.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/7443031515038314955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7322849724716255344&amp;postID=7443031515038314955' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/7443031515038314955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/7443031515038314955'/><link rel='alternate' type='text/html' href='http://www.ilevitas.com/blog/2007/12/install-oracle-11g-on-ubuntu.html' title='Install Oracle 11g on Ubuntu'/><author><name>Prasad</name><uri>http://www.blogger.com/profile/01009545936259029652</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-7322849724716255344.post-6283894318586352317</id><published>2007-11-19T20:23:00.000-08:00</published><updated>2007-11-22T09:05:27.148-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Install PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Apache, php, mysql continued</title><content type='html'>I added ServerName 127.0.0.1 to apache.conf in the /etc/apache2 directory ($APACHE_HOME ).&lt;br /&gt;Changed the default port from 80 to 1080 in ports.conf. Note this is just so that http://localhost:1080 takes me to my home not http://localhost.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Stopping and starting apache&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;apache2ctl stop&lt;/li&gt;&lt;li&gt; apache2ctl start &lt;/li&gt;&lt;/ul&gt;Look up DocumentRoot in $APACHE_HOME/sites-available/default.Change the DocumentRoot to a directory that makes sense to you. Create an index.html file in this DocumentRoot directory.&lt;br /&gt;Created a php file test.php in DocumentRoot.&lt;br /&gt;Mine for instance has &amp;lt;?php phpinfo() ?&amp;gt;&lt;br /&gt;Point your browser to http://localhost:1080/test.php to test.&lt;br /&gt;&lt;br /&gt;http://localhost:1080/phpmyadmin takes you to the phpMyAdmin home page. Enter your userid and password that you created during the install.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Starting and Stopping mysql&lt;br /&gt;&lt;/span&gt;    mysqladmin -u root -p shutdown&lt;br /&gt;   mysqld &amp;amp; to startup.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/6283894318586352317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7322849724716255344&amp;postID=6283894318586352317' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/6283894318586352317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/6283894318586352317'/><link rel='alternate' type='text/html' href='http://www.ilevitas.com/blog/2007/11/apache-php-mysql-continued.html' title='Apache, php, mysql continued'/><author><name>Prasad</name><uri>http://www.blogger.com/profile/01009545936259029652</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-7322849724716255344.post-2704745965510630873</id><published>2007-11-10T16:24:00.000-08:00</published><updated>2007-11-10T16:32:38.266-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Install PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><title type='text'>How to Install Apache,PHP and Mysql on Ubuntu</title><content type='html'>Installing Apache , php and mysql was easy using the synaptic package manager.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Installed the database server mysql&lt;/li&gt;&lt;li&gt;Installed Apache server, apache2&lt;/li&gt;&lt;li&gt;Installed php (php5)&lt;/li&gt;&lt;li&gt;Installed libapache2-mod-auth-mysql&lt;/li&gt;&lt;li&gt;Installed php5-mysql&lt;/li&gt;&lt;/ul&gt;Next post, I will actually try using php to connect to mysql and build a page.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/2704745965510630873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7322849724716255344&amp;postID=2704745965510630873' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/2704745965510630873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/2704745965510630873'/><link rel='alternate' type='text/html' href='http://www.ilevitas.com/blog/2007/11/how-to-install-apachephp-and-mysql-on.html' title='How to Install Apache,PHP and Mysql on Ubuntu'/><author><name>Prasad</name><uri>http://www.blogger.com/profile/01009545936259029652</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-7322849724716255344.post-233083906912714785</id><published>2007-11-07T20:35:00.000-08:00</published><updated>2007-11-07T20:36:56.202-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Requisitions'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle MinMax'/><title type='text'>Oracle Min Max is not creating requisitions</title><content type='html'>&lt;div style="text-align: left;"&gt;Problem: Min Max is not generating requisitions. No errors.No data in po_requisitions_interface_all table.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Check the following item setup:&lt;br /&gt;&lt;br /&gt;Inventory Item flag enabled&lt;br /&gt;Stockable flag enabled&lt;br /&gt;Transactable flag enabled&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Purchased flag enabled&lt;br /&gt;Purchasable flag enabled&lt;br /&gt;Use Approved Supplier disabled&lt;br /&gt;&lt;br /&gt;Inventory Planning Method is set to Min-Max&lt;br /&gt;Source Type = Supplier&lt;br /&gt;Make or Buy = Buy&lt;br /&gt;Safety Stock = Non-MRP Planned&lt;br /&gt;&lt;br /&gt;Profile : INV: Minmax Reorder Approval=Approved&lt;br /&gt;&lt;br /&gt;Check to see if BOM Calendar / Workday Calendar is open for the demand dates in question. If not, open it and rebuild calendar.&lt;br /&gt;&lt;br /&gt;Run MinMax with Restock=Yes</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/233083906912714785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7322849724716255344&amp;postID=233083906912714785' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/233083906912714785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7322849724716255344/posts/default/233083906912714785'/><link rel='alternate' type='text/html' href='http://www.ilevitas.com/blog/2007/11/oracle-min-max-is-not-creating.html' title='Oracle Min Max is not creating requisitions'/><author><name>Prasad</name><uri>http://www.blogger.com/profile/01009545936259029652</uri><email>noreply@blogger.com</email></author></entry></feed>
