zoukankan      html  css  js  c++  java
  • PL/SQL高级Overview

    Course Objectives

    After completing this course,you should be able to do the following:

    • Create,execute,and maintain
      • -Package constructs
      • -Database triggers
    • Manage PL/SQL subprograms and triggers
    • Use a subset of Oracle-supplied packages to generate screen and file output
    • Identify various techniques that impact your PL/SQL code design considerations
    • Use the PL/SQL compiler,manage PL/SQL code,and manage depdendencies

    Corse Agenda

    1. Introduction
    2. Creating Packages
    3. Working with Packages
    4. Using Oracle-Supplied Packages in Application Development
    5. Using Dynamic SQL
    6. Design Considerations for PL/SQL cODE
    7. Creating Triggers
    8. Creating Compound,DDL,and Event Database Triggers
    9. Using the PL/SQL Compiler
    10. Managing PL/SQL Code

    The Human Resources(HR) Schema That is Used in This Course

    Oracle 11g SQL and PL/SQL Documentation

    • Oracle Database New Features Guide 11g Release 2(11.2)
    • Oracle Database Advanced Application Developer`s Guide 11g Release 2(11.2)
    • Oracle Database PL/SQL Language Reference 11g Release 2(11.2)
    • Oracle Database Reference 11g Release 2(11.2)
    • Oracle Database SQL Language Reference 11g Release 2(11.2)
    • Oracle Database Concepts 11g Release 2(11.2)
    • Oracle Database PL/SQL Packages and Types Reference 11g Release 2(11.2)
    • Oracle Database SQL Developer User`s Guide Release 1.5

    Additional Resources

    • For additional information about the new Oracle 11g SQL and PL/SQL new features,refer to the following:
    • Oracle Database 11g:New Features eStudies
    • Oracle By Example(OBE) series:Oracle Database 11g: http://www.oracle.com/technetwork/tutorials/index.html
    • What`s New in PL/SQL in Oracle Database 11g on the Oracle Technology Network(OTN) http://www.oracle.com/technology/tech/pl_sql
  • 相关阅读:
    mybatis中>=和<=的实现方式
    沙盒
    华硕 X201E 拆机
    延迟满足
    文本输入框自适应高度
    Qt实战之酷狗音乐
    协议栈处理中的conntrack HASH查找/Bloom过滤/CACHE查找/大包与小包/分层处理风格
    【processing】小代码3
    【processing】小代码2
    【processing】小代码
  • 原文地址:https://www.cnblogs.com/arcer/p/3046494.html
Copyright © 2011-2022 走看看