ExitCertified Formation Formation de Java Solaris Red Hat IBM Symantec Siebel PeopleSoft
 
ExitCertified Formation Formation de Java Solaris Red Hat IBM Symantec Siebel PeopleSoft
 
start courses and schedules education savings it certification education solutions
recherche de formation
Faites confiance à votre formation en TI   |
Oracle University reconnaît ExitCertified comme Partenaire en formation de l’année en Amérique du Nord.

Oracle Database 11g: Advanced PL/SQL NEW

Format: Formation virtuelle avec formateur
Autres formats:
 
 

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, and collections, students learn to write powerful PL/SQL programs. Programming efficiency, use of external C and Java routines, PL/SQL server pages, and fine-grained access are covered.

Students learn to write PL/SQL routines that analyze the PL/SQL applications and caching techniques that can improve performance. Students are also introduced to Virtual Private Database (VPD) to implement security policies and they also learn techniques and tools to strengthen their applications against SQL injection attacks.

Learn To:
  • PL/SQL designing best practices
  • Create PL/SQL applications that use collections
  • Implement a virtual private database with fine-grained access control
  • Write code to interface with external C and Java applications
  • Write code to interface with large objects and use SecureFile LOBs
  • Write and tune PL/SQL code effectively to maximize performance

A Live Virtual Class (LVC) is exclusively for registered students; unregistered individuals may not view an LVC at any time. Registered students must view the class from the country listed in the registration form. Unauthorized recording, copying, or transmission of LVC content may not be made.

 
 

Compétences acquises

 
  • Design PL/SQL packages and program units that execute efficiently

  • Write code to interface with external applications and the operating system

  • Create PL/SQL applications that use collections

 
  • Write and tune PL/SQL code effectively to maximize performance

  • Implement a virtual private database with fine-grained access control

  • Write code to interface with large objects and use SecureFile LOBs

Qui peut en profiter

 
  • Application Developers

  • Database Administrators

 
  • PL/SQL Developer

Préalables

 
  • Knowledge of SQL

 
  • PL/SQL Programming experience

 
Enroll For This Class
Enroll For This Class
Oracle DB PeopleSoft Hyperion Ce cours est donné par des formateurs certifiés Oracle.

Oracle University a nommé ExitCertified Partenaire de l’année 2011

Il y a une différence....découvrez-la.
Training Class Enrollment Ask A Question About This Training
Code: D65651GC20
Format: Formation virtuelle avec formateur
Durée: 3
Certifié par: Oracle
Frais d’inscription (CAD): 2,475$
Oracle University Awards ExitCertified the North American Partner of the Year Award for 2011
Recherchez des cours semblables
Cours connexes

Trier l'horaire par: 
Live Virtual Class  May.29 - May.31.2012 course register
Live Virtual Class  May.30 - Jun.1.2012 course register
Live Virtual Class  Jun.12 - Jun.14.2012 course register
Live Virtual Class  Jun.17 - Jun.19.2012 course register
Live Virtual Class  Jun.25 - Jun.27.2012 course register
Live Virtual Class  Jun.27 - Jun.29.2012 course register
Live Virtual Class  Jul.8 - Jul.10.2012 course register
Live Virtual Class  Jul.9 - Jul.11.2012 course register
Live Virtual Class  Jul.11 - Jul.13.2012 course register
Live Virtual Class  Jul.15 - Jul.17.2012 course register
Live Virtual Class  Jul.23 - Jul.25.2012 course register
Live Virtual Class  Jul.24 - Jul.26.2012 course register
Live Virtual Class  Jul.25 - Jul.27.2012 course register
Live Virtual Class  Aug.19 - Aug.21.2012 course register
Live Virtual Class  Aug.20 - Aug.22.2012 course register
Live Virtual Class  Sep.9 - Sep.11.2012 course register
Live Virtual Class  Sep.16 - Sep.18.2012 course register
Live Virtual Class  Sep.17 - Sep.19.2012 course register
Live Virtual Class  Sep.18 - Sep.20.2012 course register
Live Virtual Class  Sep.19 - Sep.21.2012 course register
Live Virtual Class  Sep.26 - Sep.28.2012 course register
Live Virtual Class  Oct.21 - Oct.23.2012 course register
Live Virtual Class  Oct.23 - Oct.25.2012 course register
Live Virtual Class  Oct.28 - Oct.30.2012 course register
Live Virtual Class  Nov.6 - Nov.8.2012 course register
Live Virtual Class  Nov.7 - Nov.9.2012 course register
Live Virtual Class  Nov.18 - Nov.20.2012 course register
Live Virtual Class  Nov.28 - Nov.30.2012 course register
Live Virtual Class  Dec.3 - Dec.5.2012 course register
Live Virtual Class  Dec.5 - Dec.7.2012 course register
30 Dates Offered      
   
demander une autre date/un autre emplacement demander de la formation sur place
 

Oracle Database 11g: Advanced PL/SQL NEW Contenu détaillé

 
 
