Oracle Database Advanced Application Developer's Guide, 11g Release 2 (11.2)
... This software and related documentation are provided under a license ...
Oracle Database 11g provides enterprise messaging infrastructure with Oracle
..... The following is a short tutorial on how to configure and use Oracle Advanced.
Mar 26, 2005 ... Expert Oracle Database 11g Administration. Copyright .... Installing and
Upgrading to Oracle Database 11g . .... Training and Certification .
Oracle University | Entre em contato: 0800 891 6502. Oracle Database 11g:
Performance Tuning. Duração: 5 Dias. Objetivos do Curso. Students learn how to
...
timing of any features or functionality described for Oracle's products remains at
the sole discretion of Oracle. Partitioning in Oracle Database 11g. Page 2 ...
Oracle 11g Database Administration. Oracle 11g Database Administration. Brian
Peasland. Published by ITCourseware, LLC., 7245 South Havana Street, Suite ...
This software and related documentation are provided under a license
agreement containing .... Oracle Database 11g Release 2 (11.2.0.4) New
Features .
Oracle Database Security Guide 11g Release 2 (11.2) .... Oracle Database 11g
Release 2 (11.2.0.2) New Security Features .................................................... xxvii.
The Oracle Database 11g :Administrator learning path is designed to provide an
... Oracle Database. 11g: SQL Tuning. Workshop. Release 2. Oracle Database.
Oracle Database 11g R2: Advanced PL/SQL Programming & Tuning ora11g102-
ver2. Instructor Resources From The Sideris Training Portal. 5 Days.
Oracle Database 11g: Advanced Programming with PL/SQL. (Mock Assessment
Test). -Saurabh K. Gupta. Author of “Oracle Advanced PL/SQL Developer ...
PDF of the Book. 1004 ... base 11g: SQL Fundamentals I (1Z0-051) and Oracle
Database 11g: Administration I (1Z0- ... 1Z0-051: Oracle Database 11. N. N.
Trademarks on EMC.com. Oracle 11g and 12c Database Consolidation and
Workload Scalability with EMC. XtremIO 4.0 Solution Guide. Part H13868.3 ...
Oracle Database 11g Standard Edition One is a full-featured data management
solution ... Stored procedures can be written in Java, PL/SQL or using .Net CLR.
Page 1 sur 4. D50081GC21. Oracle Database 11g: New Features for
Administrators DBA Release 2. What you will learn. This five-day classroom
course gives ...
Course Title: Oracle Database: Administration Workshop II. Course Description:
Learn how to configure an Oracle database for multilingual applications.
Page 1 sur 5. D50317GC20. Oracle Database 11g: Performance Tuning DBA
Release 2. What you will learn. This course starts with an unknown database that
...
Oracle Corporation and its affiliates disclaim any liability for any damages caused
... Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Jan 31, 2012 - Thorough testing will ensure that the tools, the database and hardware ... load testing, so that growth a
Jan 31, 2012 - If SQL tracing is required to diagnose the performance of the parallel purge scripts then the following w
software design and development, systems analysis, courseware development, and. lecturing. He has worked for Oracle Supp
images for 180,000 river sections in Brazil managed within state and national
domains .... business, so in August 2010, Asiana Airlines implemented Oracle
Exadata ..... In the event of a system failure, AFG now has the flexibility to rerun.
Design PL/SQL packages and program units that execute efficiently. Audience.
Application ... Oracle Database 11g: SQL Fundamentals II. Oracle Database 11g:
...
Oracle University | Contact Us: 1.800.529.0165
Oracle Database 11g: Advanced PL/SQL Duration: 3 Days What you will learn In this course, students learn to use the advanced features of PL/SQL in order to design and tune PL/SQL to interface with the database and other applications in the most efficient manner. Using advanced features of program design, packages, cursors, extended interface methods, large objects, and collections, students learn to write powerful PL/SQL programs. Students also learn programming efficiency, use of external C and Java routines, fine-grained access and safeguarding code against SQL Injection attacks. This course counts towards the Hands-on course requirement for the Oracle Database 11g Administrator Certification. Only instructor-led inclass or instructor-led online formats of this course will meet the Certification Hands-on Requirement. Self Study CD-Rom and Knowledge Center courses DO NOT meet the Hands-on Requirement.
Learn To: Write code to interface with external applications and the operating system Create PL/SQL applications that use collections Implement a virtual private database with fine-grained access control Write code to interface with large objects and use SecureFile LOBs Safeguard code against SQL injection attacks Design PL/SQL packages and program units that execute efficiently
Oracle Database 11g: Program with PL/SQL Course Objectives Tune PL/SQL code Categorize and explain various types of SQL injection attacks Apply coding standards to eliminate SQL injection vulnerabilities Create subtypes based on existing types for an application Create and use collections Execute external C programs from PL/SQL Execute Java programs from PL/SQL Describe the process of fine-grained access control Create and maintain LOB data types Use the DBMS_LOB PL/SQL package to control LOBs Describe SecureFile LOB features Identify guidelines for cursor design Enable SecureFile LOB deduplication, compression, and encryption Improve memory usage by caching SQL result sets Set up PL/SQL functions to use PL/SQL result caching Profile PL/SQL applications
Course Topics Overview of the Development Environments SQL Developer SQL*Plus Design Considerations Describe the predefined data types Create subtypes based on existing types for an application List the different guidelines for cursor design Use cursor variables Pass cursor variables as program parameters Compare cursor variables to static cursors Using Collections Overview of collections Use Associative arrays Use Nested tables Use Varrays Write PL/SQL programs that use collections Use Collections effectively Using Advanced Interface Methods Calling C from PL/SQL Calling Java from PL/SQL Implementing VPD with Fine-Grained Access Control Understand how fine-grained access control works overall Describe the features of fine-grained access control Describe an application context Create an application context
Set an application context List the DBMS_RLS procedures Implement a policy Query the dictionary views holding information on fine-grained access Manipulating Large Objects Describe a LOB object Manage internal LOBs Describe BFILEs Create and use the DIRECTORY object to access and use BFILEs Describe the DBMS_LOB package Remove LOBs Create a temporary LOB programmatically with the DBMS_LOB package Administering SecureFile LOBs Introduction to SecureFile LOBs Enable the environment for SecureFile LOBs Use SecureFile LOBs to store documents Convert BasicFile LOBs to SecureFile LOB format Examine the performance of SecureFile LOBs Enable deduplication and compression Enable encryption Tuning and Performance Understand and influence the compiler Tune PL/SQL code Enable intra unit inlining Identify and tune memory issues Improving Performance with SQL and PL/SQL Caching Describe result caching Use SQL query result cache PL/SQL function cache
Analyzing PL/SQL Code Use the supplied packages and dictionary views to find coding information Determine identifier types and usages with PL/Scope Use the DBMS_METADATA package to obtain metadata from the data dictionary as XML or creation DDL that can be used to re Profiling and Tracing PL/SQL Code Trace PL/SQL program execution Profile PL/SQL applications Safeguarding Your Code Against SQL Injection Attacks Describe SQL injections Reduce attack surfaces Use DBMS_ASSERT Design immune code Test code for SQL injection flaws