All counter of AlamanShop


Benjamin Rosenzweig, Elena Silvestrova Rakhimov
Oracle PL/SQL by Example (4th Edition) (Prentice Hall PTR Oracle Series)

2008 y.
Publisher: —
Description: This integrated learning solution teaches all the Oracle PL/SQL skills you need, hands-on, through real-world labs, extensive examples, exercises, and projects! Completely updated for Oracle 11g, Oracle PL/SQL by Example, Fourth Edition covers all the fundamentals, from PL/SQL syntax and program control through packages and Oracle 11g’s significantly improved triggers. One step at a time, you’ll walk through every key task, discovering the most important PL/SQL programming techniques on your own. Building on your hands-on learning, the authors share solutions that offer deeper insights and proven best practices. End-of-chapter projects bring together all the techniques you’ve learned, strengthening your understanding through real-world practice. This book’s approach fully reflects the authors’ award-winning experience teaching PL/SQL programming to professionals at Columbia University. New database developers and DBAs can use its step-by-step instructions to get productive… [detailed...]

ISBN: 0137144229
Book size: —; Page extent: 768.

 

PUT TO
THE BASKET
Robin Schumacher
Oracle Performance Troubleshooting: With Dictionary Internals, SQL &, Tuning Scripts (Oracle In-Focus series)

— y.
Publisher: —
Description: A reference for any Oracle database administrators who must ensure the consistency of data across distributed platforms, this book is for those administrators who recognize the benefits of distributing Oracle data. The intricacies of Oracle multi-master replication are described, and working code examples of complex multi-master replication are provided. Also included is information on Oracle replication tuning and monitoring. [detailed...]

ISBN: 0972751343
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Edward Whalen, Mitchell Schroeter
Oracle Performance Tuning

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0672321467
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Terry Sanchez
Oracle Pl/sql Interview Questions, Answers, And Explanations: Oracle Pl/sql Faq (Oracle Interview Questions)

2006 y.
Publisher: —
Description: - [detailed...]

ISBN: 1933804211
Book size: —; Page extent: 268.

 

PUT TO
THE BASKET
Arup Nanda, Donald K. Burleson
Oracle Privacy Security Auditing: Includes Federal Law Compliance with HIPAA, Sarbanes-Oxley &, The Gramm-Leach-Bliley Act GLB

2003 y.
Publisher: Rampant Techpress
Description: Sharing secrets for the effective creation of auditing mechanisms for Health/Insurance Portability and Accountability Act of 1996 (HIPAA) compliant Oracle systems, this book demonstrates how the HIPAA framework provides complete security access and auditing for Oracle database information. Complete details for using Oracle auditing features, including auditing from Oracle redo logs, using system-level triggers, and using Oracle9i fine-grained auditing (FGA) for auditing of the retrieval of sensitive information, are provided. Examples from all areas of auditing are covered and include working scripts and code snippets. Also discussed are the use of the Oracle9i LogMiner to retrieve audits of database updates and how to implement all Oracle system-level triggers for auditing, including DDL triggers, server error triggers, and login and logoff triggers. Формат: 15,5 см х 23 см. [detailed...]

ISBN: 0-9727513-9-4
Book size: —; Page extent: 786.

 

PUT TO
THE BASKET
Arup Nanda, Donald K. Burleson
Oracle Privacy Security Auditing: Includes Federal Law Compliance with HIPAA, Sarbanes-Oxley &, The Gramm-Leach-Bliley Act GLB

2003 y.
Publisher: Rampant Techpress
Description: Sharing secrets for the effective creation of auditing mechanisms for Health/Insurance Portability and Accountability Act of 1996 (HIPAA) compliant Oracle systems, this book demonstrates how the HIPAA framework provides complete security access and auditing for Oracle database information. Complete details for using Oracle auditing features, including auditing from Oracle redo logs, using system-level triggers, and using Oracle9i fine-grained auditing (FGA) for auditing of the retrieval of sensitive information, are provided. Examples from all areas of auditing are covered and include working scripts and code snippets. Also discussed are the use of the Oracle9i LogMiner to retrieve audits of database updates and how to implement all Oracle system-level triggers for auditing, including DDL triggers, server error triggers, and login and logoff triggers. [detailed...]

ISBN: 0972751394
Book size: —; Page extent: 400.

 

