曙海教育集團
全國報名免費熱線:4008699035 微信:shuhaipeixun
或15921673576(微信同號) QQ:1299983702
首頁 課程表 在線聊 報名 講師 品牌 QQ聊 活動 就業
   班級規模及環境--熱線:4008699035 手機:15921673576( 微信同號)
       每期人數限3到5人。
   上課時間和地點
上課地點:【上海】:同濟大學(滬西)/新城金郡商務樓(11號線白銀路站) 【深圳分部】:電影大廈(地鐵一號線大劇院站)/深圳大學成教院 【北京分部】:北京中山學院/福鑫大樓 【南京分部】:金港大廈(和燕路) 【武漢分部】:佳源大廈(高新二路) 【成都分部】:領館區1號(中和大道) 【沈陽分部】:沈陽理工大學/六宅臻品 【鄭州分部】:鄭州大學/錦華大廈 【石家莊分部】:河北科技大學/瑞景大廈 【廣州分部】:廣糧大廈 【西安分部】:協同大廈
最近開課時間(周末班/連續班/晚班):2020年3月16日
   實驗設備
     ☆資深工程師授課
        
        ☆注重質量 ☆邊講邊練

        ☆合格學員免費推薦工作
        ★實驗設備請點擊這兒查看★
   質量保障

        1、培訓過程中,如有部分內容理解不透或消化不好,可免費在以后培訓班中重聽;
        2、培訓結束后,授課老師留給學員聯系方式,保障培訓效果,免費提供課后技術支持。
        3、培訓合格學員可享受免費推薦就業機會。

課程大綱
 
  • Oracle 11g: Programming with PL/SQL培訓
    Oracle 11g: Programming with PL/SQL培訓
    培訓大綱:
    Oracle Database 11g: PL/SQL Fundamentals
    1. Oracle Database 11g: PL/SQL Variables, Attributes, and Executable Statements
    Features and capabilities of SQL Developer, SQL*Plus, and JDeveloper
    Features and benefits of PL/SQL and the steps for building basic PL/SQL blocks
    Declaring and initializing PL/SQL variables
    Uses of different PL/SQL data types, the %TYPE attribute, and BIND variables
    Constructing executable statements using various PL/SQL block elements
    Evaluate a block of PL/SQL code with respect to scoping and nesting rules and write and test PL/SQL blocks
    2. Oracle Database 11g: Using DML, DDL, Cursors, Control Structures, and Loops
    Performing basic data manipulation and transaction control in PL/SQL and determining the outcome of SQL statements
    Writing control structures, such as IF statements and CASE expressions, in a PL/SQL block
    Writing and identifying loop statements
    Create PL/SQL blocks that incorporate loops and conditional control structures
    3. Oracle Database 11g: Using Data Types, INDEX BY Tables, and Cursors in PL/SQL
    Creating user-defined PL/SQL records and records with the %ROWTYPE attribute
    Creating an INDEX BY table and table of records and the uses of nested tables and VARRAYs
    Define, create, and use INDEX BY tables and a PL/SQL record in a given scenario
    Declaring and controlling explicit cursors and writing FOR loops to fetch data from them
    Declaring and using cursors with parameters, locking rows, and referencing the current row in an explicit cursor
    4. Oracle Database 11g: Working with Exceptions, Subprograms, JDeveloper, and REF Cursors
    Trapping non-predefined exceptions in PL/SQL
    Trapping user-defined exceptions
    Create an exception handler in a given scenario
    Creating and invoking simple stored procedures and functions
    Scope and capabilities of JDeveloper for developing and deploying Java applications and Web services
    Using cursor variables to pass query result sets and fetching rows from them
    Oracle Database 11g: Program with PL/SQL
    1. Oracle Database 11g: Getting Started With PL/SQL
    Features and capabilities of SQL Developer, SQL*Plus, and JDeveloper
    Features and benefits of PL/SQL and the steps for building basic PL/SQL blocks
    Steps for declaring and initializing PL/SQL variables
    Uses of different PL/SQL data types, the %TYPE attribute, and BIND variables
    Constructing executable statements using various PL/SQL block elements
    Evaluate a block of PL/SQL code with respect to scoping and nesting rules and write and test PL/SQL blocks
    2. Oracle Database 11g: Using DML, DDL, Cursors, Loops, and Control Structures
    Performing basic data manipulation and transaction control in PL/SQL and determining the outcome of SQL statements
    Writing control structures, such as IF statements and CASE expressions, in a PL/SQL block
    Writing and identifying loop statements
    Create PL/SQL blocks that incorporate loops and conditional control structures
    3. Oracle Database 11g: Using Data Types, INDEX BY Tables, and Cursors
    Creating user-defined PL/SQL records and records with the %ROWTYPE attribute
    Creating an INDEX BY table and table of records and the uses of nested tables and VARRAYs
    Define, create, and use INDEX BY tables and a PL/SQL record in a given scenario
    Declaring and controlling explicit cursors and for writing FOR loops to fetch data from them
    Declaring and using cursors with parameters, locking rows, and referencing the current row in an explicit cursor
    4. Oracle Database 11g: Using Exceptions, Subprograms, JDeveloper, and REF Cursors
    Trapping non-predefined exceptions in PL/SQL
    Trapping user-defined exceptions
    Create an exception handler in a given scenario
    Creating and invoking simple stored procedures and functions
    Scope and capabilities of JDeveloper for developing and deploying Java applications and Web services
    Using cursor variables to pass query result sets and fetching rows from them
    5. Oracle Database 11g: Subprograms, Packages, and Exception Handling
    Benefits of modularized and layered subprogram design
    Creating and calling procedures and passing parameters
    Handling exceptions in procedures and for dropping procedures
    Creating and invoking functions
    Using SQL Developer to debug PL/SQL subprograms
    Benefits and components of a package and the steps for creating one
    Create a package specification and package body in a given scenario and invoke the package''s constructs
    6. Oracle Database 11g: Packages, Dynamic SQL, and Coding Considerations
    Overloading subprograms, using forward declarations, writing package initialization blocks, and maintaining persistent package state
    Using the Oracle-supplied packages DBMS_OUTPUT, UTL_FILE, and UTL_MAIL
    Using Oracle-supplied packages to generate a simple Web page and schedule PL/SQL code for execution
    Constructing and executing SQL statements at run time using native dynamic SQL statements in PL/SQL
    Alter a package so that it contains overloaded subprograms, use an Oracle-supplied package, and execute dynamic SQL in a given scenario
    Designing packages so that code is easy to maintain, efficient, and readable, and so that PL/SQL applications perform better
    Binding whole arrays of values in a single operation and retrieving information about a row affected by a SQL operation
    7. Oracle Database 11g: Using Triggers and the PL/SQL Compiler
    Creating and using database triggers
    Enabling, disabling, testing, managing, and removing database triggers
    Creating and using compound, DDL, and event database triggers
    Create statement and row triggers, including a trigger for a business rule and a package with triggers that resolve a mutating table issue
    Benefits and capabilities of the PL/SQL compiler and its parameters
    Using the PL/SQL compiler initialization parameters, compiling a procedure, and managing compiler warnings
    8. Oracle Database 11g: PL/SQL Code and Dependency Management
    Selectively including PL/SQL source code by using conditional compilation, and for wrapping a PL/SQL unit
    Predicting how changing a database object affects procedures and functions by tracking procedural dependencies
    Managing remote dependencies and recompiling a PL/SQL program unit
    Use conditional compilation, wrap PL/SQL code, a
    ?
    ?

  • ?
    ?



