Oracle Apps Installation

Published on April 2017 | Categories: Documents | Downloads: 23 | Comments: 0 | Views: 261
of 41
Download PDF   Embed   Report

Comments

Content

Oracle Applications File System

3
Module 3

11i Oracle E-Business Suite Architecture
Copyright © 2003, Oracle. All rights reserved.

Objectives
At the end of this module, you should be able to do the following: • • • Describe the Oracle Applications file system. Describe the product subdirectory structure. Identify the APPL_TOP, COMMON_TOP, <db name>ORA, <db name>DB, and <db name>DATA directories.

4-2

Copyright © 2003, Oracle. All rights reserved.

Module Overview

This module consists of the following topics: • Oracle Applications file system • APPL_TOP directory • Globalizations • Distributing files • Structure of product directories • Contents of product directories • Important APPL_TOP subdirectories

4-3

Copyright © 2003, Oracle. All rights reserved.

Module Overview

This module consists of the following topics: • Common components directory (COMMON_TOP) • COMMON_TOP and Java files • Applications technology stack directories (<db name>ORA) • Oracle Applications database files directory (<db name>DATA) • The Oracle database server Oracle home (<db name>DB)

4-4

Copyright © 2003, Oracle. All rights reserved.

Oracle Applications File System
<top>

<db name>APPL <db name>COMN

<db name>ORA

(to Product Directories)

(to Log/Out and Java Files)

(to Oracle 8.0.6 and iAS Files)

4-5

Copyright © 2003, Oracle. All rights reserved.

Oracle Applications Database File System
<top>

<db name>DB

<db name>DATA

(to Oracle Database Server Files)

(to Oracle Applications Database)

4-6

Copyright © 2003, Oracle. All rights reserved.

Oracle Applications File System
<db name>APPL

<context name>.env admin APPS<context name>.env

au 11.5.0

fnd 11.5.0

inv 11.5.0

Administrative Files

Product Files

4-7

Copyright © 2003, Oracle. All rights reserved.

APPL_TOP Directory

<db name>APPL

APPS admin <context name>.env

au 11.5.0

fnd 11.5.0

inv 11.5.0

APPL_TOP= <db name>APPL

4-8

Copyright © 2003, Oracle. All rights reserved.

Oracle Applications Product Directories

<db name>APPL

APPS admin <context name>.env

au 11.5.0

fnd 11.5.0

inv 11.5.0

4-9

Copyright © 2003, Oracle. All rights reserved.

Globalizations

JG JE JA JL

4-10

Copyright © 2003, Oracle. All rights reserved.

Distributing Files Across Multiple Disks
/d01/<db name>appl /d02/<db name>appl

APPS<context name>.env
$APPL_TOP = /d01/prodappl $GL_TOP = /d01/prodappl /gl/11.5.0 $AP_TOP /d02/prodappl /ap/11.5.0

gl

ap

11.5.0

11.5.0

4-11

Copyright © 2003, Oracle. All rights reserved.

Product Directories
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-12

Copyright © 2003, Oracle. All rights reserved.

Additional Language Subdirectories
<PROD>_TOP

forms

html

mesg

reports

resource

US

AR

US

AR

US.msb AR.msb

US

AR

US

AR

GLXSSBNR.fmx GLXSSBNR.fmx

GLXDBA.rdf GLXDBA.rdf

4-13

Copyright © 2003, Oracle. All rights reserved.

Admin Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms driver import

include odf sql

out

reports

4-14

Copyright © 2003, Oracle. All rights reserved.

Bin Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-15

Copyright © 2003, Oracle. All rights reserved.

Forms Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms US

include

out

reports

4-16

Copyright © 2003, Oracle. All rights reserved.

Help Directory
<PROD>_TOP

admin bin

help US html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-17

Copyright © 2003, Oracle. All rights reserved.

HTML Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

US include

out

reports

4-18

Copyright © 2003, Oracle. All rights reserved.

Include Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-19

Copyright © 2003, Oracle. All rights reserved.

Java Directory
<PROD>_TOP

admin help html bin forms include java make

resource media patch lib mesg log sql plsql out reports jar