PUT TO
THE BASKET
Mike Ault, Robert G. Freeman, John Garmany
Oracle RAC &, Grid Tuning with Solid-state Disk: Expert Secrets for High Performance Clustered Grid Computing (Oracle In-Focus series)

2006 y.
Publisher: —
Description: This guide to leveraging RAM-SAN technology shows Oracle DBAs how to create fast Oracle9i RAC databases. Techniques for leveraging RAM disk in an Oracle RAC and Grid environment are demonstrated including changes to initialization parameters and the selective use of SSD in large database environments (UNDO, REDO, and TEMP tablespaces on solid-state disk). [detailed...]

ISBN: 0976157357
Book size: —; Page extent: 200.

 

PUT TO
THE BASKET
Murali Vallath
Oracle Real Application Clusters

— y.
Publisher: —
Description: Clustered configuration first hit the scene nearly 20 years ago when Digital Equipment Corporation (DEC) introduced the VaxCluster. Until now, the topic of Real Application Clusters (RAC) implementation had never been fully explored. For the first time, Murali Vallath dissects RAC mysteries in his book Oracle Real Application Clusters to enlighten and educate readers on the internals of RAC operations, cache fusion, fusion recovery processes and the fast reconfiguration of RAC. This book provides comprehensive coverage of the features, technology and principles of RAC that is part of the Oracle9i release of Oracle`s RDBMS product. It is divided into three main parts: application/database design, development and maintenance life cycles. Compared toits predecessor OPS, the architecture behind RAC implementation have changed significantly. Vallath discusses Oracle9i features in a RAC implementation with respect to usage and design considerations, as well as those parameters that… [detailed...]

ISBN: 1555582885
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Jonathan Gennick, Peter Linsley
Oracle Regular Expressions Pocket Reference

— y.
Publisher: —
Description: Support for regular expressions in SQL and PL/SQL is one of the most exciting features of Oracle Database 10G. Oracle has long supported the ANSI-standard LIKE predicate for rudimentary pattern matching, but regular expressions take pattern matching to a new level. They provide a powerful way to select data that matches a pattern, as well as to manipulate, rearrange, and change that data. This concise pocket guide is part tutorial and part quick-reference. It`s suitable for those who have never used regular expressions before, as well as those who have experience with Perl and other languages supporting regular expressions. The book describes Oracle Database 10G`s support for regular expressions, including globalization support and differences between Perl`s syntax and the POSIX syntax supported by Oracle 10G. It also provides a comprehensive reference, including examples, to all supported regular expression operators, functions, and error messages. O`Reilly`s Pocket References… [detailed...]

ISBN: 0596006012
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Kimberly Floss
Oracle SQL Tuning &, CBO Internals

— y.
Publisher: —
Description: As Oracle professionals are challenged to create SQL statements that will support thousands of concurrent executions with sub-second response time, this book’s timing is critical as tuning Oracle SQL has become the single most important skill of the Oracle professional. While not appropriate for the beginner, this book allows senior Oracle professionals to explore important internal mechanisms within Oracle and the powerful and complex internals of Oracle SQL execution. Topics include the internals of Oracle cost-based SQL optimizer, SQL execution internals within the library cache, Oracle SQL coding and optimization techniques, and Oracle index internals. Also included is a ready-to-use code depot full of working SQL tuning scripts, which allow for quick optimization of the SQL and indexes inside the Oracle database. [detailed...]

ISBN: 0974599336
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Mark Gurry
Oracle SQL Tuning Pocket Reference

— y.
Publisher: —
Description: One of the most important challenges faced by Oracle database administrators and Oracle developers is the need to tune SQL statements so that they execute efficiently. In this book, Mark Gurry shares his in-depth knowledge of Oracle`s SQL statement optimizers. Mark`s knowledge is the result of many hard-fought tuning battles during his many years of providing Oracle tuning services to clients. Mark provides insights into the workings of the rule-based optimizer that go well beyond what the rules tell you. Mark also provides solutions to many common problems that occur with both the rule-based and cost-based optimizers. In addition to the specific problem/solution scenarios for the optimizers, Mark provides a number of handy SQL tuning tips. He discusses the various optimizer hints, telling you when they can be used to good effect. Finally, Mark discusses the use of the DBMS_STATS package to manage database statistics, and the use of outlines to specify execution plans… [detailed...]