Introduction
  • Course objectives
  • Course agenda
  • Tables and data used for this course
  • Overview of the development environments: SQL Developer, SQL Plus
PL/SQL Programming Concepts Review
  • Identify PL/SQL block structure
  • Create procedures
  • Create functions
  • List restrictions and guidelines on calling functions from SQL expressions
  • Create packages
  • Review of implicit and explicit cursors
  • List exception syntax
  • Identify the Oracle supplied packages
Designing PL/SQL Code
  • Describe the predefined data types
  • Create subtypes based on existing types for an application
  • List the different guidelines for cursor design
  • Cursor variables
Using Collections
  • Overview of collections
  • Use Associative arrays
  • Use Nested tables
  • Use VARRAYs
  • Compare nested tables and VARRAYs
  • Write PL/SQL programs that use collections
  • Use Collections effectively
Manipulating Large Objects
  • Describe a LOB object
  • Use BFILEs
  • Use DBMS_LOB.READ and DBMS_LOB.WRITE to manipulate LOBs
  • Create a temporary LOB programmatically with the DBMS_LOB package
  • Introduction to SecureFile LOBs
  • Use SecureFile LOBs to store documents
  • Convert BasicFile LOBs to SecureFile LOB format
  • Enable reduplication and compression
Using Advanced Interface Methods
  • Calling External Procedures from PL/SQL
  • Benefits of External Procedures
  • C advanced interface methods
  • Java advanced interface methods
 
Performance and Tuning
  • Understand and influence the compiler
  • Tune PL/SQL code
  • Enable intra unit inlining
  • Identify and tune memory issues
  • Recognize network issues
Improving Performance with Caching
  • Describe result caching
  • Use SQL query result cache
  • PL/SQL function cache
  • Review PL/SQL function cache considerations
Analyzing PL/SQL Code
  • Finding Coding Information
  • Using DBMS_DESCRIBE
  • Using ALL_ARGUMENTS
  • Using DBMS_UTILITY.FORMAT_CALL_STACK
  • Collecting PL/Scope Data
  • The USER/ALL/DBA_IDENTIFIERS Catalog View
  • DBMS_METADATA Package
Profiling and Tracing PL/SQL Code
  • Tracing PL/SQL Execution
  • Tracing PL/SQL: Steps
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
Safeguarding Your Code Against SQL Injection Attacks
  • SQL Injection Overview
  • Reducing the Attack Surface
  • Avoiding Dynamic SQL
  • Using Bind Arguments
  • Filtering Input with DBMS_ASSERT
  • Designing Code Immune to SQL Injections
  • Testing Code for SQL Injection Flaws


  ExitCertified is your Authorized IT Training Partner  
  Lorsque vous suivez un cours certifié chez ExitCertified, vous apprenez directement des concepteurs des produits que vous utilisez. Notre engagement envers la communauté des TI, de même que notre autorisation à offrir des cours certifiés, vous assurent une expérience de formation supérieure. Il y a une différence. Apprenez directement de la source.

Il y a une différence. Apprenez directement de la source.
 
Training Contacts  
   
Canada United States

Formation à Montréal :: 514.876.1666
Formation à Ville de Québec :: 514.876.1666
Formation à Ottawa :: 613.232.3948
Formation à Toronto :: 416.487.3948

Formation à Vancouver :: 604.633.3948
Formation à Victoria :: 1.866.328.3948
Formation à Calgary :: 403.291.2855
Formation à Edmonton :: 780.441.3948
Formation à Regina :: 1.866.328.3948

Formation à Sacramento :: 916.669.3970
Formation à San Francisco :: 415.975.3948
Formation à San Jose :: 408.288.3948
Formation à Las Vegas :: 1.800.803.3948
Formation à Phoenix :: 602.889.9350
À travers le monde - 613.232.3948 Des questions?
Il nous fait plaisir de vous aider. Transmettez-nous ce formulaire par courriel et nous vous répondrons dans les plus brefs délais.
   



(c) 2012 ExitCertified Corp. Tous droits réservés.


ExitCertified est un fournisseur international agréé de formation en technologies. Voici quelques-uns de nos cours les plus souvent consultés :
 
Formation Sun Formation Oracle Formation Symantec Formation IBM Formation Red Hat :: Linux
Formation Java, Cours J2EE, Formation JSP, servlets, EJB, Struts, réseaux, Formation Solaris, Java Composite Application Platform (JCAPS), SeeBeyond, XML, Formation Solaris 10, certification Java, certification Solaris Cours PeopleSoft, 11g, Formation Oracle SQL, Oracle PL/SQL, DBA, Hyperion, Fusion Middleware, 10g, 9i, certification 11g, certification DBA, certification Oracle Formation NetBackup, Cours Veritas, protection contre les virus, sécurité des TI, certification Symantec DB2, OS/400, Formation zSeries, s/390, iSeries, AIX SUSE, Formation RedHat
         
Formation MySQL Formation Apple Formation en gestion de projet    
Base de données MySQL Cours Apple, Formation Leopard Formation du PMI