Oracle PL/SQL CD Bookshelf

Overview

Computer professionals increasingly rely on the Web, online help, and other online information sources to relieve information pain. Now O'Reilly's "Oracle PL/SQL CD Bookshelf allows convenient online access to updates of favorite O'Reilly Oracle books.

"The Oracle PL/SQL CD Bookshelf contains a powerhouse of Animal books for the Oracle PL/SQL developer—all readable with a web browser on a convenient CD-ROM. A bonus hard-copy book, "Oracle PL/SQL Programming: A Guide to Oracle 8i...

See more details below
Available through our Marketplace sellers.
Other sellers (Paperback)
  • All (25) from $1.99   
  • New (4) from $6.64   
  • Used (21) from $1.99   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$6.64
Seller since Sat Jan 01 01:01:01 EST 2005

Feedback rating:

(116)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
TIA Chambersburg, Pennsylvania, U.S. A 2000 Hardcover New NEW Book, cover/text completely pristine-free of any wear. FREE TRACKING within the US, and email notice when shipped. ... Normally, books are shipped twice a day, with afternoon USPS pickup, or next morning drop-off at the Post Office. We package on Sunday for shipment first thing Monday morning. Your satisfaction guaranteed. We have multiple copies of most books. Email inquiries are welcomed. Thanks for reading all of our boilerplate; -) Read more Show Less

Ships from: Garland, TX

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$20.76
Seller since Tue Jan 01 01:01:01 EST 2008

Feedback rating:

(171)

Condition: New
1565928490 BRAND NEW NEVER USED IN STOCK 125,000+ HAPPY CUSTOMERS SHIP EVERY DAY WITH FREE TRACKING NUMBER

Ships from: fallbrook, CA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$45.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$45.63
Seller since Thu Jan 01 01:01:01 EST 2009

Feedback rating:

(902)

Condition: New
1565928490 *BRAND NEW* Ships Same Day or Next!

Ships from: Springfield, VA

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
Page 1 of 1
Showing All
Close
Sort by
Sending request ...

Overview

Computer professionals increasingly rely on the Web, online help, and other online information sources to relieve information pain. Now O'Reilly's "Oracle PL/SQL CD Bookshelf allows convenient online access to updates of favorite O'Reilly Oracle books.

"The Oracle PL/SQL CD Bookshelf contains a powerhouse of Animal books for the Oracle PL/SQL developer—all readable with a web browser on a convenient CD-ROM. A bonus hard-copy book, "Oracle PL/SQL Programming: A Guide to Oracle 8i Features, is also included.

In addition, the CD-ROM includes the complete text of seven books:

"Oracle PL/SQL Programming; "Advanced PL/SQL Programming; "Oracle Web Applications; "Oracle Built-in Packages; "Oracle PL/SQL Pocket Reference; "Oracle Built-ins Pocket Reference; and "Oracle PL/SQL Programming: A Guide to Oracle 8i Features.

Never has it been easier to learn, or look up, needed information. Formatted in HTML," The Oracle PL/SQL CD Bookshelf can be read by any web browser. The books are fully searchable and cross-referenced. In addition to individual indexes for each book, there's a master index for the entire library.

Read More Show Less

Product Details

  • ISBN-13: 9781565928497
  • Publisher: O'Reilly Media, Incorporated
  • Publication date: 7/1/1900
  • Edition description: BK/CDR/DSK
  • Pages: 285
  • Product dimensions: 7.15 (w) x 9.41 (h) x 0.94 (d)

Table of Contents

Preface xi
1. Oracle8i: A Bounty for PL/SQL Developers 1
What's in Oracle8i Release 8.1? 1
And Then There's Java 2
New PL/SQL Features Roundup 3
2. Choose Your Transaction! 13
Transaction Management in PL/SQL 13
Defining Autonomous Transactions 14
When to Use Autonomous Transactions 16
Rules and Restrictions 18
Examples 23
3. Invoker Rights: Your Schema or Mine? 32
A Look at the Definer Rights Model 32
The Invoker Rights Model 37
One Program, Multiple Schemas 40
Combining the Definer and Invoker Rights Models 45
4. Native Dynamic SQL in Oracle8i 48
DBMS_SQL Versus NDS 49
NDS Statement Summary 51
Multirow Queries with Cursor Variables 56
Binding Variables 63
Working with Objects and Collections 69
Building Applications with NDS 72
NDS Utility Package 80
5. Bulking Up with PL/SQL 8.1 82
Context-Switching Problem Scenarios 83
Bulk DML with the FORALL Statement 85
Bulk Querying with the BULK COLLECT Clause 90
Using Cursor Attributes 96
Analyzing the Impact of Bulk Operations 99
6. New Trigger Features in Oracle8i 102
Triggers on Nested Table View Columns 103
Database-Level Event Triggers 106
Schema-Level Event Triggers 116
7. New and Enhanced Built-in Packages in Oracle8i 120
DBMS_PROFILER: Providing Code Profiling 122
DBMS_TRACE: Providing a PL/SQL Trace Facility 125
DBMS_RLS: Implementing Fine-Grained Access Control 128
UTL_COLL: Using Collection Locators 134
LOB Enhancements 136
New DBMS_AQ Features 141
New DBMS_UTILITY Features 151
8. Deploying Fine-Grained Access Control 153
FGAC Components 154
CREATE CONTEXT: Creating Contexts 155
SET_CONTEXT: Setting Context Attribute Values 157
SYS_CONTEXT and LIST_CONTEXT: Obtaining Context Information 158
A Complete FGAC Example 163
9. Calling Java from PL/SQL 171
Oracle8i and Java 171
Getting Ready to Use Java in Oracle 173
A Simple Demonstration 176
Using loadjava 182
Using dropjava 185
Managing Java in the Database 186
Using DBMS_JAVA and DBMS_JAVA_TEST 188
Publishing and Using Java in PL/SQL 194
Examples 202
10. More Goodies for Oracle8i PL/SQL Developers 210
The NOCOPY Parameter Mode Hint 211
Calling Packaged Functions in SQL 219
SQL99 Compliance 225
SQL Operations on Collections 230
Miscellaneous and Minor Improvements 232
Appendix What's on the Companion Disk? 235
Index 239
Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

    If you find inappropriate content, please report it to Barnes & Noble
    Why is this product inappropriate?
    Comments (optional)