You are on page 1of 4

Ebiz Technics

Skype: Chandra.byna
Mobile:+91 9632266314

Oracle apps Technical-Day1


Pre-requisites to learn Oracle Applications
Oracle 9i/10g/11g
SQL

DDL Commands

CREATE - to create objects in the database


ALTER - alters the structure of the database
DROP - delete objects from the database
TRUNCATE - remove all records from a table, including all spaces allocated for the records are removed
COMMENT - add comments to the data dictionary
RENAME - rename an object

DML Commands

SELECT - retrieve data from the a database


INSERT - insert data into a table
UPDATE - updates existing data within a table
DELETE - deletes all records from a table, the space for the records remain
MERGE - UPSERT operation (insert or update)
EXPLAIN PLAN - explain access path to data
LOCK TABLE - control concurrency

DCL
Data Control Language (DCL) statements. Some examples:
GRANT - gives user's access privileges to database
REVOKE - withdraw access privileges given with the GRANT command

TCL
Transaction Control (TCL) statements are used to manage the changes
made by DML statements. It allows statements to be grouped together into
logical transactions.
COMMIT - save work done
SAVEPOINT - identify a point in a transaction to which you can later roll back
ROLLBACK - restore database to original since the last COMMIT
SET TRANSACTION - Change transaction options like isolation level and what rollback segment to use

Quarries, Sub Quarries


Operators
Copyright Sekhar.byna All rights reserved.

Page 1 of 4

Ebiz Technics

Skype: Chandra.byna
Mobile:+91 9632266314

PL/SQL
Reference books by author Scott Urman
Cursors
Trigger
Packages, Procedure, Functions
Forms 6i/10g -

Reference books by Evan Baris

Canvases types functionality


Property Classes
Visual attributes
Program Units
Record Group
Triggers Sequences
Form functions like call form
Reports 6i/10g

Variables like Bind, Lexical


Columns - like Summery, Placeholder, Formula
Report Triggers 6 types and sequence
Format Triggers and Validate triggers
Layout objects
Frame
Repeat frame
Anchor
Boilerplate

ERPs available in market


SAP
o Oracle Applications
o People soft
o Siebel
o JD Edwards
Oracle Applications are used to capture Business functionality information of the organization.
Instances
o Development - Development
Development stage 1
Development stage 2
o Testing - Testing
o Production Client testing
Involved personalities of Oracle Applications and their roles and responsibilities in brief
1) DBA Database Administrator
a. Installation of Oracle Applications
b. Applying patches
c. Maintaining Multiple Instances
2) Functional Consultant
a. Interaction with the client
b. Gathering the requirements for development / customization
c. About oracle applications what available and what wasnt available.
d. Example invoice form fields - Or develop a invoice form from scratch
e. Preparation of FDD (Functional Design Document)
Copyright Sekhar.byna All rights reserved.

Page 2 of 4

Ebiz Technics

Skype: Chandra.byna
Mobile:+91 9632266314

3) Technical Consultant Input FDD


a. Go through the FDD
b. Prepare TDD (Technical Design Document) Logic, Tables, Procedures, Forms,
Menus, Packages approval
c. Development of Component
d. Test the component
e. Deliver to the client
All these sessions will go trough the below mentioned components
R I C E - Components for development 70%

R
I
C
E

Reports
Interfaces
Conversion
Extensions

Reports 6i/10g
Programs, SQL, PL/SQL
Programs, SQL, PL/SQL
Forms 6i/10g

Functions Knowledge 30%


Purchase Order Module
Accounts Payable Module
Order Management Module
Inventory Module

Copyright Sekhar.byna All rights reserved.

Page 3 of 4

Ebiz Technics

Skype: Chandra.byna
Mobile:+91 9632266314

CLASS - 2

Copyright Sekhar.byna All rights reserved.

Page 4 of 4

You might also like