Oracle Training Overview
This Oracle 11g courseware training guide book will prepare students for the Oracle certification exams (OCP). This course book can be used as a user guide tutorial for ongoing reference long after the course is completed.
Oracle Training Course Objectives
The primary objective of this training course book is to consider advanced subjects and techniques pertaining to the SQL database language, based upon the latest features available with the Oracle release. Even professionals experienced in other implementations of the industry-standard SQL language will benefit from the advanced and Oracle-specific features of SQL discussed in this course. This enhanced and expanded revision includes many new and expanded conceptual subjects, including:
- Learn to use the SQL99 join syntax and learn about the full range of join operations available, such as natural join, inner join, cross join, outer joins and others.
- Perform advanced SQL queries using techniques such as CASE structures, rollup and cube operations.
- Moving beyond basic table definitions, learn to define the full range of database objects, such as advanced table definitions and the creation of indexes, sequences, views and others.
- Use the powerful set of built-in SQL functions. These functions provide sophisticated manipulation of character, numeric and date data elements.
- Taking advantage of the latest features found within the Oracle release, such as the handling and tolerating DML errors without application interruption, newly added functions, and other topics.
- Obtain database object metadata from the data dictionary.
- Understand basic database security and object privileges.
- Protect database integrity and extend the conceptual data model using declarative constraints.
- Using SQL Developer and other available SQL interfaces.
- Develop complex SQL*Plus reports and reusable SQL*Plus scripts, as well as control the SQL*Plus environment.
Oracle Training Audience
The target audience for this training course is all Oracle professionals, both business and systems professionals, who wish to pass the Oracle certification exams and need a "how to" guide to acquire the knowledge of SQL. Further, this course is well suited for non-Oracle professionals already experienced in the SQL but who wish to become acquainted with the unique and advanced features of Oracle SQL. Among the specific groups for whom this course will be helpful are application developers and database administrators.
Prerequisites
The textbook ORACLE DATABASE 11G: SQL FUNDAMENTALS I is a mandatory prerequisite for this course.
Certification Examination
To prepare for the "Exam 1Z0-047: Oracle Database: SQL Certified Expert" certification, one must complete this course as well as the companion volume ORACLE DATABASE 11G: SQL FUNDAMENTALS I and the course ORACLE DATABASE 11G: NEW & ADVANCED FEATURES FOR DEVELOPERS.
Oracle Training Course duration
3 Days
Oracle Training Course outline
SQL99 JOIN TECHNIQUES CROSS JOINS NATURAL JOINS INNER JOINS OUTER JOINS ANTI JOINS USING NAMED SUBQUERIES
ENHANCING GROUPS WITH ROLLUP & CUBE USING ROLLUP USING CUBE
USING THE CASE EXPRESSION
SQL FUNCTIONS: CHARACTER STRING FORMATTING FUNCTIONS ASCII CODES FUNCTIONS PAD & TRIM FUNCTIONS STRING MANIPULATION FUNCTIONS STRING COMPARISON FUNCTIONS PHONETIC SEARCH FUNCTIONS
SQL FUNCTIONS: NUMERIC ABOUT THE NUMERIC FUNCTIONS NULL VALUE FUNCTIONS
SQL FUNCTIONS: DATE DATE FORMAT FUNCTIONS DATE ARITHMETIC FUNCTIONS
DATABASE OBJECTS: RELATIONAL VIEWS ABOUT DATABASE OBJECTS ABOUT RELATIONAL VIEWS UPDATING VIEW DATA MAINTAINING VIEW DEFINITIONS ALTER VIEW DROP VIEW
DATABASE OBJECTS: DATA DICTIONARY STORAGE ABOUT THE DATA DICTIONARY OBJECT-SPECIFIC DICTIONARY VIEWS USER_UPDATABLE_COLUMNS UNDERSTANDING THE DATA DICTIONARY STRUCTURE
DATABASE OBJECTS: INDEXES ABOUT INDEXES USE B-TREE INDEXES
DATABASE OBJECTS: OTHER OBJECTS MORE ABOUT CREATING TABLES ABOUT SEQUENCES ALTER SEQUENCE & DROP SEQUENCE ALTER SEQUENCE DROP SEQUENCE ABOUT SYNONYMS DROP SYNONYM CREATE SCHEMA AUTHORIZATION
DATABASE OBJECTS: SECURITY USER PASSWORDS OBJECT SECURITY
DATA INTEGRITY USING CONSTRAINTS ABOUT CONSTRAINTS NOT NULL CONSTRAINT CHECK CONSTRAINT UNIQUE CONSTRAINT PRIMARY KEY CONSTRAINT REFERENCES CONSTRAINT DEFINING CONSTRAINTS ON EXISTING TABLES
MANAGING CONSTRAINT DEFINITIONS RENAMING & DROPPING CONSTRAINTS ENABLING & DISABLING CONSTRAINTS DEFERRED ENFORCEMENT SET CONSTRAINTS HANDLING CONSTRAINT EXCEPTIONS CONSTRAINTS WITH VIEWS DATA DICTIONARY STORAGE
ADVANCED SQL*PLUS REPORTS BREAK COMPUTE COLUMN TTITLE & BTITLE
OPTIONAL - ADVANCED SQL*PLUS REPORTS REPORT-1 REPORT-2 SOLUTIONS REPORT-1 REPORT-2
OPTIONAL - BUILDING SQL*PLUS SCRIPTS USING SQL*PLUS VARIABLES DEFINE & UNDEFINE ACCEPT PROMPT PAUSE
OPTIONAL - SQL*PLUS SESSION CONTROL CONTROLLING SYSTEM VARIABLES SET SHOW
|