Oracle9i Instant PL/SQL Scripts

Oracle9i Instant PL/SQL Scripts PDF Author: Kevin Loney
Publisher: McGraw-Hill Companies
ISBN:
Category : Oracle (Computer file)
Languages : en
Pages : 630

Get Book

Book Description
This text provides readers with a comprehensive collection of SQL and PL/SQL scripts. It is organized into chapters by function and each script is fully documented with sample results shown. Readers can understand how the script works, learn to customize the script with confidence, and act properly on the script's results. Features include: scripts specifically for Oracle9i; a CD-ROM including major scripts from book; CD-icon with script name next to scripts that appear on the CD to allow for a quick search; a list of scripts and a brief description at the beginning of each chapter; and Programmer's Notes and Annotations that provide expert explanations on the scripts and how they can be customized.

Oracle9i Instant PL/SQL Scripts

Oracle9i Instant PL/SQL Scripts PDF Author: Kevin Loney
Publisher: McGraw-Hill Companies
ISBN:
Category : Oracle (Computer file)
Languages : en
Pages : 630

Get Book

Book Description
This text provides readers with a comprehensive collection of SQL and PL/SQL scripts. It is organized into chapters by function and each script is fully documented with sample results shown. Readers can understand how the script works, learn to customize the script with confidence, and act properly on the script's results. Features include: scripts specifically for Oracle9i; a CD-ROM including major scripts from book; CD-icon with script name next to scripts that appear on the CD to allow for a quick search; a list of scripts and a brief description at the beginning of each chapter; and Programmer's Notes and Annotations that provide expert explanations on the scripts and how they can be customized.

Learning Oracle PL/SQL

Learning Oracle PL/SQL PDF Author: Bill Pribyl
Publisher: "O'Reilly Media, Inc."
ISBN: 0596001800
Category : Computers
Languages : en
Pages : 424

Get Book

Book Description
"Learning Oracle PL/SQL" introduces PL/SQL in a way that's useful to a variety of audiences: beginning programmers, new Oracle database administrators, and developers familiar with other databases who now need to learn Oracle. A consistent and understandable example application--the development of a library's electronic catalog system--runs through the chapters.

Oracle PL/SQL Programming

Oracle PL/SQL Programming PDF Author: Steven Feuerstein
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596003814
Category : Computers
Languages : en
Pages : 1028

Get Book

Book Description
The authors have revised and updated this bestseller to include both the Oracle8i and new Oracle9i Internet-savvy database products.

Oracle SQL & PL/SQL Annotated Archives

Oracle SQL & PL/SQL Annotated Archives PDF Author: Kevin Loney
Publisher: McGraw-Hill/Osborne Media
ISBN:
Category : Oracle (Computer file)
Languages : en
Pages : 618

Get Book

Book Description
SQL and PL/SQL are the languages used to program Oracle databases and manipulate their data. This title provides hundreds of ready-to-run SQL and PL/SQL scripts to programmers on the CD-ROM. Also featured are thousands of lines of annotated code providing in-depth understanding how to use and customize each program.

Oracle9i PL/SQL Programming

Oracle9i PL/SQL Programming PDF Author: Scott Urman
Publisher: McGraw-Hill Osborne Media
ISBN: 9780072191479
Category : Computers
Languages : en
Pages : 668

Get Book

Book Description
From the authorized Oracle Press comes a complete guide to developing robust PL/SQL applications. The book contains new information on development tools, datatypes, SQL commands and functions, and much more. The CD-ROM contains sample code plus a sampling of development environments covered in the book.

Mastering Oracle SQL

Mastering Oracle SQL PDF Author: Sanjay Mishra
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596001292
Category : Computers
Languages : en
Pages : 340

Get Book

Book Description
If you work with Oracle in any capacity, whether as a Java programmer, Database Administrator, or PL/SQL programmer, chances are good that you write SQL statements to query for data within the database. Knowledge of SQL, and particularly of Oracle's implementation of SQL, is the key to writing good queries in a timely manner. In this book, authors Sanjay Mishra and Alan Beaulieu share their knowledge of Oracle SQL, and show you many creative techniques that you can use to advantage in your own applications. Book jacket.

