|Listed in category:
Have one to sell?

Oracle PL/SQL for DBAs: Security, Scheduling, Performance & More

US $6.07
Condition:
Good
Be the change. All net proceeds from this sale go to charity.
Breathe easy. Returns accepted.
Shipping:
Free Economy Shipping. See detailsfor shipping
Located in: Seattle, Washington, United States
Delivery:
Estimated between Tue, Jun 4 and Sat, Jun 8 to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days returns. Buyer pays for return shipping. See details- for more information about returns
Payments:
      
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:235554497248
Last updated on May 30, 2024 01:48:50 PDTView all revisionsView all revisions

All net proceeds will support Evergreen Goodwill of Northwest Washington

Through free adult basic education and job training programs, Seattle Goodwill helps individuals build new lives and make positive contributions to their families and community.
  • Official eBay for Charity listing. Learn more
  • This sale benefits a verified non-profit partner.

Item specifics

Condition
Good: A book that has been read but is in good condition. Very minimal damage to the cover including ...
ISBN
9780596005870
Publication Year
2005
Type
Textbook
Format
Perfect
Language
English
Publication Name
Oracle PL/Sql for Dbas : Security, Scheduling, Performance and more
Item Height
1in
Author
Steven Feuerstein, Arup Nanda
Item Length
9.1in
Publisher
O'reilly Media, Incorporated
Item Width
7.1in
Item Weight
28.4 Oz
Number of Pages
456 Pages

About this product

Product Information

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 and statistics 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.

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596005873
ISBN-13
9780596005870
eBay Product ID (ePID)
45590588

Product Key Features

Author
Steven Feuerstein, Arup Nanda
Publication Name
Oracle PL/Sql for Dbas : Security, Scheduling, Performance and more
Format
Perfect
Language
English
Publication Year
2005
Type
Textbook
Number of Pages
456 Pages

Dimensions

Item Length
9.1in
Item Height
1in
Item Width
7.1in
Item Weight
28.4 Oz

Additional Product Features

Lc Classification Number
Qa76.73.P258
Table of Content
Preface; PL/SQL for DBAs; About This Book; Conventions Used in This Book; About PL/SQL Versions; Resources for Developing PL/SQL Expertise; About the Code; Using Code Examples; Comments and Questions; Safari® Enabled; Acknowledgments;Chapter 1: Introduction to PL/SQL; 1.1 What Is PL/SQL?; 1.2 Basic PL/SQL Syntax Elements; 1.3 Program Data; 1.4 Control Statements; 1.5 Loops in PL/SQL; 1.6 Exception Handling; 1.7 Records; 1.8 Collections; 1.9 Procedures, Functions, and Packages; 1.10 Querying Data; 1.11 Changing Data; 1.12 Managing Transactions in PL/SQL; 1.13 Database Triggers; 1.14 Dynamic SQL and Dynamic PL/SQL; 1.15 Conclusion: From Fundamentals to Applying PL/SQL;Chapter 2: Cursors; 2.1 Reusing Cursors; 2.2 Using Explicit Cursors Versus Implicit Cursors; 2.3 Soft-Closing Cursors; 2.4 Using Cursors for More Than Queries; 2.5 Conclusion;Chapter 3: Table Functions; 3.1 Why Table Functions?; 3.2 Cursors, Pipelining, and Nesting; 3.3 Parallelizing Table Functions; 3.4 Using Table Functions; 3.5 Table Function Examples; 3.6 Tips for Working with Table Functions; 3.7 Conclusion;Chapter 4: Data Encryption and Hashing; 4.1 Introduction to Encryption; 4.2 Encryption in Oracle9i Database; 4.3 Encryption in Oracle Database 10g; 4.4 Key Management in Oracle Database 10g; 4.5 Transparent Data EncryptiondatabasesTransparent Data Encryption in Oracle Database 10g Release 2; 4.6 Cryptographic Hashing; 4.7 Building a Practical Encryption System; 4.8 Conclusion;Chapter 5: Row-Level Security; 5.1 Introduction to RLS; 5.2 Using RLS; 5.3 RLS in Oracle Database 10g; 5.4 Troubleshooting RLS; 5.5 RLS Interactions with Other Oracle Features; 5.6 Application Contexts; 5.7 Conclusion;Chapter 6: Fine-Grained Auditing; 6.1 Introduction to FGA; 6.2 Customizing FGA; 6.3 Administering FGA; 6.4 FGA in Oracle Database 10g; 6.5 FGA and Other Oracle Auditing Techniques; 6.6 The Challenge of Non-Database Users; 6.7 Troubleshooting FGA; 6.8 Conclusion;Chapter 7: Generating Random Values; 7.1 Generating Random Numbers; 7.2 Generating Characters; 7.3 Checking for Randomness; 7.4 Following Statistical Patterns; 7.5 Conclusion;Chapter 8: Scheduling; 8.1 Why Schedule Jobs from Within Oracle?; 8.2 Managing Jobs; 8.3 Managing the Calendar and Schedule; 8.4 Managing Named Programs; 8.5 Managing Priorities; 8.6 Managing Windows; 8.7 Managing Logging; 8.8 Managing Attributes; 8.9 Conclusion;Appendix A: Quick Reference; A.1 DBMS_OBFUSCATION_TOOLKIT; A.2 DBMS_CRYPTO; A.3 DBMS_RLS; A.4 DBMS_FGA; A.5 DBMS_RANDOM; A.6 DBMS_SCHEDULER;Colophon;
Copyright Date
2005
Target Audience
Scholarly & Professional
Topic
Data Modeling & Design, Desktop Applications / Databases, Programming Languages / Sql, Data Processing
Lccn
2006-273735
Illustrated
Yes
Genre
Computers

Item description from the seller

seattlegoodwillbooks

seattlegoodwillbooks

99.4% positive feedback
1.5M items sold
Joined Dec 2006

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable shipping cost
5.0
Shipping speed
5.0
Communication
5.0

Seller feedback (579,128)

e***4 (81)- Feedback left by buyer.
Past 6 months
Verified purchase
Will buy from this seller again. Fantastic price and I do belive the book was shipped exactly as described. That being said it was shipped in a thin envelope that was about as thick as construction paper and the inside was covered with glue. Book still arrived in decent shape but I think adding some bubble wrap in the future would be a good idea. I'm still giving a 5 star review because it was shipped quickly and I belive when it was given to the post office it was in the described condition.
4***e (115)- Feedback left by buyer.
Past 6 months
Verified purchase
I recently bought a book from this seller on eBay and I'm thoroughly satisfied with the experience. The book arrived exactly as described, in excellent condition. Communication from the seller was clear and timely, making the transaction smooth and reassuring. Shipping was fast, and the book was packaged with care to prevent any damage. Overall, a fantastic purchase experience from a reliable seller. Highly recommended for anyone looking for quality books on eBay.
m***e (25)- Feedback left by buyer.
Past 6 months
Verified purchase
The Item (including all the extra contents ) was received in mint condition (original listing was "good"). The price was also the best that I found and included free shipping (however it took 12 days )The purchase exceeded my expectations! Excellent communications. A++++ seller

Product ratings and reviews

No ratings or reviews yet
Be the first to write the review.