?
?



?



?


?


?


?
?



?
?



?


?


?


?
???


?



?
?



?


?













 

 

 

友情鏈接:Cadence培訓 ICEPAK培訓 EMC培訓 電磁兼容培訓 sas容培訓 羅克韋爾PLC培訓 歐姆龍PLC培訓 PLC培訓 三菱PLC培訓 西門子PLC培訓 dcs培訓 橫河dcs培訓 艾默生培訓 robot CAD培訓 eplan培訓 dcs培訓 電路板設計培訓 浙大dcs培訓 PCB設計培訓 adams培訓 fluent培訓系列課程 培訓機構課程短期培訓系列課程培訓機構 長期課程列表實踐課程高級課程學校培訓機構周末班培訓 南京 NS3培訓 OpenGL培訓 FPGA培訓 PCIE培訓 MTK培訓 Cortex訓 Arduino培訓 單片機培訓 EMC培訓 信號完整性培訓 電源設計培訓 電機控制培訓 LabVIEW培訓 OPENCV培訓 集成電路培訓 UVM驗證培訓 VxWorks培訓 CST培訓 PLC培訓 Python培訓 ANSYS培訓 VB語言培訓 HFSS培訓 SAS培訓 Ansys培訓 短期培訓系列課程培訓機構 長期課程列表實踐課程高級課程學校培訓機構周末班 端海 教育 企業 學院 培訓課程 系列班 長期課程列表實踐課程高級課程學校培訓機構周末班 短期培訓系列課程培訓機構 端海教育企業學院培訓課程 系列班
主站蜘蛛池模板: 亚洲AV人无码综合在线观看| 久久久综合香蕉尹人综合网| 亚洲欧美日韩综合在线观看不卡顿| 热综合一本伊人久久精品| 亚洲综合欧美精品一区二区| 一本色道久久综合狠狠躁| 欧美亚洲综合免费精品高清在线观看| 国产成人精品综合久久久久| 色噜噜狠狠色综合网| 亚洲五月激情综合图片区| 国产成人亚洲综合无码精品| 亚洲国产精品综合久久网络| 国产巨作麻豆欧美亚洲综合久久| 久久本道综合久久伊人| 在线综合+亚洲+欧美中文字幕| 国产色综合天天综合网 | 久久综合狠狠综合久久97色| 大香网伊人久久综合网2020| 天天综合色天天综合色hd| 色天使亚洲综合在线观看| 色妞色综合久久夜夜| 色狠狠色狠狠综合天天| 欧美精品综合视频一区二区| 亚洲中文字幕无码久久综合网| 亚洲综合图色40p| 日日AV色欲香天天综合网| 狠狠色丁香婷婷综合精品视频| 五月天激情综合网丁香婷婷| 色综合天天综合网国产成人网| 色综合久久久久综合体桃花网| 亚洲va欧美va天堂v国产综合| 亚洲色欲久久久综合网东京热| 亚洲国产综合精品中文第一区| 久久综合香蕉国产蜜臀AV| 色综合久久天天综合| 久久91精品综合国产首页| 综合自拍亚洲综合图不卡区| 色爱区综合激情五月综合色| 国产成+人+综合+亚洲欧美| 亚洲精品综合在线影院| 91超碰碰碰碰久久久久久综合|