Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Oracle Database 11g: Advanced PL/SQL Programming & Tuning

Price
3,500 USD
5 Days
DBOR-922
Classroom Training, Online Training
Oracle

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This Oracle Database 11g: Advanced PL/SQL Programming & Tuning course will give attention to three fundamental pillars of effective implementation of PL/SQL applications. The PL/SQL programming language is at the core of most Oracle database applications. First, we will explore the advanced features of the language which allow powerful and effective database applications to be built. Next, we will discuss performance tuning techniques which allows these applications to run efficiently. Finally, we will consider critical security measures which should be implemented to counter hacker attacks and other security threats.
 

Objectives

Upon completion of the Oracle Database 11g: Advanced PL/SQL Programming & Tuning course, students will be able to:
  • Invoke external procedures and integrating these into PL/SQL applications. These include external Java classes using the JDBC interface and external C programs contained within DLL libraries
  • Use dynamic SQL to extend the functionality and flexibility of database programs, including the DBMS_SQL() system-supplied package for maximum flexibility
  • Identify SQL injection attack vulnerabilities within an application and applying countermeasures to address security risks and protect against hacking
  • Incorporate collections and other advanced types into application logic to increase efficiency and execution speed
  • Work with LOBs, including piece-wise data manipulation and dynamic modification of SecureFile storage options
  • Expand functionality with system-supplied database utility packages
  • Tune with the DBMS_PROFILER() system-supplied package and debugging with the DBMS_TRACE() system-supplied package
  • Write efficient PL/SQL code and avoiding common coding mistakes
  • Enable native compilation and execution of all database-resident program units
  • Control and manage PL/SQL compilation for high-efficiency execution
  • Analyze PL/SQL code structure by means of the PL/Scope facility
  • Analyze PL/SQL application performance and tune bottlenecks using the PL/SQL Hierarachical Profiler
  • Recognize the dangers of SQL injection attacks against PL/SQL applications and applying countermeasures to this potential security threat from hackers
  • Implement fine-grained security mechanisms as part of an advanced security model using application contexts and the Oracle virtual private database (VPD)
  • Understand dynamic partitioning and DML parallelization using the system-supplied package DBMS_PARALLEL_EXECUTE()

Audience

  • The target audience for this course is senior application developers. Developers who will be building, debugging and tuning PL/SQL program units will benefit from this course.

Prerequisites

    • DBOR-917 ORACLE DATABASE 11G R2: SQL FUNDAMENTALS - COMPLETE LIBRARY
    • DBOR-920 ORACLE DATABASE 11G R2: PROGRAM WITH PL/SQL - COMPLETE LIBRARY
    • DBOR-921 ORACLE DATABASE 11G R2: NEW & ADVANCED FEATURES FOR DEVELOPERS