Oracle PL/SQL for DBAs

Oracle PL/SQL for DBAs PDF Author: Arup Nanda
Publisher: "O'Reilly Media, Inc."
ISBN: 1449378994
Category : Computers
Languages : en
Pages : 458

Get Book

Book Description
PL/SQL, Oracle's powerful procedural language, has been the cornerstone of Oracle application development for nearly 15 years. Although primarily a tool for developers, PL/SQL has also become an essential tool for database administration, as DBAs take increasing responsibility for site performance and as the lines between developers and DBAs blur. Until now, there has not been a book focused squarely on the language topics of special concern to DBAs Oracle PL/SQL for DBAs fills the gap. Covering the latest Oracle version, Oracle Database 10g Release 2 and packed with code and usage examples, it contains: A quick tour of the PL/SQL language, providing enough basic information about language fundamentals to get DBAs up and running Extensive coverage of security topics for DBAs: Encryption (including both traditional methods and Oracle's new Transparent Data Encryption, TDE); Row-Level Security(RLS), Fine-Grained Auditing (FGA); and random value generation Methods for DBAs to improve query and database performance with cursors and table functions Coverage of Oracle scheduling, which allows jobs such as database monitoring andstatistics gathering to be scheduled for regular execution Using Oracle's built-in packages (DBMS_CRYPTO, DBMS_RLS, DBMS_FGA, DBMS_RANDOM,DBMS_SCHEDULING) as a base, the book describes ways of building on top of these packages to suit particular organizational needs. Authors are Arup Nanda, Oracle Magazine 2003 DBA of the Year, and Steven Feuerstein, the world's foremost PL/SQL expert and coauthor of the classic reference, Oracle PL/SQL Programming. DBAs who have not yet discovered how helpful PL/SQL can be will find this book a superb introduction to the language and its special database administration features. Even if you have used PL/SQL for years, you'll find the detailed coverage in this book to be an invaluable resource.

Oracle9i PL/SQL

Oracle9i PL/SQL PDF Author: Bulusu Lakshman
Publisher: Apress
ISBN: 1430211547
Category : Computers
Languages : en
Pages : 668

Get Book

Book Description
Developers using PL/SQL 9i as an environment for corporate applications will find detailed technical information and practical tips in Lakshman's book.

Oracle SQL and PL/SQL Handbook

Oracle SQL and PL/SQL Handbook PDF Author: John Adolph Palinski
Publisher: Addison-Wesley Professional
ISBN: 9780201752946
Category : Computers
Languages : en
Pages : 532

Get Book

Book Description
CD-ROM contains: Practice database -- Sample scripts reference in text.

Oracle PL/SQL Programming

Oracle PL/SQL Programming PDF Author: Steven Feuerstein
Publisher: "O'Reilly Media, Inc."
ISBN: 1449379389
Category : Computers
Languages : en
Pages : 1304

Get Book

Book Description
This book is the definitive reference on PL/SQL, considered throughout the database community to be the best Oracle programming book available. Like its predecessors, this fifth edition of Oracle PL/SQL Programming covers language fundamentals, advanced coding techniques, and best practices for using Oracle's powerful procedural language. Thoroughly updated for Oracle Database 11g Release 2, this edition reveals new PL/SQL features and provides extensive code samples, ranging from simple examples to complex and complete applications, in the book and on the companion website. This indispensable reference for both novices and experienced Oracle programmers will help you: Get PL/SQL programs up and running quickly, with clear instructions for executing, tracing, testing, debugging, and managing PL/SQL code Optimize PL/SQL performance with the aid of a brand-new chapter in the fifth edition Explore datatypes, conditional and sequential control statements, loops, exception handling, security features, globalization and localization issues, and the PL/SQL architecture Understand and use new Oracle Database 11g features, including the edition-based redefinition capability, the function result cache, the new CONTINUE statement, fine-grained dependency tracking, sequences in PL/SQL expressions, supertype invocation from subtypes, and enhancements to native compilation, triggers, and dynamic SQL Use new Oracle Database 11g tools and techniques such as PL/Scope, the PL/SQL hierarchical profiler, and the SecureFiles technology for large objects Build modular PL/SQL applications using procedures, functions, triggers, and packages