Showing posts with label various TOP's in 11i. Show all posts
Showing posts with label various TOP's in 11i. Show all posts

Thursday, February 7, 2008

Various TOP's in Oracle Apps

In this post I will discuss about the various TOP(physical structure)'s of the Oracle 11i(E-Business Suite).

They are.

DataBase Oracle Home.

DATA_TOP (where oracle dbf's are stored).


APPL_TOP(Application's Top) where all the relevant modules files are stored(e.g forms,reports,pl/sql stored procedures etc of a GL (General Ledger Module).

COMMON_TOP--- various admin scripts and other necessary files are stored.

OA_HTML---where the .jsp files are stored.

IAS_ORACLE_HOME---Apache,Jserver components are stored here.

806_ORACLE_HOME--- The necessary pl/sql libraries are stored here.

JAVA_TOP and JDK_HOME.

In my next post I will discuss about the various scripts used in the applications.

--Vivek