+ Write Article

Oracle Apps DBA Examples, Tutorials and Articles

Published by
#Install these rpms:

Code :
openmotif21-2.1.30-11.EL5.i386.rpm
#uninstall the higher version of openmotif
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm

#As root, you can install this RPM package by issuing the following command
# rpm -i xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm ...
Read More Read More
Published by
Introduction

This article provides a Step By Step Instructions to Install Oracle Business Accelerator for Oracle E-Business Suite on on Oracle Enterprise Linux 5.x or Redhat Enterprise Linux 5.x (64-Bit)

Process

Follow the steps listed in sequence in this ...
Read More Read More
Published by
Hi All,

Following are the various purposes we can go for Shell Scripts in Oracle Apps.

1) If you would like to move the Files from One Unix Server to the Other Unix server, we can opt Shell Scripts.we can transfer all files at a time, we can Zip those files and we can encrypt ...
Read More Read More 3 Comments
Published by
The following are the steps to install Siebel 8 Server on RHEL4

Step 1 : Install Oracle 10g RDBMS
  1. Install 10g base product (10.2.0.1) – Software only (no DB should be installed)
  2. Upgrade the 10g R1 s/w to 10g R2 (10.2.0.2)
  3. Create manual DB using “dbca” and enter the parameters
...
Read More Read More
Published by
Steps to clone a database from PROD to TEST

The following is a brief Guideline on steps to follow to clone you Oracle Applications from PROD to TEST
  • log In to PROD Server as applprod user
  • go to /applprod/prodappl
  • run APPSORA.env
  • sqlplus system/manager
  • SQL> alter
...
Read More Read More
Published by
In this article I will explain how to change the default APPS user password for the database schema APPS. This is the username/password we use when logging in using TOAD or while compiling Forms etc.

  • Shutdown concurrent manager
  • logon as sysadmin
  • goto sysadmin-->security-->Oracle-->Register
...
Read More Read More