ISBN: 0596002688
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Linda Preece, Linda Preece
Oracle SQL and Introductory PL/SQL

— y.
Publisher: —
Description: Introduction to SQL and PL/SQL is today`s most hands-on and easy-to-understand resource for learning the increasingly important SQL and PL/SQL databases and preparing for the first Oracle certification exam. Two sample databases build on concepts taught in each chapter and allow readers to practice what they learn without having to suffer through a complex and potentially difficult design process. [detailed...]

ISBN: 0072860464
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
John Adolph Palinski
Oracle SQL and PL/SQL Handbook: A Guide for Data Administrators, Developers, and Business Analysts

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0201752948
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Alice Rischert
Oracle SQL by Example, Third Edition

2004 y.
Publisher: —
Description: - [detailed...]

ISBN: 0131451316
Book size: —; Page extent: 848.

 

PUT TO
THE BASKET
Bijoy Bordoloi, Douglas Bock
Oracle SQL

— y.
Publisher: —
Description: Focusing on standard ANSI SQL with a learn-by-doing approach, this book organizes SQL subtopics into short chapters. Readers first learn the features of a SQL command, then its usage, based on management questions that typically arise in the management decision-making process. Provides additional examples of the supplemental commands provided in the Oracle implementation of SQL. Ensures that all of the SQL concepts and commands covered (except in SQL *Plus and PL/SQL) are equally applicable to databasemanagement system software that follows the ANSI SQL standard?including DB2, SQL Server, and SYBASE. Integrates numerous exercises and examples throughout. Offers detailed coverage of SQL, including SQL *Plus and Oracle Database Administration. Covers Data Definition Language with SQL. A valuable reference for SQL programmers, systems analysts, database programmers, and database administrators. [detailed...]

ISBN: 0131011383
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Brian Lomasky, David C. Kreines
Oracle Scripts

— y.
Publisher: —
Description: Because most Oracle sites have similar requirements, problems, and crises, Oracle database administrators and developers find themselves constantly reinventing the wheel by writing the same kinds of scripts -- often under pressure in hit-or-miss fashion. This book provides a powerful set of tried-and-true tools for DBAs and developers. The scripts have been thoroughly tested in many different environments. You can use them right now to simplify the tasks you perform each day -- monitoring databases for reliability, protecting your database against data loss, improving performance, increasing security, and building reports that provide insight into the inner workings of Oracle databases. You can also turn to these scripts in emergencies to diagnose system problems and repair databases when the pressure is on. The accompanying CD-ROM provides a comprehensive resource for DBAs and developers. It contains complete source code for all of the scripts described in this book,… [detailed...]

ISBN: 156592438X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Jon Emmons
Oracle Shell Scripting: Linux and UNIX Programming for Oracle

2007 y.
Publisher: Rampant Techpress
Description: With the expert techniques discussed in this book, Oracle database administrators can automate routine tasks to save time and money and better monitor the flow of work. Using shell scripts—an indispensable tool on UIX and Linux—any number of commands can be combined and executed either simultaneously or sequentially. More than 50 working shell scripts for both beginners and experts give Oracle professionals a fantastic head-start on automating their administration duties and are easily modifiable for any environment. Topics include the history of shells and shell scripting, detailed step-by-step instructions on building shell scripts, how to tell when things are working right, and how to effectively monitor the system for failures. [detailed...]

ISBN: 0977671550
Book size: —; Page extent: 294.

 

PUT TO
THE BASKET
Donald K. Burleson
Oracle Silver Bullets: Real-World Oracle Performance Secrets

2005 y.
Publisher: Rampant Techpress
Description: Targeted at Oracle professionals who need fast and accurate working examples of complex issues, Oracle In-focus books target specific areas of Oracle technology in a concise manner. Plenty of working code is provided without a lot oftheory, allowing database managers to solve their problems quickly without reviewing data that they already know. All code scripts are available for instant download from a companion web site. [detailed...]

ISBN: 0975913522
Book size: —; Page extent: 200.

 

PUT TO
THE BASKET
Donald Burleson, Mike Ault
Oracle Solid State Disk Tuning: High Performance Oracle Tuning with RAM Disk

2005 y.
Publisher: —
Description: Targeted at Oracle professionals who need fast and accurate working examples of complex issues, Oracle In-focus books target specific areas of Oracle technology in a concise manner. Plenty of working code is provided without a lot of theory, allowing database managers to solve their problems quickly without reviewing data that they already know. All code scripts are available for instant download from a companion web site. [detailed...]

ISBN: 0974448656
Book size: —; Page extent: 240.

 

PUT TO
THE BASKET
Alexey B. Danchenkov, Donald Burleson
Oracle Tuning: The Definitive Reference

2006 y.
Publisher: Rampant Techpress
Description: Targeted at Oracle professionals who need fast and accurate working examples of complex issues, Oracle In-focus books target specific areas of Oracle technology in a concise manner. Plenty of working code is provided without a lot of theory, allowing database managers to solve their problems quickly without reviewing data that they already know. All code scripts are available for instant download from a companion web site. [detailed...]

ISBN: 0974448621
Book size: —; Page extent: 640.

 

PUT TO
THE BASKET
Richmond Shee, Kirtikumar Deshpande, K. Gopalakrishnan
Oracle Wait Interface: A Practical Guide to Performance Diagnostics &, Tuning

— y.
Publisher: McGraw-Hill Osborne Media, Oracle Press
Description: Troubleshoot, tune, and optimize your Oracle database efficiently and successfully every time. This book explains how to take full advantage of the revolutionary Oracle Wait Interface to quickly pinpoint--and solve--core problems and bottlenecks, and increase productivity exponentially. [detailed...]

ISBN: 007222729X
Book size: —; Page extent: 384.

 

PUT TO
THE BASKET
Susan Boardman, Melanie Caffrey, Solomon Morse, Benjamin Rosenzweig
Oracle Web Application Programming for PL/SQL Developers

2002 y.
Publisher: Prentice Hall Ptr/
Description: The hands-on, rapid-mastery guide to Oracle PL/SQL Web development. Start building Oracle 9i PL/SQL Web applications hands on Covers the entire development lifecycle, from design to deployment Provides instruction for PL/SQL Server Pages, the PL/SQL Web Toolkit, and the Oracle 9i Application Server Introduces Web basics HTML, JavaScript, basic UNIX and FTP, and image handling Reviews PL/SQL and SQL concepts Includes practical tips and troubleshooting help Leverage your SQL and PL/SQL experience to build powerful data-driven Web and e-business applications starting right now! In this book, a team of Columbia University PL/SQL instructors cover the core pieces of what you need to know, from preliminary configuration to deployment of dynamic, data-driven applications. You`ll find practical examples, hands-on exercises, and dozens of practical tips and solutions designed to save you time, effort, and frustration. One step at a time, discover how to: Configure Oracle`s Internet Application… [detailed...]

ISBN: 0130477311
Book size: —; Page extent: 745.

 

PUT TO
THE BASKET
Bulusu Lakshman
Oracle and Java Development

2001 y.
Publisher: Sams Publishing
Description: Describes Oracle`s Internet Computing Platform for developing applications. Outlines Key Oracle Java technologies like Enterprise Java Beans, Business Components, Java Server Pages, and Servlets for developing and deploying applications using Oracle 8i. Describes the creation of dynamic Web Content with Java. Describes database interaction with Java using Java stored procedures, JDBC, and SQLJ. [detailed...]

