410 likes | 541 Vues
This guide provides an introduction to PL/SQL, a powerful programming language used in Oracle databases. Learn the fundamentals, including writing and executing PL/SQL programs in SQL*Plus. Explore essential concepts such as data type conversion functions, character string manipulation, and debugging techniques for your PL/SQL applications. Whether you're a beginner or looking to enhance your skills, this lesson will equip you with the knowledge needed to leverage PL/SQL effectively in your database work.
E N D
1. A Guide to Oracle9i 1 Introduction to PL/SQL Chapter 4
2. A Guide to Oracle9i 2 Lesson A Objectives Learn the fundamentals of the PL/SQL programming language
Write and execute PL/SQL programs in SQL*Plus
Understand PL/SQL data type conversion functions
Manipulate character strings in PL/SQL programs
Learn how to debug PL/SQL programs
3. A Guide to Oracle9i 3 Fundamentals of PL/SQL Full-featured programming language An interpreted language Type in editor, execute in SQL*Plus