- Oracle SQL Developer
- Ajith Narayanan
- 178字
- 2021-07-16 09:39:09
Chapter 4. Working with PL/SQL
Unique to the Oracle database, PL/SQL code forms the core of many Oracle database applications. Whether a database-centric application or one using open source technologies, if the Oracle database underpins the application, PL/SQL code is almost certainly present and is stored in the database or sent in blocks of code to the database for execution. PL/SQL is a language extension to SQL, offering a procedural language structure in the Oracle Database, which is required for more complex application development. SQL Developer supports PL/SQL development by allowing you to work with text files or develop and test code directly against the database.
In this section, we will review this support and show you how to create, compile, and debug PL/SQL and look at a number of useful features available to facilitate writing PL/SQL. This chapter is not about teaching PL/SQL or best practice programming techniques. Instead, the examples used here serve to illustrate how the tool might be used and are based on the many coding examples available in the Oracle documentation.
- Learn Type:Driven Development
- Vue.js前端開發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- Production Ready OpenStack:Recipes for Successful Environments
- x86匯編語言:從實(shí)模式到保護(hù)模式(第2版)
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Hands-On C++ Game Animation Programming
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- 算法訓(xùn)練營:提高篇(全彩版)
- Elasticsearch Server(Third Edition)
- Windows內(nèi)核編程
- Visual Studio 2015高級(jí)編程(第6版)
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺(tái)游戲
- Python Interviews
- Mastering Concurrency in Python
- Isomorphic Go