Oracle Quest

Oracle Quest

Author: Lisa DeGroodt

Publisher: iUniverse

Published: 2006-07

Total Pages: 193

ISBN-13: 0595396046

DOWNLOAD EBOOK

How do you lose the magic of your childhood? By growing up and discovering that rent, food, and health insurance take the place of pixie dust, fairytales and imagination. Just when she's resigned herself to the boring fate of being an adult, imagine Katie Gaber's surprise when she finds herself thrust into a parallel dimension to our own, a Land where she is an all powerful Oracle. In the Land, Katie embarks on an historic quest to save the Prince of the Land and restore him to the throne before Evil manages to upset the delicate balance between good and evil in an effort to overtake the dimension. Along the way she rediscovers magic and herself, and comes to rely on both to reach the fulfillment of her journey. The first in a series, Oracle Quest introduces you to a world where the ordinary become extraordinary, and where one person can, indeed, make a difference.


Oracle PL/SQL Programming

Oracle PL/SQL Programming

Author: Steven Feuerstein

Publisher: "O'Reilly Media, Inc."

Published: 2005-08-22

Total Pages: 1198

ISBN-13: 0596009771

DOWNLOAD EBOOK

The latest edition of this classic reference has been updated to cover Oracle Database 10g. Among the Oracle 10g features examined include regular expression support, native compilation, and new datatypes. The book also includes discussions on language syntax, how to build real applications, and how to apply best practices. Written by the world's foremost PL/SQL authority, Steven Feuerstein.


Camelot Oracle

Camelot Oracle

Author: John Matthews

Publisher: Eddison Books Limited

Published: 2012-10-03

Total Pages: 0

ISBN-13: 9781859063644

DOWNLOAD EBOOK

The Camelot Oracle is a card system - not a tarot - that allows people to explore the Arthurian archetypes, adopt champions and embark on adventurous journeys of self-discovery using the cards and a brilliant and amazing map.


Oracle in a Nutshell

Oracle in a Nutshell

Author: Rick Greenwald

Publisher: "O'Reilly Media, Inc."

Published: 2003

Total Pages: 936

ISBN-13: 9780596003364

DOWNLOAD EBOOK

Oracle Languages - Syntax summary for SQL language statements, SQL function calls PL/SQL language statements and characteristics, PL/SQL built-in package headers, and Java (JDBC and SQLJ) interfaces to the Oracle database.


Oracle PL/SQL for DBAs

Oracle PL/SQL for DBAs

Author: Arup Nanda

Publisher: "O'Reilly Media, Inc."

Published: 2005-10-31

Total Pages: 458

ISBN-13: 1449378994

DOWNLOAD EBOOK

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.


Oracle Tuning

Oracle Tuning

Author: Donald K. Burleson

Publisher: Rampant TechPress

Published: 2010

Total Pages: 1150

ISBN-13: 0979795192

DOWNLOAD EBOOK

For Oracle tuning professionals wishing to add more tools to their Oracle tuning toolbox, this guidebook introduces the various tuning analytical tools and helpful strategies to make the database easier to use. Details describe how to extract information from the database and use it to determine and increase efficiency. It also provides specific steps with detailed information on how to congeal large amounts of database performance information into one pool from which the DBA can carefully choose tuning options based on what is predicted, all to give them the biggest improvement in performance for the least time and money investment. Sample code, sample code results, and guidelines on how to interpret the results help users manipulate code in an effective way. With countless hints, tips, and tools, the guide fully explains how to work with the Oracle system on order to achieve database performance excellence.


Oracle Collaboration Suite Handbook

Oracle Collaboration Suite Handbook

Author: Ronald J. Zapar

Publisher: McGraw Hill Professional

Published: 2007-03-13

Total Pages: 449

ISBN-13: 0071509232

DOWNLOAD EBOOK

Maximize the Capabilities of Oracle Collaboration Suite Facilitate enterprisewide communication, data sharing, and team work using Oracle Collaboration Suite 10g and the in-depth information contained in this Oracle Press guide. Oracle Collaboration Suite Handbook explains how to install, implement, manage, and optimize the suite in an enterprise environment. You'll discover how you can use this powerful tool to securely, reliably, and cost-effectively enable real-time collaboration, streamline business processes, simplify data distribution, and consolidate corporate information. Tailor a system-specific Oracle Collaboration Suite environment Install the Infrastructure Tier, Datastore Tier, and Applications Tier Perform successful migrations to Oracle Collaboration Suite 10g Create, manage, monitor, and delete user accounts with provisioning Control processes, components, and subcomponents from the command line and the Enterprise Manager Browser interface Perform reliable full and partial database backups and restores Monitor, analyze, and act on system log files Administer applications, application components, and program functionality Manipulate unstructured data using intelligent containers and Oracle Content Services


Oracle PL/SQL Best Practices

Oracle PL/SQL Best Practices

Author: Steven Feuerstein

Publisher: "O'Reilly Media, Inc."

Published: 2007-10-22

Total Pages: 295

ISBN-13: 0596551525

DOWNLOAD EBOOK

In this compact book, Steven Feuerstein, widely recognized as one of the world's leading experts on the Oracle PL/SQL language, distills his many years of programming, teaching, and writing about PL/SQL into a set of best practices-recommendations for developing successful applications. Covering the latest Oracle release, Oracle Database 11gR2, Feuerstein has rewritten this new edition in the style of his bestselling Oracle PL/SQL Programming. The text is organized in a problem/solution format, and chronicles the programming exploits of developers at a mythical company called My Flimsy Excuse, Inc., as they write code, make mistakes, and learn from those mistakes-and each other. This book offers practical answers to some of the hardest questions faced by PL/SQL developers, including: What is the best way to write the SQL logic in my application code? How should I write my packages so they can be leveraged by my entire team of developers? How can I make sure that all my team's programs handle and record errors consistently? Oracle PL/SQL Best Practices summarizes PL/SQL best practices in nine major categories: overall PL/SQL application development; programming standards; program testing, tracing, and debugging; variables and data structures; control logic; error handling; the use of SQL in PL/SQL; building procedures, functions, packages, and triggers; and overall program performance. This book is a concise and entertaining guide that PL/SQL developers will turn to again and again as they seek out ways to write higher quality code and more successful applications. "This book presents ideas that make the difference between a successful project and one that never gets off the ground. It goes beyond just listing a set of rules, and provides realistic scenarios that help the reader understand where the rules come from. This book should be required reading for any team of Oracle database professionals." --Dwayne King, President, KRIDAN Consulting


Oracle Database 11g

Oracle Database 11g

Author: Sam Alapati

Publisher: Apress

Published: 2008-03-09

Total Pages: 621

ISBN-13: 1430204699

DOWNLOAD EBOOK

This brilliant new book gives readers the lowdown on the most important new features in the latest release of Oracle's flagship database product. Authors Sam Alapati and Charles Kim are experienced database administrators who go beyond regurgitating Oracle's new feature documentation to report on "what's new that really matters." Readers whose careers are bound up in Oracle's database system need to know what's new. Sam and Charles deliver with a rigor and candor that will help readers choose the best of the new features to apply in their own environments.