• Home
  • Courses

    Latest Courses

    English conversation club Read More
    Training Experts

    English conversation club

    Training Experts
    (0 review)
    0
    student
    0
    $ 10.00 $ 5.00
    $ 10.00 $ 5.00
    Read More
    Project Management Professional (PMP)® Read More
    Training Experts

    Project Management Professional (PMP)®

    Training Experts
    (0 review)
    0
    student
    0
    $ 1,500.00 $ 999.00
    $ 1,500.00 $ 999.00
    Read More

    Popular Courses

    Implementing and Administering Cisco Solutions (CCNA) v1.0 Read More
    Training Experts

    Implementing and Administering Cisco Solutions (CCNA) v1.0

    Training Experts
    (0 review)
    11
    students
    0
    $ 999.00 $ 499.00
    $ 999.00 $ 499.00
    Read More
    ISO/IEC 27001 Information Security Read More
    Training Experts

    ISO/IEC 27001 Information Security

    Training Experts
    (0 review)
    10
    students
    0
    $ 1,999.00
    $ 1,999.00
    Read More

    Search Courses

      28514321_10155386995361463_4750201098485657515_o

    • Features
      • membership
      • Membership Account
      • Your Profile
      • LP Become A Teacher
    • Events
    • Gallery
    • About Us
    • Contact
    • Portfolio
        • Cart

          0
      Have any question?
      (+2) 01227888713
      info@newvision-eg.com
      Login
      NewVision
      • Home
      • Courses

        Latest Courses

        English conversation club Read More
        Training Experts

        English conversation club

        Training Experts
        (0 review)
        0
        student
        0
        $ 10.00 $ 5.00
        $ 10.00 $ 5.00
        Read More
        Project Management Professional (PMP)® Read More
        Training Experts

        Project Management Professional (PMP)®

        Training Experts
        (0 review)
        0
        student
        0
        $ 1,500.00 $ 999.00
        $ 1,500.00 $ 999.00
        Read More

        Popular Courses

        Implementing and Administering Cisco Solutions (CCNA) v1.0 Read More
        Training Experts

        Implementing and Administering Cisco Solutions (CCNA) v1.0

        Training Experts
        (0 review)
        11
        students
        0
        $ 999.00 $ 499.00
        $ 999.00 $ 499.00
        Read More
        ISO/IEC 27001 Information Security Read More
        Training Experts

        ISO/IEC 27001 Information Security

        Training Experts
        (0 review)
        10
        students
        0
        $ 1,999.00
        $ 1,999.00
        Read More

        Search Courses

          28514321_10155386995361463_4750201098485657515_o

        • Features
          • membership
          • Membership Account
          • Your Profile
          • LP Become A Teacher
        • Events
        • Gallery
        • About Us
        • Contact
        • Portfolio
            • Cart

              0

          Oracle

          • Home
          • All courses
          • Oracle
          • Oracle Database 12c: PL/SQL Fundamentals

          Oracle Database 12c: PL/SQL Fundamentals

          User Avatar
          Training Experts
          Oracle, Technology
          (0 review)
          $ 0.01
          Oracle Database 12c
          • Overview
          • Curriculum
          • Instructor
          • Reviews

          General Description
          This course introduces one to Oracle database programming using the PL/SQL programming language. One will learn the syntax, structure and features of the language. This textbook will also lay the foundation for the entire Sideris Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications.

          PL/SQL may be considered as one of the basic skill sets required for any Oracle professional, nearly as important as the SQL language itself.

          This course will also continue on to show those who are now ready to employ the language in the development of database applications. In particular, the focus of this course will be on the use of database-resident stored program units such as procedures, functions, packages and database triggers. New features introduced with the Oracle 12c release of the database are also explained and demonstrated.

          Target Audience
          The target audience for this textbook is all Oracle professionals. Among the specific groups for whom this textbook will be helpful are:
          • Application designers and database developers
          • Database administrators
          • Web server administrators

          Prerequisites
          Oracle Database 12c: SQL Fundamentals

          Certification
          This coursd considers subjects applicable to certification as both an Oracle PL/SQL Developer Certified Associate (OCA) and an Oracle Advanced PL/SQL Developer Certified Professional (OCP). The topics considered are included within “Exam 1Z0-144: Program With PL/SQL”.

          Objectives
          This course begins with an explanation of the intent and usage of the PL/SQL programming language for database applications. Important reasons why one should incorporate PL/SQL modules within the application architecture right from the initial design and planning phase are presented. Next one learns how to begin building executable PL/SQL program units. One learns about each of the major segments of a working program and how these interact with each other during program execution, including the important error or exception handling capabilities of the language. The final section goes beyond the basics and begins to explore advanced topics that will be useful later in the Sideris Oracle PL/SQL developer textbook series. One learns techniques and features that allow modular and reusable programs to be developed, increasing productivity and maintainability of database applications.

          In addition, this course explains how database-resident program units can be used as part of the overall database application architecture and the benefits realized by doing so. It then builds upon one’s knowledge of database-resident program units and applies these to the development of PL/SQL packages. In a production environment most PL/SQL program units should be packaged, and these advanced database programming capabilities along with the benefits of using these are discussed. It concludes with extensive demonstrations on how a particular type of database-resident program unit known as a database trigger can be used as part of an advanced database application design.

          Contents

          SELECTION & SETUP OF THE DATABASE INTERFACE
          •      CONSIDERING AVAILABLE TOOLS
          •      SELECTING THE APPROPRIATE TOOL
          •      ORACLE NET DATABASE CONNECTIONS
          •      ORACLE PAAS DATABASE CONNECTIONS
          •      SETUP SQL DEVELOPER
          •      SETUP SQL*PLUS
          •      SETUP JDEVELOPER

          ABOUT BIND & SUBSTITUTION VARIABLES
          •      USING SQL DEVELOPER
          •      USING SQL*PLUS

          CHOOSING A DATABASE PROGRAMMING LANGUAGE
          •      WHAT IS DATABASE PROGRAMMING?
          •      PL/SQL PERFORMANCE ADVANTAGES
          •      INTEGRATION WITH OTHER LANGUAGES

          PL/SQL LANGUAGE FUNDAMENTALS
          •      PL/SQL PROGRAM STRUCTURE
          •      LANGUAGE SYNTAX RULES
          •      EMBEDDING SQL
          •      WRITING READABLE CODE
          •      GENERATING DATABASE OUTPUT
          •      SQL*PLUS INPUT OF A PROGRAM BLOCK

          DECLARE SECTION
          •      ABOUT THE DECLARE SECTION
          •      DECLARE PRIMITIVE TYPES
          •      DECLARATION OPTIONS
          •      NOT NULL
          •      CONSTANT
          •      DATA DICTIONARY INTEGRATION
          •      %TYPE
          •      DECLARE SIMPLE USER-DEFINED TYPES
          •      TYPE … TABLE
          •      TYPE … RECORD
          •      EXTENDED USER-DEFINED TYPES

          BEGIN SECTION
          •      ABOUT THE BEGIN SECTION
          •      MANIPULATING PROGRAM DATA
          •      LOGIC CONTROL & BRANCHING
          •      GOTO
          •      LOOP
          •      IF-THEN-ELSE
          •      CASE

          EXCEPTION SECTION
          •      ABOUT THE EXCEPTION SECTION
          •      ISOLATING THE SPECIFIC EXCEPTION
          •      PRAGMA EXCEPTION_INIT
          •      SQLCODE & SQLERRM Example
          •      SQL%ROWCOUNT & SELECT…INTO

          BEYOND THE BASICS: EXPLICIT CURSORS
          •      ABOUT EXPLICIT CURSORS
          •      EXTENDED CURSOR TECHNIQUES
          •      FOR UPDATE OF Clause
          •      WHERE CURRENT OF Clause
          •      Using FOR…LOOP Cursors

          INTRODUCING DATABASE-RESIDENT PROGRAM UNITS
          •      ABOUT DATABASE-RESIDENT PROGRAMS
          •      PHYSICAL STORAGE & EXECUTION
          •      TYPES OF STORED PROGRAM UNITS
          •      STORED PROGRAM UNIT ADVANTAGES
          •      MODULAR DESIGN PRINCIPLES

          CREATING STORED PROCEDURES & FUNCTIONS
          •      STORED PROCEDURES & FUNCTIONS
          •      CREATE PROCEDURE / CREATE FUNCTION
          •      CREATING PROCEDURES & FUNCTIONS
          •      RAISE_SALARY() Procedure
          •      SALARY_VALID() Function
          •      THE PARAMETER SPECIFICATION
          •      DEFAULT Clause
          •      SYSTEM & OBJECT PRIVILEGES
          •      USING THE DEVELOPMENT TOOLS

          EXECUTING STORED PROCEDURES & FUNCTIONS
          •      CALLING PROCEDURES & FUNCTIONS
          •      UNIT TESTING WITH EXECUTE
          •      ANONYMOUS BLOCK UNIT TESTING
          •      SPECIFYING A PARAMETER NOTATION
          •      SQL WORKSHEET UNIT TESTING
          •      CALLING FUNCTIONS FROM SQL

          MAINTAINING STORED PROGRAM UNITS
          •      RECOMPILING PROGRAMS
          •      Mass Recompilation Using UTL_RECOMP()
          •      DROPPING PROCEDURES & FUNCTIONS
          •      DROP PROCEDURE / FUNCTION
          •      DATA DICTIONARY METADATA
          •      Using USER_OBJECTS
          •      Using USER_SOURCE
          •      Using USER_ERRORS
          •      Using USER_OBJECT_SIZE
          •      Using USER_DEPENDENCIES

          MANAGING DEPENDENCIES
          •      DEPENDENCY INTERNALS
          •      TRACKING DEPENDENCIES
          •      THE DEPENDENCY TRACKING UTILITY
          •      SQL DEVELOPER DEPENDENCY INFO
          •      DEPENDENCY STRATEGY CHECKLISTS

          CREATING & MAINTAINING PACKAGES
          •      ABOUT PACKAGES
          •      CREATING PACKAGES
          •      MAINTAINING PACKAGES
          •      PERFORMANCE CONSIDERATIONS

          ADVANCED PACKAGE CAPABILITIES
          •      DEFINER & INVOKER RIGHTS
          •      WHITE LISTS & ACCESSIBLE BY
          •      PERSISTENT GLOBAL OBJECTS
          •      DEFINING INITIALIZATION LOGIC
          •      OBJECT ORIENTATION SUPPORT

          ADVANCED CURSOR TECHNIQUES
          •      USING CURSOR VARIABLES
          •      Using SYS_REFCURSOR
          •      USING CURSOR EXPRESSIONS

          USING SYSTEM-SUPPLIED PACKAGES
          •      DBMS_OUTPUT()
          •      UTL_FILE()
          •      FOPEN() Example

          DATABASE TRIGGER CONCEPTS
          •      ABOUT DATABASE TRIGGERS
          •      DML EVENT TRIGGER SUB-TYPES
          •      DATABASE TRIGGER SCENARIO
          •      TRIGGER EXECUTION MECHANISMS
          •      TRIGGERS WITHIN SQL WORKSHEET

          CREATING DATABASE TRIGGERS
          •      STATEMENT-LEVEL TRIGGERS
          •      Using RAISE_APPLICATION_ERROR()
          •      ROW-LEVEL TRIGGERS
          •      EXAMPLES OF TRIGGERS
          •      EMPLOYEE_SALARY_CHECK Example
          •      EMPLOYEE_JOURNAL Example
          •      BUDGET_EVENT Example
          •      INSTEAD OF TRIGGERS
          •      TRIGGERS WITHIN AN APPLICATION

          MAINTAINING DATABASE TRIGGERS
          •      CALL SYNTAX
          •      TRIGGER MAINTENANCE TASKS
          •      SHOW ERRORS TRIGGER
          •      DROP TRIGGER
          •      ALTER TRIGGER
          •      MULTIPLE TRIGGERS FOR A TABLE
          •      HANDLING MUTATING TABLE ISSUES

          IMPLEMENTING SYSTEM EVENT TRIGGERS
          •      WHAT ARE SYSTEM EVENT TRIGGERS?
          •      DEFINING THE SCOPE
          •      AVAILABLE SYSTEM EVENTS
          •      SYSTEM EVENT ATTRIBUTES

          Course Features

          • Lectures 0
          • Quizzes 0
          • Duration 40 hours
          • Skill level All levels
          • Language English
          • Students 0
          • Assessments Yes
          Curriculum is empty
          author avatar
          Training Experts

          Reviews

          Average Rating

          0
          0 rating

          Detailed Rating

          5
          0%
          4
          0%
          3
          0%
          2
          0%
          1
          0%
          • Overview
          • Curriculum
          • Instructor
          • Reviews
          $ 0.01
          • Share:

          You May Like

          English conversation club Read More
          Training Experts

          English conversation club

          0
          0
          $ 10.00 $ 5.00
          Project Management Professional (PMP)® Read More
          Training Experts

          Project Management Professional (PMP)®

          0
          0
          $ 1,500.00 $ 999.00
          ISO 39001 – Management Systems Certification Read More
          Training Experts

          ISO 39001 - Management Systems Certification

          0
          0
          $ 1,999.00
          ISO 50001 Management Systems Certification Read More
          Training Experts

          ISO 50001 Management Systems Certification

          0
          0
          $ 0.01
          ISO 55001 Management Systems Certification Read More
          Training Experts

          ISO 55001 Management Systems Certification

          0
          0
          $ 0.01

          All Courses

          • Adobe
          • Audit and Certification for Organisations
            • continuity and resilince and service management
            • Health and safety and environment
            • Information security managment
            • Quality management system
            • Risk and management
          • Business
          • Cisco
          • CompTIA
          • continuity and resilince and service management
          • CONTINUITY, RESILIENCE AND RECOVERY
          • Data Center Virtualization
          • Digital marketing
          • Ec-Council
          • Education and certifications for individuals
            • CONTINUITY, RESILIENCE AND RECOVERY
            • GOVERNANCE, RISK MANAGEMENT, AND COMPLIANCE
            • HEALTH, SAFETY, SUSTAINABILITY
            • INFORMATION SECURITY
            • IT GOVERNANCE & SERVICE MANAGEMENT
            • QUALITY MANAGEMENT
          • Engineering
          • GOVERNANCE, RISK MANAGEMENT, AND COMPLIANCE
          • Health and safety and environment
          • HEALTH, SAFETY, SUSTAINABILITY
          • INFORMATION SECURITY
          • Information security managment
          • IT & Software
            • Software Developments
          • IT GOVERNANCE & SERVICE MANAGEMENT
          • Languages
          • Microsoft
          • Network Virtualization
          • New Vision Diploma
          • Oracle
          • PECB
            • Audit and Certification for Organisations
              • continuity and resilince and service management
              • Health and safety and environment
              • Information security managment
              • Quality management system
              • Risk and management
            • Education and certifications for individuals
              • CONTINUITY, RESILIENCE AND RECOVERY
              • GOVERNANCE, RISK MANAGEMENT, AND COMPLIANCE
              • HEALTH, SAFETY, SUSTAINABILITY
              • INFORMATION SECURITY
              • IT GOVERNANCE & SERVICE MANAGEMENT
              • QUALITY MANAGEMENT
          • QUALITY MANAGEMENT
          • Quality Management and ISO Certifications
            • PECB
              • Audit and Certification for Organisations
                • continuity and resilince and service management
                • Health and safety and environment
                • Information security managment
                • Quality management system
                • Risk and management
              • Education and certifications for individuals
                • CONTINUITY, RESILIENCE AND RECOVERY
                • GOVERNANCE, RISK MANAGEMENT, AND COMPLIANCE
                • HEALTH, SAFETY, SUSTAINABILITY
                • INFORMATION SECURITY
                • IT GOVERNANCE & SERVICE MANAGEMENT
                • QUALITY MANAGEMENT
          • Quality management system
          • RedHat
          • Risk and management
          • Software Developments
          • Technology
            • Adobe
            • Cisco
            • CompTIA
            • Ec-Council
            • Engineering
            • Microsoft
            • New Vision Diploma
            • Oracle
            • RedHat
            • VMWare
              • Data Center Virtualization
              • Network Virtualization
          • VMWare
            • Data Center Virtualization
            • Network Virtualization
          Implementing and Administering Cisco Solutions (CCNA) v1.0

          Implementing and Administering Cisco Solutions (CCNA) v1.0

          $ 999.00 $ 499.00
          ISO/IEC 27001 Information Security

          ISO/IEC 27001 Information Security

          $ 1,999.00
          Web development diploma

          Web development diploma

          $ 999.00 $ 499.00

          Courses

          • Free Access Type
          • Courses Archive
          • Become an Instructor
          • Instructor Profile

          Links

          • Events
          • Gallery
          • FAQs

          Calendar

          June 2025
          S S M T W T F
          « Nov    
           123456
          78910111213
          14151617181920
          21222324252627
          282930  

          © 2021 – l New Vision, All Rights Reserved .

          • Events
          • Gallery
          • FAQs

          Become an instructor?

          Join thousand of instructors and earn money hassle free!

          Get Started Now

          Login with your site account

          Lost your password?