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
  • 相关阅读:
    【设计模式】备忘录
    统计ip的发送频率和该ip发送的有效消息(去除相似消息)的数目
    Android之消息推送聊天实现
    Dictionary通过下标获取key和value
    SGU 271 水题。。。。
    二叉树递归和非递归遍历
    C#与SSL
    正则表达式总结
    SQL Server User Accounts
    嵌入式领域中各种文件系统的比较
  • 原文地址:https://www.cnblogs.com/arcer/p/3046494.html
Copyright © 2011-2022 走看看