ISBN: 0-672-32117-3
Book size: —; Page extent: 440.

 

PUT TO
THE BASKET
Rick Greenwald, David C. Kreines
Oracle in a Nutshell

— y.
Publisher: —
Description: Introduced a quarter-century ago, the Oracle database remains the leading enterprise relational database management system (RDBMS) in the world. Oracle is a complex system, offering a myriad of products, languages, and tools. Frequent updates, releases, and editions complicate the ability of Oracle users to keep up with the huge amounts of frequently changing information about the database and its capabilities. The goal of Oracle in a Nutshell is to pull together the most essential information on Oracle architecture, syntax, and user interfaces. The content and format of this book, an admirable addition to O`Reilly`s respected In-a-Nutshell line, combine to boil down vital Oracle commands, language constructs, parameters, and file formats in a succinct and highly accessible desktop reference. Oracle in a Nutshell covers the information that database administrators PL/SQL and Java developers, and system, network, and security administrators need as they manage Oracle… [detailed...]

ISBN: 0596003366
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Norman Plaskett
Oracle of the Pharaohs: The Cards of Ra-Maat

2008 y.
Publisher: —
Description: - [detailed...]

ISBN: 1847320511
Book size: —; Page extent: 128.

 

PUT TO
THE BASKET
Bert Scalzo
Oracle on VMware: Expert Tips for Database Visualization

