Cargando…

Expert PL/SQL practices : for Oracle developers and DBAs /

Expert PL/SQL Practices is a book of collected wisdom on PL/SQL programming from some of the best and the brightest in the field. Each chapter is a deep-dive into a specific problem, technology, or feature set that you'll face as a PL/SQL programmer. Each author has chosen their topic out of th...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Otros Autores: Beresniewicz, John
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress : Distributed to the Book trade worldwide by Springer Science+Business Media, ©2011.
Colección:Expert's voice in Oracle.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn768420561
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 111215s2011 nyua ob 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d COO  |d E7B  |d B24X7  |d EBLCP  |d UMI  |d OCLCQ  |d DEBSZ  |d IDEBK  |d OCLCQ  |d BEDGE  |d OCLCQ  |d MEAUC  |d YDXCP  |d OCLCF  |d A7U  |d OCLCQ  |d TXI  |d OCLCQ  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d VT2  |d IOG  |d OCLCQ  |d OCLCO  |d CEF  |d INT  |d U3W  |d AU@  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d OCLCQ  |d OCLCO  |d LEAUB  |d UKAHL  |d OL$  |d OCLCQ  |d OCLCO  |d CNCEN  |d DCT  |d ERF  |d OCLCQ  |d BRF  |d OCLCO  |d OCLCQ  |d TAC  |d OCLCO  |d OCLCQ  |d INARC 
019 |a 774295731  |a 784364574  |a 793358861  |a 857251245  |a 900603745  |a 1005785158  |a 1058114797  |a 1064030416  |a 1086900368  |a 1105769439  |a 1110770498  |a 1112521291  |a 1129343464  |a 1162734503  |a 1192338903  |a 1240513751  |a 1302704026  |a 1355685010 
020 |a 9781430234869  |q (electronic bk.) 
020 |a 1430234865  |q (electronic bk.) 
020 |z 9781430234852 
020 |z 1430234857 
024 7 |a 10.1007/978-1-4302-3486-9  |2 doi 
024 8 |a 9781430234852 
029 1 |a AU@  |b 000048771050 
029 1 |a AU@  |b 000053278465 
029 1 |a AU@  |b 000060583590 
029 1 |a AU@  |b 000067106120 
029 1 |a DEBBG  |b BV040901459 
029 1 |a DEBSZ  |b 378287567 
029 1 |a DEBSZ  |b 38137498X 
029 1 |a DEBSZ  |b 397270259 
029 1 |a NZ1  |b 14263655 
035 |a (OCoLC)768420561  |z (OCoLC)774295731  |z (OCoLC)784364574  |z (OCoLC)793358861  |z (OCoLC)857251245  |z (OCoLC)900603745  |z (OCoLC)1005785158  |z (OCoLC)1058114797  |z (OCoLC)1064030416  |z (OCoLC)1086900368  |z (OCoLC)1105769439  |z (OCoLC)1110770498  |z (OCoLC)1112521291  |z (OCoLC)1129343464  |z (OCoLC)1162734503  |z (OCoLC)1192338903  |z (OCoLC)1240513751  |z (OCoLC)1302704026  |z (OCoLC)1355685010 
037 |a CL0500000136  |b Safari Books Online 
050 4 |a QA76.73.P258  |b E97 2011eb 
072 7 |a COM021000  |2 bisacsh 
072 7 |a UMT  |2 bicssc 
072 7 |a UN  |2 bicssc 
082 0 4 |a 005.74  |2 23 
049 |a UAMI 
245 0 0 |a Expert PL/SQL practices :  |b for Oracle developers and DBAs /  |c John Beresniewicz [and others]. 
260 |a [New York] :  |b Apress :  |b Distributed to the Book trade worldwide by Springer Science+Business Media,  |c ©2011. 
300 |a 1 online resource (xxii, 490 pages) :  |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 
490 1 |a The expert's voice in Oracle 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
520 |a Expert PL/SQL Practices is a book of collected wisdom on PL/SQL programming from some of the best and the brightest in the field. Each chapter is a deep-dive into a specific problem, technology, or feature set that you'll face as a PL/SQL programmer. Each author has chosen their topic out of the strong belief that what they share can make a positive difference in the quality and scalability of code that you write. The path to mastery begins with syntax and the mechanics of writing statements to make things happen. If you've reached that point with PL/SQL, then let the authors of Expert PL/SQL Practices show you how to combine syntax and mechanics with features and techniques to really make the language sing. You'll learn to do more with less effort, to write code that scales and performs well, and to eliminate and avoid defects. These authors are passionate about PL/SQL and the power it places at your disposal. They want you to succeed, to know all that PL/SQL can offer. Let Expert PL/SQL Practices open your eyes to the full power of Oracle's world-class language for the database engine. Goes beyond the manual to cover good techniques and best practices Delivers knowledge usually gained only by hard experience Covers the functionality that distinguishes PL/SQL as a powerful and scalable programming language for deploying logic inside the database engine. 
505 0 |a Know when it is best to use PL/SQL, and when to avoid it -- Move data efficiently using bulk SQL operations -- Write code that scales through pipelining, parallelism, and profiling -- Choose the right PL/SQL cursor type for any given application -- Reduce coding errors through sound development practices such as unit-testing -- Create and execute SQL and PL/SQL dynamically at runtime. 
542 |f Copyright © Apress  |g 2011 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Oracle (Computer file) 
630 0 7 |a Oracle (Computer file)  |2 blmlsh 
630 0 7 |a Oracle (Computer file)  |2 fast  |0 (OCoLC)fst01363816 
650 0 |a PL/SQL (Computer program language) 
650 6 |a PL/SQL (Langage de programmation) 
650 7 |a Informatique.  |2 eclas 
650 7 |a PL/SQL (Computer program language)  |2 fast  |0 (OCoLC)fst01049863 
700 1 |a Beresniewicz, John. 
776 0 8 |i Print version:  |t Expert PL/SQL practices.  |d [New York] : Apress : Distributed to the book trade worldwide by Springer Science+Business Media, ©2011  |z 9781430234852  |w (OCoLC)724667108 
830 0 |a Expert's voice in Oracle. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430234852/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n expertplsqlpract0000unse 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28323512 
938 |a Books 24x7  |b B247  |n bks00045315 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL883741 
938 |a ebrary  |b EBRY  |n ebr10520962 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26005036 
938 |a YBP Library Services  |b YANK  |n 7342921 
994 |a 92  |b IZTAP