You are on page 1of 6

Preface

Profile
Before You Begin This Course
Before you begin this course, you should have thorough knowledge of SQL,
iSQL*Plus, and working experience developing applications. Required prerequisites
are Introduction to Oracle9i: SQL or Introduction to Oracle9i for Experienced SQL
Users.
How This Course Is Organized
Oracle9i: Program with PL/SQL is an instructor-led course featuring lectures and
hands-on exercises. Online demonstrations and practice sessions reinforce the
concepts and skills that are introduced.

Preface 3
Related Publications
Oracle Publications
Title Part Number
Oracle9i Application Developer’s Guide-Fundamentals A88876-02
Oracle9i Application Developer’s Guide-Large Objects A88879-01
Oracle9i Supplied PL/SQL Packages and Type Reference A89852-02
PL/SQL User’s Guide and Reference A89856-01

Additional Publications
• System release bulletins
• Installation and user’s guides
• read.me files
• International Oracle User’s Group (IOUG) articles
• Oracle Magazine

Preface 4
Typographic Conventions
Following are two lists of typographical conventions that are used specifically within text or
within code.
Typographic Conventions Within Text
Convention Object or Term Example
Uppercase Commands, Use the SELECT command to view
functions, information stored in the LAST_NAME
column names, column of the EMPLOYEES table.
table names,
PL/SQL objects,
schemas
Lowercase, Filenames, where: role is the name of the role italic
syntax variables, to be created.
usernames,
passwords
Initial cap Trigger and Assign a When-Validate-Item trigger to
button names the ORD block.
Choose Cancel.
Italic Books, names of For more information on the subject, see
courses and Oracle9i Server SQL Language Reference
manuals, and Manual.
emphasized
words or phrases Do not save changes to the database.
Quotation marks Lesson module This subject is covered in Lesson 3,
titles referenced “Working with Objects.”
within a course

Preface 5
Typographic Conventions (continued)
Typographic Conventions Within Code
Convention Object or Term Example
Uppercase Commands, SELECT userid
functions FROM emp;
Lowercase, Syntax variables CREATE ROLE role;
italic
Initial cap Forms triggers Form module: ORD
Trigger level: S_ITEM.QUANTITY
item
Trigger name: When-Validate-Item
. . .
Lowercase Column names, . . .
table names, OG_ACTIVATE_LAYER
filenames, (OG_GET_LAYER
('prod_pie_layer'))
PL/SQL objects . . .
SELECT last_name
FROM emp;
Bold Text that must DROP USER scott;
be entered by a
user

Preface 6

You might also like