<prod>jar.dep *.jar

4-20

Copyright © 2003, Oracle. All rights reserved.

Lib Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-21

Copyright © 2003, Oracle. All rights reserved.

Log and Out Directories
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-22

Copyright © 2003, Oracle. All rights reserved.

Media Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-23

Copyright © 2003, Oracle. All rights reserved.

Mesg Directory
<PROD>_TOP

admin bin

help html

java lib

media

patch out plsql

resource sql

forms

include

log mesg US.msb

reports

4-24

Copyright © 2003, Oracle. All rights reserved.

Patch Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

out

plsql resource reports sql

patch 115

forms

include

driver sql odf import

4-25

Copyright © 2003, Oracle. All rights reserved.

PL/SQL and Resource Directories
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource US sql

forms

include

out

reports

4-26

Copyright © 2003, Oracle. All rights reserved.

Reports Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports US

4-27

Copyright © 2003, Oracle. All rights reserved.

Sql Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

4-28

Copyright © 2003, Oracle. All rights reserved.

APPL_TOP/admin Directory
admin
adovars.env adconfig.txt applprod.txt applora.txt <context name>.xml preupg log restart <SID> out log out restart

4-29

Copyright © 2003, Oracle. All rights reserved.

Applications Context File

The Application Context file: • Is an XML file • Is located in APPL_TOP/admin • Contains information specific to that APPL_TOP • Is used to configure your system • Is Node-specific • Ties multiple environments and configurations to make one Applications instance description

4-30

Copyright © 2003, Oracle. All rights reserved.

APPL_TOP/admin Directory Text Files
admin
adconfig.txt adlinkbk.txt applprod.txt applcust.txt applterr.txt log out restart preupg log out restart <SID>

applora.txt

4-31

Copyright © 2003, Oracle. All rights reserved.

AD Directory
<db name>APPL

admin

au

ad 11.5.0

APPS<context name>.env admin bin lib

4-32

Copyright © 2003, Oracle. All rights reserved.

AU Directory
<db name>APPL

APPS<context name>.env

admin

au 11.5.0

ad

admin forms plsql resource java reports

4-33

Copyright © 2003, Oracle. All rights reserved.

Common Components Directory
<db name>COMN

portal

java oracle apps

temp

html

admin

util jre

jinitiator US icx html install scripts webtools

mrp jar

gl jar

fnd jar

4-34

Copyright © 2003, Oracle. All rights reserved.

Copying Java Files: Product Files
<db name>APPL <db name>COMN java gl 11.5.0 java
make gljar.dep jar *.jar

ar 11.5.0 java ar
make arjar.dep jar *.jar

oracle apps gl jar

jar

4-35

Copyright © 2003, Oracle. All rights reserved.

Applications Technology Stack Directory
<db name>ORA 8.0.6 iAS

forms60 graphics60 reports60

Apache lib bin

4-36

Copyright © 2003, Oracle. All rights reserved.

Database Technology Stack Directory
<db name>DB 9.2.0

bin lib
(Oracle9i)

4-37

Copyright © 2003, Oracle. All rights reserved.

Oracle Applications Database Files Directory
<db name>DATA

Disk 1 Disk 2
cntrl02 log01b log02b system01 system02 cntrl01 log01a log02a rbs01

Disk 3
cntrl03 product data

Disk 4
temp01 product index

4-38

Copyright © 2003, Oracle. All rights reserved.

Module Summary
In this module, you should have learned how to do the following: • • • Describe the Oracle Applications file system. Describe the product subdirectory structure. Identify the APPL_TOP, COMMON_TOP, <db name>ORA, <db name>DB, and <db name>DATA directories.

4-39

Copyright © 2003, Oracle. All rights reserved.

Module Discussion
• • • What is the purpose of the APPL_TOP directory? Identify and describe the other top level directories. What are the primary characteristics of the Applications Context file and what is its significance in Oracle Applications?

4-40

Copyright © 2003, Oracle. All rights reserved.

Module Practice
• Navigating the file system

4-41

Copyright © 2003, Oracle. All rights reserved.

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close