Install Oracle Apps R12/12i on Windows

This post covers list of software required to install Oracle Applications R12/12i (E-Business Suite), including link to download required software (vc++, make, gnu, cygwin, Windows Server and Apps R12/12i). Steps by steps installation of Oracle Apps R12/12i on windows coming soon Operating System and required Utility 1. Windows Server 2003 (all edition) is ONLY supported version […]

Read More

Oracle Apps DBA 11i Training starting from 26th July 2008

We are pleased to announce our new online Apps DBA training (11i & R12/12i) starting on 26th July 2008. This course in available via web conference (weekends or late evening) with hands on exercise on installation/patching/cloning. Course content for Training: Day 1 -Oracle Applications Architecture -Oracle Application File systems-Operating System Configuration-Oracle Application Installation-Oracle Application Installation […]

Read More

Oracle Advanced Supply Chain Planning (ASCP)multi node implementation

Oracle Advanced Supply Chain Planning (ASCP) is a comprehensive, Internet-based planning solution that decides when and where supplies (for example, inventory, purchase orders and work orders) should be deployed within an extended supply chain. This is the supply planning function. Oracle ASCP addresses the following key supply planning issues: • How do I plan my […]

Read More

1Z0-233 : Oracle Apps DBA Certification Questions

Its time to crack 11i certification (check our previous post here) and rush towards 12i Certification.        I believe basic knowledge (which script does what, which table is useful for what purpose and How to use the ad* utilities….) is enough with some hands on to clear Oracle Apps DBA Certification Track. so let’s start with […]

Read More

Sharing File System between SunOS Servers

Servers: Indapp001 and Usaapp002 To do: To mount “/export/home” of Indapp001 on Usaapp002. Issue the following commands on Indapp001: 1. Share the required file system “/export/home” of Indapp001. Start the nfs server on Indapp001. # svcadm enable network/nfs/server 2. Share the “/export/home” of Indapp001 for everyone on the network. #share -F nfs -o rw -d […]

Read More

How to Change Apps Password in 11i, if you forget ?

We need to change apps password manually, if you forgot and can’t check it in wdbsvr.app at $IAS_ORACLE_HOME/Apache/modplsql/cfg . Please remember that the APPLSYS and APPS passwords always have to be the same. Always change both at the same time. When changing these passwords, it is important to change the APPLSYS password first and the APPS later.  […]

Read More

Application Server Disaster Recovery Solution : AS Guard – Things You should Know

ASGuard which stands for Application Server Guardis Disaster Recovery Solution for Oracle Application Server/Fusion Middleware.   AS Guard in background uses Datagaurd for database (automatically creates standby database) and for middle tier configuration files it uses OracleAS backup and recovery tool. If you are implementing Oracle AS Guard, key points You should be aware of 1. […]

Read More

Introduction to Zones : Solaris 10

This post covers new feature ZONESintroduced in Solaris 10,  zone is virtualized solaris operating system within Solaris. You can install multiple Solaris Operating System (Multiple Machine) with in Single Big Machine. This will help in consolidating multiple small Solaris machine into one big machine with multiple Solaris operating system each running different application. Zones: is virtualized […]

Read More

Troubleshooting/Tuning Slow Form in Apps 11i

User reported that one form was taking too much time to save record and after sometime form was hanging (records were not saved). My initial question to user was 1) Is this happening for all forms or just one form ? 2) Is this issue happening for all users or a particular user ? and answer was, […]

Read More

Datapump-2

 This post is in continuation of my previous post on  Oracle Datapump Part I here   Directory: In Datapump syntax we found Directory, What does this directory means ? Does it talk about the OS level directory ??? well you can say that here directory means object. we need to create database level directory as well […]

Read More