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
  • 相关阅读:
    python读写操作excel数据
    python读写操作excel数据小应用
    操作系统相关知识
    网络编程课堂笔记
    UDP简单初识+socketserver 模块实现服务端并发
    链接循环+模拟远程执行命令+实现大文件上传
    循环通信
    luogu P2761 软件补丁问题
    luogu P4016 负载平衡问题
    P3381 【模板】最小费用最大流(spfa板子)
  • 原文地址:https://www.cnblogs.com/arcer/p/3046494.html
Copyright © 2011-2022 走看看