Apps DBA Concepts

Just another WordPress.com weblog

Archive for April, 2007

How to find a product versions ?

Posted by vasselva on April 24, 2007

Its very much important to find the product versions .
There are so many ways to find out the product version but there is simple way to find it out.

  1. Go to $AD_TOP/sql
  2. Connect to sqlplus as apps/apps
  3. Run (@adutconf.sql)
  4. Output will be in same directory in the name of adutconf.lst

=

Posted in General | Leave a Comment »

Installation of oracle application on windows

Posted by vasselva on April 12, 2007

Installation of oracle apps R11 on windows:
——————————————-

Pre requistes :

  1. MKSNT (mks80,mks90) tool kit needs to use. This is used for executing shell scripts on windows platform
  2. VC ++ 6.0 . It is used for relinking the executables which was build on this version.

If you used VS2005 for 11i . It will throw an error during relinking and also cannot able to open the registry. If you are using mks90 then you needs to install P3 service patch in order to work properly

Installation of oracle apps R12 on windows:
——————————————-

Pre requistes:

  1. MKSNT (mks80,mks90) tool kit needs to use. This is used for executing shell scripts on windows platform
  2. VS2005

Posted in Uncategorized | Leave a Comment »