2008 y.
Publisher: —
Description: Successfully meeting the challenges of combining VMware and Oracle, this comprehensive reference provides a broad spectrum of technological recommendations that demonstrate how to reliably and consistently achieve optimal configuration and maximum performnce for any virtualized Oracle database scenario. The guide includes the best practices for virtualized servers, suggested virtualization server configuration, and recommendations for client operating system configuration for Oracle in a virtualized world With real-world examples and highly applicable advice, this handbook also details the complexities of designing, configuring, maintaining, and tuning Oracle database deployments, making it a complete compendium for keeping virtualized Oracle databases intop form. [detailed...]

ISBN: 0979795141
Book size: —; Page extent: 232.

 

PUT TO
THE BASKET
Lilian Hobbs, Ramu V. Sunkara
Oracle8 on Windows NT

— y.
Publisher: —
Description: Oracle Databases on Windows NT is aimed at anyone who needs an appreciation of the facilities available from the Oracle Server on the Windows NT platform. It specifically focuses on how to use the GUI interface, Oracle Enterprise Manager, to create, design and manage an Oracle database on NT. However, this book is appropriate for anyone who using Oracle Enterprise Manager. By reading this book the reader will learn how to create a database and define all the components such as tables and indexes.It shows how to manage the database, tune it, and use it for Web-based applications. Other advanced features such as replication, distribution, and NT clusters are also covered. What is GUI? GUI stands for Graphical User Interface, which is what Windows is based on -- icons, pulldown menus, point and click functionality. Most Oracle databases are run on UNIX, which depends on code, and doesn`t have the windows interface. Specifically written for the Windows NT database… [detailed...]

ISBN: 1555581900
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Damir Bersinic, Stephen Giles, Susan Ibach, Myles Brown
Oracle8i DBA: SQL and PL/SQL Certification Bible

— y.
Publisher: —
Description: Oracle8i DBA: SQL and PL/SQL Certification Bible brings you comprehensive coverage of the exam objectives, presented according to the Oracle certification guide. Because Oracle`s exam scoring provides section scores according to the exact objectives, each exam objective is covered in its own chapter complete with self-assessment opportunities. Four appendices include a listing and description of the Oracle initialization parameters and other elements that will be tested on the exam. These appendices will provide information useful post-exam in real-work implementation of the Oracle systems. Covers: Exam 1Z0-001 [detailed...]

ISBN: 0764548328
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Lilian Hobbs, Susan Hillson
Oracle8i Data Warehousing

— y.
Publisher: —
Description: Cutting-edge Oracle data warehousing from people creating the software. Oracle8i Data Warehousing explains how to design, develop, and administer powerful data warehouses and data marts on Windows NT using Oracle`s major new industry-leading database. This authoritative guide helps database developers, administrators, and designers master the major new data warehousing and Internet capabilities in Oracle8i and specifically plan and implement affordable and successful data warehouses and data marts. In one exciting package, this book brings together three hot computing topics: new Oracle databases, Windows NT, and Internet technologies. Data warehouses and smaller data marts allow companies to pool and analyze large quantities of data,yielding valuable information about customers and business processes. Data warehouses have in the past been expensive and very complex. Oracle8i is an important new version of Oracle Corporation`s market-leading database system. Most… [detailed...]

ISBN: 1555582052
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Noel Yuhanna
Oracle8i Database Administration

— y.
Publisher: —
Description: Oracle has the largest market share in database management software and is the world`s second largest software company. With the release of Oracle8, it has delivered software that goes well beyond normal database functionality. This book addresses someof the most common and complex issues facing database administrators. The questions in this book have been compiled from a variety of sources including Oracle forums, the Internet, and the author`s personal experiences. It covers the technical details and new features available in Oracle8 such as Partitioning, Oracle8 objects, PL/SQL8, Net 8, Parallel execution and much more. It also contains hundreds of tested scripts that can be customized and reused to address the specific needs of any database environment. [detailed...]

ISBN: 1884777783
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Heidi Thorpe
Oracle8i Tuning and Administration: The Essential Reference

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0201704366
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Сайт создан в системе uCoz