Oracle Apps Architecture
Oracle Apps Architecture
data bin reports sql forms data bin reports sql forms
.txt .ctl .txt .ctl .sql
.sql
.csv .prog .csv .prog
Local Machine
Server or Middle Tier
Important Commands :
cd – to change the directory
pwd – present working directory
ls -lrt – list all the files under current directory
Identify the PO_TOP
DATABASE
AR
AP SCHEMA
POSCHE SCHEMA
MA CM
SCHEMA
GL
SCHEMA INV
AP SCHEMA
SCHEMA
Schema: Collection of Database Objects
Tables
Views
Synonyms
Indexes
Functions
Packages
Procedures
Triggers
Q: How to access the Table from Schema?
ANS: shemaName.TableName
Select * from po.po_headers_all;