舉報

會員
Advanced Oracle PL/SQL Developer's Guide(Second Edition)
最新章節:
Index
ThisbookisforOracledevelopersresponsiblefordatabasemanagement.ReadersareexpectedtohavebasicknowledgeofOracleDatabaseandthefundamentalsofPL/SQLprogramming.Certificationaspirantscanusethisbooktopreparefor1Z0-146examinationinordertobeanOracleCertifiedProfessionalinAdvancedPL/SQL.
目錄(112章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Overview of PL/SQL Programming Concepts
- Introduction to PL/SQL
- Cursors – an overview
- Exception handling in PL/SQL
- Creating stored procedures
- Functions
- A PL/SQL package
- Oracle Database 12c enhancements to PL/SQL subprograms
- Managing database dependencies
- Reviewing Oracle-supplied packages
- Oracle SQL Developer
- Summary
- Practice exercise
- Chapter 2. Oracle 12c SQL and PL/SQL New Features
- Database consolidation and the new Multitenant architecture
- Oracle 12c SQL and PL/SQL new features
- The Oracle Database 12c (12.1.0.2) In-Memory option
- Summary
- Chapter 3. Designing PL/SQL Code
- Cursor structures
- Cursor variables
- Implicit statement results in Oracle Database 12c
- Subtypes
- Summary
- Practice exercise
- Chapter 4. Using Collections
- Introduction to collections
- Collection types
- Associative arrays
- Nested tables
- Varray
- Comparing the collection types
- Oracle 12c enhancements to collections
- PL/SQL collection methods
- Summary
- Practice exercise
- Chapter 5. Using Advanced Interface Methods
- Overview of External Procedures
- Components of external procedure execution flow
- Executing external C programs from PL/SQL
- Securing External Procedures with Oracle Database 12c
- Executing Java programs from PL/SQL
- Summary
- Practice exercise
- Chapter 6. Virtual Private Database
- Oracle Database Security overview
- Fine-Grained Access Control
- Virtual Private Database
- Virtual Private Database metadata
- Oracle Database 12c Security enhancements
- Summary
- Practice exercise
- Chapter 7. Oracle SecureFiles
- Introduction to Large Objects
- LOB data types in Oracle
- Oracle SecureFiles
- Working with LOBs
- Migrating LONG to LOBs
- Migrating BasicFiles to SecureFiles
- Oracle Database 12c enhancements to SecureFiles
- Summary
- Practice exercise
- Chapter 8. Tuning the PL/SQL Code
- The PL/SQL Compiler
- Native and interpreted compilation techniques
- Tuning PL/SQL code
- Summary
- Practice exercise
- Chapter 9. Result Cache
- Oracle Database 11g Result Cache
- SQL query Result Cache
- PL/SQL Function Result Cache
- OCI Client results cache
- The DBMS_RESULT_CACHE package
- Result cache in Real Application Clusters
- Summary
- Practice exercise
- Chapter 10. Analyzing Profiling and Tracing PL/SQL Code
- A sample PL/SQL program
- Tracking PL/SQL coding information
- Determining identifier types and usages
- The DBMS_METADATA package
- Tracing PL/SQL programs using DBMS_TRACE
- Profiling PL/SQL code
- Summary
- Practice exercise
- Chapter 11. Safeguarding PL/SQL Code against SQL injection
- What is SQL injection?
- Preventing SQL injection attacks
- Testing the code for SQL injection flaws
- Summary
- Practice exercise
- Chapter 12. Working with Oracle SQL Developer
- An overview of SQL Developer
- Getting started with SQL Developer
- SQL Developer 4.0 and 4.1 New Features
- Summary
- Index 更新時間:2021-08-20 10:44:10
推薦閱讀
- Learning C++ Functional Programming
- Instant 960 Grid System
- Building a Recommendation Engine with Scala
- 面向對象程序設計(Java版)
- Create React App 2 Quick Start Guide
- 第一行代碼 C語言(視頻講解版)
- Java網絡編程實戰
- Java零基礎實戰
- Python Essentials
- 零基礎學C語言第2版
- Couchbase Essentials
- Hadoop 2.X HDFS源碼剖析
- BeagleBone Robotic Projects(Second Edition)
- 遠方:兩位持續創業者的點滴思考
- 監控的藝術:云原生時代的監控框架
- Apache Solr PHP Integration
- LabVIEW數據采集
- 每個人的Python:數學、算法和游戲編程訓練營
- SaaS攻略:入門、實戰與進階
- PHP程序設計高級教程
- INSTANT Apache Maven Starter
- C++程序設計教程(第3版)(通用版)
- Balsamiq Wireframes Quickstart Guide
- Ascend C異構并行程序設計:昇騰算子編程指南
- Python數據分析實戰
- C++趣味編程及算法入門
- Applied Unsupervised Learning with Python
- 你不知道的JavaScript(下卷)
- Python編程300例:快速構建可執行高質量代碼
- 智能風控平臺:架構、設計與實現