|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn941101385 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160226s2016 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d TEFOD
|d OCLCF
|d TEFOD
|d IDEBK
|d VT2
|d KSU
|d DEBSZ
|d YDXCP
|d DEBBG
|d OCLCQ
|d COO
|d UOK
|d CEF
|d N$T
|d FEM
|d AGLDB
|d BTN
|d AUW
|d INTCL
|d MHW
|d SNK
|d RDF
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 940360586
|a 944310606
|a 968037339
|a 969061362
|
020 |
|
|
|a 9781785282522
|q electronic bk.
|
020 |
|
|
|a 1785282522
|q electronic bk.
|
020 |
|
|
|z 9781785284809
|
020 |
|
|
|z 1785284800
|
029 |
1 |
|
|a DEBSZ
|b 480365830
|
029 |
1 |
|
|a DEBBG
|b BV043968956
|
029 |
1 |
|
|a DEBSZ
|b 485794683
|
029 |
1 |
|
|a GBVCP
|b 88284878X
|
029 |
1 |
|
|a AU@
|b 000062540152
|
035 |
|
|
|a (OCoLC)941101385
|z (OCoLC)940360586
|z (OCoLC)944310606
|z (OCoLC)968037339
|z (OCoLC)969061362
|
037 |
|
|
|a CL0500000718
|b Safari Books Online
|
037 |
|
|
|a 4E2CF1B9-D03E-4906-8294-C414C2850DEB
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.9.D26
|
072 |
|
7 |
|a COM
|x 021000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051170
|2 bisacsh
|
082 |
0 |
4 |
|a 005.74
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Gupta, Saurabh K.,
|e author.
|
245 |
1 |
0 |
|a Advanced Oracle PL/SQL developer's guide :
|b master the advanced concepts of PL/SQL for professional-level certification and learn the new capabilities of Oracle Database 12c /
|c Saurabh K. Gupta.
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a Burmingham, UK :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource :
|b illustrations.
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
490 |
1 |
|
|a Professional experience distilled
|
500 |
|
|
|a Includes index.
|
588 |
|
|
|a Description based on online resource; title from cover page (Safari, viewed February 26, 2016).
|
520 |
8 |
|
|a Annotation
|b The OCP certification is the second milestone for the experienced associate level Oracle professionals which enhances one's credibility in work environment, and catalyzes your employment opportunities. The Packt's book Oracle Advanced PL/SQL Developer Professional Guide helps you to master the advanced PL/SQL concepts in Oracle 11g. The book aims to be a sure selection for the experienced Oracle professionals aspiring for Professional level by writing Oracle certification exam "1Z0-146: Oracle Database 11g: Advanced PL/SQL." The topics covered in the book are in line with the Oracle University prescription for 1Z0-146 certification, which justify the version updates to be advanced and not complex. The book has been reviewed by Oracle ACEs Kamran Agayev, Ronald Rood, Mohan Dutta, and Marcel Hoefs. The book covers the advanced features of PL/SQL which are required to design and optimize the PL/SQL code in database applications. The features like collections, external procedures, server side result caching, enforce row level security using VPD, handling large objects and SecureFiles build up a concrete platform for a PL/SQL professional. Apart from the programming, the book makes instrumental recommendations on the usage of development tool SQL Developer, employing best practices in database environments and safeguarding the vulnerable areas in PL/SQL code to avoid code injection.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Overview of PL/SQL Programming Concepts; Chapter 2: Oracle 12c SQL and PL/SQL New Features; Chapter 3: Designing PL/SQL Code; Chapter 4: Using Collections; Chapter 5: Using Advanced Interface Methods; Chapter 6: Virtual Private Database; Chapter 7: Oracle SecureFiles; Chapter 8: Tuning PL/SQL Code; Chapter 9: Result Cache; Chapter 10: Analyzing, Profiling, and Tracing PL/SQL Code; Chapter 11: Safeguarding PL/SQL Code against SQL injection
|
505 |
8 |
|
|a Chapter 12: Working with Oracle SQL DeveloperIndex; 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; 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; Cursor structures; Cursor variables
|
505 |
8 |
|
|a Implicit statement results in Oracle Database 12cSubtypes; Summary; Practice exercise; 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; 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; Oracle Database Security overview
|
505 |
8 |
|
|a Fine-Grained Access ControlVirtual Private Database; Virtual Private Database metadata; Oracle Database 12c Security enhancements; Summary; Practice exercise; 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; The PL/SQL Compiler; Native and interpreted compilation techniques; Tuning PL/SQL code; Summary; Practice exercise; Oracle Database 11g Result Cache; SQL query Result Cache; PL/SQL Function Result Cache
|
505 |
8 |
|
|a OCI Client results cacheThe DBMS_RESULT_CACHE package; Result cache in Real Application Clusters; Summary; Practice exercise; 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; What is SQL injection?; Preventing SQL injection attacks; Testing the code for SQL injection flaws; Summary; Practice exercise; An overview of SQL Developer; Getting started with SQL Developer; SQL Developer 4.0 and 4.1 New Features; Summary
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Oracle (Computer file)
|
630 |
0 |
7 |
|a Oracle (Computer file)
|2 fast
|
650 |
|
0 |
|a PL/SQL (Computer program language)
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Database design.
|
650 |
|
0 |
|a Database management.
|
650 |
|
6 |
|a PL/SQL (Langage de programmation)
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Bases de données
|x Conception.
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
7 |
|a COMPUTERS / Databases / General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Programming Languages / Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Programming Languages / SQL.
|2 bisacsh
|
650 |
|
7 |
|a Database design
|2 fast
|
650 |
|
7 |
|a Database management
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
650 |
|
7 |
|a PL/SQL (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Erscheint auch als:
|n Druck-Ausgabe
|
830 |
|
0 |
|a Professional experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781785284809/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis34013834
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12852116
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1171945
|
994 |
|
|
|a 92
|b IZTAP
|