• Courses
    • Microsoft Technical
      • Microsoft Azure
      • Microsoft Exchange Server
      • Microsoft SQL Server
      • Microsoft SharePoint
      • Microsoft Office 365
      • Microsoft Teams
      • Microsoft Visual Studio
      • Microsoft Windows Server
      • Microsoft Windows Client
    • Microsoft Office
      • Microsoft Excel-Advanced
      • Microsoft Excel-Basic
      • Microsoft Word-Advanced
      • Microsoft Word-Basic
      • Microsoft Power BI
      • Microsoft Access
      • Microsoft PowerPoint
      • Microsoft Project
      • Microsoft Publisher
      • Microsoft Visio
    • Security
      • CCSA – Check Point Certified Admin
      • CND-Certified Network Defender
      • CSCU – Certified Secure Computer User
      • CEH-Certified Ethical Hacker v11
      • CAST 611-Advanced Penetration Testing
      • CISM – Certified Information Security Manager
      • CISA-Certified Information Systems Auditor
      • CISSP – Certified Information Systems Security Professional
    • CCNA
    • AWS
    • Cisco
    • Oracle
    • Linux
      • LPI
      • Red Hat
    • Adobe
      • Photoshop-Basic
      • Photoshop-Advanced
      • Illustrator
      • InDesign
      • Dreamweaver
      • Flash
      • Premiere Pro
    • Autodesk
    • Project Management
    • Service Management
    • SPSS
    • Web Design
    • VMware
  • Certifications
    • Microsoft Technical
      • Microsoft Certified: Azure Administrator Associate
      • Microsoft Certified: Data Analyst Associate
      • Microsoft 365 Certified: Modern Desktop Administrator Associate
      • Microsoft 365 Certified: Enterprise Administrator Expert
      • Microsoft Certified: Azure Developer Associate
    • Microsoft Office
      • MOS: Associate (Office 365 and Office 2019)
      • MOS: Expert (Office 365 and Office 2019)
      • MOS-Microsoft Office Specialist
      • Microsoft 365 Certified
      • Microsoft Certified: Power BI Data Analyst Associate
    • Security Specialist
      • CND-Certified Network Defender
      • CSCU
      • CEH – Certified Ethical Hacker v11
      • CAST 611 – Advanced Penetration Testing
      • CISA – Certified Information Systems Auditor
      • CISM – Certified Information Security Manager
      • CISCO SECURITY
    • Cisco
      • CCNA – Cisco Certified Network Associate
    • ECDL Standard
    • Linux
      • Linux Professional Institute
    • Oracle
      • OCA – Oracle Certified Associate: PL/SQL Developer
      • OCA – Oracle Certified Associate: Database 11g Administrator
      • OCA – Oracle Certified Associate: Database 12c Administrator
    • VMware
    • Project Management Professional ( PMP )
    • Service Management
    • Pearson Vue
  • Solutions
    • For Business
    • For Individuals
    • Training Options
  • Contact
  • More
    • About Us
    • Request Info
    • Become a Trainer
    • News & Events
    Tel: (+357) 22.81.81.01
    Tel: (+357) 25.37.38.00
    sales@aktina.com.cy
    AKTINA – IT Training Center
    • Courses
      • Microsoft Technical
        • Microsoft Azure
        • Microsoft Exchange Server
        • Microsoft SQL Server
        • Microsoft SharePoint
        • Microsoft Office 365
        • Microsoft Teams
        • Microsoft Visual Studio
        • Microsoft Windows Server
        • Microsoft Windows Client
      • Microsoft Office
        • Microsoft Excel-Advanced
        • Microsoft Excel-Basic
        • Microsoft Word-Advanced
        • Microsoft Word-Basic
        • Microsoft Power BI
        • Microsoft Access
        • Microsoft PowerPoint
        • Microsoft Project
        • Microsoft Publisher
        • Microsoft Visio
      • Security
        • CCSA – Check Point Certified Admin
        • CND-Certified Network Defender
        • CSCU – Certified Secure Computer User
        • CEH-Certified Ethical Hacker v11
        • CAST 611-Advanced Penetration Testing
        • CISM – Certified Information Security Manager
        • CISA-Certified Information Systems Auditor
        • CISSP – Certified Information Systems Security Professional
      • CCNA
      • AWS
      • Cisco
      • Oracle
      • Linux
        • LPI
        • Red Hat
      • Adobe
        • Photoshop-Basic
        • Photoshop-Advanced
        • Illustrator
        • InDesign
        • Dreamweaver
        • Flash
        • Premiere Pro
      • Autodesk
      • Project Management
      • Service Management
      • SPSS
      • Web Design
      • VMware
    • Certifications
      • Microsoft Technical
        • Microsoft Certified: Azure Administrator Associate
        • Microsoft Certified: Data Analyst Associate
        • Microsoft 365 Certified: Modern Desktop Administrator Associate
        • Microsoft 365 Certified: Enterprise Administrator Expert
        • Microsoft Certified: Azure Developer Associate
      • Microsoft Office
        • MOS: Associate (Office 365 and Office 2019)
        • MOS: Expert (Office 365 and Office 2019)
        • MOS-Microsoft Office Specialist
        • Microsoft 365 Certified
        • Microsoft Certified: Power BI Data Analyst Associate
      • Security Specialist
        • CND-Certified Network Defender
        • CSCU
        • CEH – Certified Ethical Hacker v11
        • CAST 611 – Advanced Penetration Testing
        • CISA – Certified Information Systems Auditor
        • CISM – Certified Information Security Manager
        • CISCO SECURITY
      • Cisco
        • CCNA – Cisco Certified Network Associate
      • ECDL Standard
      • Linux
        • Linux Professional Institute
      • Oracle
        • OCA – Oracle Certified Associate: PL/SQL Developer
        • OCA – Oracle Certified Associate: Database 11g Administrator
        • OCA – Oracle Certified Associate: Database 12c Administrator
      • VMware
      • Project Management Professional ( PMP )
      • Service Management
      • Pearson Vue
    • Solutions
      • For Business
      • For Individuals
      • Training Options
    • Contact
    • More
      • About Us
      • Request Info
      • Become a Trainer
      • News & Events

      Exam 1Z0-144: Oracle Database – Program with PL/SQL

      • Home
      • Exams
      • Exam 1Z0-144: Oracle Database – Program with PL/SQL

      Exam 1Z0-144: Oracle Database – Program with PL/SQL

      Skills Measured:
      Oracle Database 11g: PL/SQL Fundamentals
      • Introduction to PL/SQL
      • Explain the need for PL/SQL
      • Explain the benefits of PL/SQL
      • Identify the different types of PL/SQL blocks
      • Output messages in PL/SQL
      • Declaring PL/SQL Variables
      • Recognize valid and invalid identifiers
      • List the uses of variables, declare and initialize variables, use bind variables
      • List and describe various data types using the %TYPE attribute
      • Writing Executable Statements
      • Identify lexical units in a PL/SQL block
      • Use built-in SQL functions in PL/SQL and sequences in PL/SQL expressions
      • Describe when implicit conversions take place and when explicit conversions have to be dealt with
      • Write nested blocks and qualify variables with labels
      • Write readable code with appropriate indentation
      • Interacting with the Oracle Database Server
      • Create PL/SQL executable blocks using DML and transaction control statements
      • Make use of the INTO clause to hold the values returned by a SQL statement
      • Writing Control Structures
      • Identify the uses and types of control structures (IF, CASE statements and expressions)
      • Construct and identify loop statements
      • Apply guidelines when using conditional control structures
      • Working with Composite Data Types
      • Create user-defined PL/SQL records
      • Create a record with the %ROWTYPE attribute
      • Create an INDEX BY table and INDEX BY table of records
      • Describe the differences among records, tables, and tables of records
      • Using Explicit Cursors
      • Distinguish between usage of implicit and explicit cursors, use SQL cursor attributes
      • Declare and control explicit cursors, use simple loops and cursor FOR loops to fetch data
      • Declare and use cursors with parameters
      • Lock rows with the FOR UPDATE clause and reference the current row with the WHERE CURRENT OF clause
      • Handling Exceptions
      • Define PL/SQL exceptions
      • Recognize unhandled exceptions
      • Handle different types of exceptions (pre-defined exceptions, non-predefined exceptions and user-defined exceptions)
      • Propagate exceptions in nested blocks and call applications
      • Creating Stored Procedures and Functions
      • Differentiate between anonymous blocks and subprograms
      • Create a simple procedure and invoke it from an anonymous block
      • Create a simple function
      • Create a simple function that accepts a parameter
      • Differentiate between procedures and functions
      Oracle Database 11g: Develop PL/SQL Program Units
      • Creating Procedures
      • Differentiate between anonymous blocks and subprograms, use a modularized and layered subprogram design, and identify the benefits of subprograms
      • Create a simple procedure and invoke it from an anonymous block
      • Work with procedures
      • Handle exceptions in procedures, remove a procedure, and display a procedure’s information
      • Creating Functions
      • Differentiate between a procedure and a function
      • Describe the uses of functions
      • Work with functions (create, invoke and remove functions)
      • Creating Packages
      • Identify the benefits and the components of packages
      • Work with packages (create package specification and body, invoke package subprograms, remove a package and display package information)
      • Working with Packages
      • Overload package subp rograms, use forward declarations
      • Create an initialization block in a package body
      • Manage persistent package data states for the life of a session and use PL/SQL tables and records in packages
      • Using Oracle-Supplied Packages in Application Development
      • Describe how the DBMS_OUTPUT package works
      • Use UTL_FILE to direct output to operating system files
      • Describe the main features of UTL_MAIL
      • Using Dynamic SQL
      • Describe the execution flow of SQL statements
      • Use Native Dynamic SQL (NDS)
      • Use the DBMS_SQL package
      • Design Considerations for PL/SQL Code
      • Create standard constants and exceptions
      • Write and call local subprograms
      • Control the run-time privileges of a subprogram
      • Perform autonomous transactions
      • Use NOCOPY hint, PARALLEL ENABLE hint and DETERMINISTIC clause
      • Use bulk binding and the RETURNING clause with DML
      • Creating Triggers
      • Describe different types of triggers and their uses
      • Create database triggers
      • Manage triggers
      • Creating Compound, DDL, and Event Database Triggers
      • Create triggers on DDL statements
      • Create triggers on system events
      • Using the PL/SQL Compiler
      • Describe the new PL/SQL compiler and features
      • Use the new PL/SQL compiler initialization parameters
      • Use the new PL/SQL compile time warnings
      • Managing PL/SQL Code
      • Describe and use conditional compilation
      • Hide PL/SQL source code using dynamic obfuscation and the Wrap utility
      • Managing Dependencies
      • Track and manage procedural dependencies
      Course(s):
      Oracle Database: Program with PL/SQL
      Certification(s):
      OCA – Oracle Certified Associate: PL/SQL Developer
      • Visit us on:

      LEMESOS (LIMASSOL)

      22 Griva Digeni Avenue, 1st floor 3106 Agios Nikolaos (200 m. from the roundabout, near Agios Nikolaos church)

      LEFKOSIA (NICOSIA)

      20 Louki Akrita street, 2064 Strovolos (behind Kykko secondary schools)

      Popular Courses

      Implementing and Administering Cisco Solutions (CCNA)

      Implementing and Administering Cisco Solutions (CCNA)

      Free
      20740: Installation, Storage and Compute with Windows Server 2016 – Official Microsoft Course

      20740: Installation, Storage and Compute with Windows Server 2016 – Official Microsoft Course

      Free
      20697-1: Implementing and Managing Windows 10 – Official Microsoft Course

      20697-1: Implementing and Managing Windows 10 – Official Microsoft Course

      Free

      Limassol Training Center

      22 Griva Digeni Avenue, 1st floor 3106 Agios Nikolaos (200 m. from the roundabout, near Agios Nikolaos church) Lemesos (Limassol), Cyprus

      (+357) 25.37.38.00

       

      Nicosia Training Center

      20 Louki Akrita street, 2064 Strovolos (behind Kykko secondary schools) PO Box 25252, CY-1308 Lefkosia (Nicosia), Cyprus

      (+357) 22 81.81.01

       

      TOP COURSES

      • 20740: Windows Server 2016
      • 20483: Programming in C#
      • 20480: HTML5 ,JavaScript…
      • VMware vSphere
      • Oracle Database: Backup and Recover

      Recommended

      • Security
      • Microsoft
      • Oracle
      • Cisco
      • Linux
      • Adobe

      Contact

      sales@aktina.com.cy

      Developed by AKTINA . IT Training organisation in Cyprus.

      • COURSES
      • CERTIFICATIONS
      • SOLUTIONS
      • CONTACT

      BECOME A TRAINER

      Join our team of trainers and earn money hassle free!

      Get Started Now