Topics

  • DYNAMIC SQL
    • ADVANTAGES & disadvantages
    • NATIVE dynamic sql
    • DYNAMIC update…returning
    • DYNAMIC sql using DBMS_SQL()
  • USING COLLECTIONS
    • ABOUT collections
    • BULK bind using collections
    • COLLECTION methods
    • MORE about the returning clause
    • ADVANCED collection features
    • COLLECTION multiset operations
    • IN indices of clause
    • IN values of clause
  • SYSTEM-SUPPLIED PACKAGES: DBMS_METADATA()-PART I
    • WHY retrieve object definitions?
    • RETRIEVING default metadata
    • RETRIEVING customized metadata
    • USING open() & close()
    • USING set_filter()
    • USING set_count()
    • USING add_transform()
    • USING fetch DDL()
    • ABOUT sys.kus_ddl
    • ABOUT sys.kus_ddls
    • CALLING fetch_ddl()
  • SYSTEM-SUPPLIED PACKAGES: DBMS_METADATA()-PART II
    • SET-transform_param()
    • GET_query()
  • SYSTEM-SUPPLIED PACKAGES: DBMS_METADATA()-PART III
    • FETCH clob()
    • SET_filter() for dependent objects
    • SET_parse_item()
    • PRIMARY & dependent object DDL
  • SYSTEM-SUPPLIED PACKAGES: DBMS-REDFINTION()
    • ABOUT table redefinition
    • USING DBMS_redefinition ()
    • DBA_redefinition_errors
    • CAN_redef_table()
    • START_redef_table()
    • FINISH_redef_table()
    • ABORT_redef_table()
    • COPY_table_dependents()
    • SYNC-interim_table()
  • SYSTEM-SUPPLIED PACKAGES: DBMS-LOB()
    • WORKING with external bfiles
    • WORKING with internal LOBs
    • LoadBLOBFromFile(), LoadCLOBFromFile()
    • COMPARE()
    • GETLENGTH()
    • APPEND()
    • COPY()
    • ERASE()
    • TRIM()
    • READ()
    • SUBSTR()
    • INSTR()
    • WRITE()
    • DYNAMIC securefile options
    • GETOPTIONS()
    • SETOPTIONS()
  • SYSTEM-SUPPLIED PACKAGES: OTHERS
    • COMPRESSION with UTL_compress()
    • LZ-COMPRESS()
    • LX(UNCOMPRESS()
    • UTL_MAIL()
    • SET SMTP_OUT_SERVER
    • CALLING the send() procedure
    • CALLING the send_attach_xxx() procedures
    • DBMS_version()
    • WAIT_on_pending_DML()
  • ADVANCED INTERFACE METHODS
    • ABOUT external procedures
    • CALLING java classes
    • CALLING programs
  • PL/SQL ADVANCED PROGRAMMING & CODING TECHNIQUES
    • AUTONOMOUS transactions
    • USING nocopy for parameters
    • CHOOSING the optimum data type
    • AVOIDING implicit data type conversion
    • CHOOSING between number and pls_integer
    • ABOUT pls_integer
    • USING simple_integer
    • CHAR variables of different lengths
    • VARCHAR2 variables of different lenths
    • CHAR vs VARCHAR2
    • CHAR vs WARCHAR2 with an equality comparison
    • USEFUL pl/sql coding techniques
    • HANDLING string literals
  • INFLUENCING ORACLE PL/SQL COMPILATION
    • PL/SQL compiler optimization
    • PLSQL_optimize-_level
    • CONTROLLING compilation messages
    • PL/SQL native execution
  • DYNAMIC PARTITIONING & PARALLELIZATION
    • ABOUT dynamic portioning (chunks)
    • CREATING & processing chunks
    • CREATE_task()
    • CREATE_chunks_by_rowid()
    • CREATE_chunks_by_number_col()
    • EXECUTE_run_task()
    • TASK_status()
    • DROP_task()
    • MONITORING chunk processing
  • APPLICATION TUNING WITH THE PL/SQL HIERARCHICAL PROFILER
    • WHAT is the hierarchical profiler?
    • CONFIGURING the profiler
    • MANAGING profiler runs
    • ANALYZING profiler data
    • INTERPRETING the results
    • DBMSHP_RUNS
    • DBMP_FUNCTION_INFO
    • DBMP_PARENT_CHILD_INFO
  • PL/SQL DEBUGGING WITH DBMS_TRACE()
    • USING the trace facility
    • DBMS_TRACE() to manage runs
    • EXAMINING the trace data
    • EVENT_KIND values
  • PROTECTING AGAINST SQL INJETION ATTACKS
    • UNDERSTANDING the threat
    • APPLYING countermeasures
  • IMPLEMENTING VIRTUAL DATABASES
    • UNDERSTANDING VPDS
    • PREPARING for a VPD
    • CONFIGURING a VPD
    • MANAGING application contexts
    • USING sys_context()
    • MANAGING policies & security rules
  • 2023 Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    20% Off All AI Training Courses

    Achieve more with AI-powered tools and strategies.

    PROMO CODE: AI20
    VALID THROUGH APRIL 30, 2024

    20% Off All AI Training Courses

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.