0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (12)
  • R250 - R500 (3)
  • R500+ (283)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Database software > Oracle

Expert Oracle SQL - Optimization, Deployment, and Statistics (Paperback, 1st ed.): Tony Hasler Expert Oracle SQL - Optimization, Deployment, and Statistics (Paperback, 1st ed.)
Tony Hasler
R2,216 Discovery Miles 22 160 Ships in 18 - 22 working days

Expert Oracle SQL: Optimization, Deployment, and Statistics is about optimizing individual SQL statements, especially on production database systems. This Oracle-specific book begins by assuming you have already identified a particular SQL statement and are considering taking steps to improve its performance. The book describes a systematic process by which to diagnose a problem statement, identify a fix, and to implement that fix safely in a production system. You'll learn not only to improve performance when it is too slow, but also to stabilize performance when it is too variable. You'll learn about system statistics and how the Cost-Based Optimizer uses them to determine a suitable execution plan for a given statement. That knowledge provides the foundation from which to identify the root cause, and to stabilize and improve performance. Next after identifying a problem and the underlying root cause is to put in place a solution. Expert Oracle SQL: Optimization, Deployment, and Statistics explains how to apply various remedies such as changing the SQL statement, adding hints, changing the physical design, and more, and how they can be brought to bear on fixing a problem once and for all. Rolling a change out smoothly is an important topic when dealing with tuning and optimization. Expert Oracle SQL: Optimization, Deployment, and Statistics does not let you down in this critical area. The book contains two chapters of good information from an experienced professional on how to safely deploy changes into production so that your systems remaining running and available throughout the deployment process. Describes a systematic approach to tuning Oracle SQL Explains how things are supposed to work, what can go wrong, and how to fix it Takes you through the steps needed to stabilize performance in your production systems

Beginning Oracle Application Express 4.2 (Paperback, 2nd ed.): Doug Gault, Karen Cannell, Patrick Cimolini, Martin... Beginning Oracle Application Express 4.2 (Paperback, 2nd ed.)
Doug Gault, Karen Cannell, Patrick Cimolini, Martin D'Souza, Timothy St. Hilaire
R1,364 Discovery Miles 13 640 Ships in 18 - 22 working days

Beginning Oracle Application Express 4.2introduces version 4.2 of the popular and productive Oracle Application Express development platform.Called APEX for short, the platform enables rapid and easy development of web-based applications that make full use of Oracle Database. The release of APEX 4.2 brings extensive new Flash and HTML 5 charting capabilities, enhanced themes for mobile applications usable from phones and tablets, RESTful web services support, enhanced application packaging, and the many redesigned wizards give a new and fresh feel to the user interface. Whether you're new to Oracle or an old hand who's yet to test the waters of APEX, Beginning Oracle Application Express 4.2 introduces the processes and best practices you'll need to become proficient with APEX. The book shows off the programming environment, the utilities and tools available, and then continues by walking through the process of building a working system from the ground up. All code is documented and explained so that those new to the languages will not be lost. After reading this book, power users and programmers alike can quickly put together robust and scalable applications for use by one person, by a department, by an entire company. Covers brand-new functionality in APEX 4.2 Provides fully documented and explained example code Guides you through creating a working and fully deployable application What you'll learn Design, code, and troubleshoot APEX applications Create forms and generate reports Create charts using Flash and HTML 5 Apply best-practices to database and application design Create intuitive navigation that inspires confidence among users Secure your applications from outside attack Deploy applications for one, a dozen, or hundreds of users Choose between desktop and mobile user interfaces for deployed applications Who this book is for Beginning Oracle Application Express 4.2is for programmers and power users wanting to create rich, data-centric applications that are web-based, and that rest on Oracle's industry-leading database technology. Table of Contents An Introduction to APEX 4.0 A Developer's Overview Identifying the Problem and Designing the Solution SQL Workshop Application and Navigational Components Forms & ReportsThe Basics Forms & ReportsAdvanced Programatic Elements Security Application Deployment Understanding Websheets AWebSheets Example Extended Developer Tools Managing Workspaces Team Development Dyramic Actions

Troubleshooting Oracle Performance (Paperback, 2nd ed.): Christian Antognini Troubleshooting Oracle Performance (Paperback, 2nd ed.)
Christian Antognini
R2,576 Discovery Miles 25 760 Ships in 18 - 22 working days

Troubleshooting Oracle Performance, 2nd Edition is your systematic guide to diagnosing and resolving performance problems in database-backed applications involving Oracle's database engine. Christian Antognini brings a decade and a half experience to his topic. His first edition is one of the most well-respected books in its field. This second edition has been rigorously updated to cover the latest developments in Oracle Database 11g Release 2 through Oracle Database 12c. What do you do when your database application isn't running fast enough? You troubleshoot, of course. Finding the slow part of an application is often the easy part of the battle. It's finding a solution that's difficult. Troubleshooting Oracle Performance, 2nd Edition helps by providing a systematic approach to addressing the underlying causes of poor database application performance. The author freely shares his experience while explaining the underlying foundations of how SQL statements are executed by the Oracle database engine. You'll be able to draw a solid foundation of theory and shared experience as you face head-on the performance challenges in your daily work.* Written for developers by an application developer who has learned by doing * Gives a systematic approach to solving database application performance problems * Helps you plan for performance as you would for any other application requirement What you'll learn * Systematically identify performance problems * Configure the query optimizer to meet performance goals * Read and recognize inefficient execution plans * Minimize the impact of parsing upon performance * Optimize data access, joins, and the physical design of your database * Improve performance through parallel processing, materialized views, and result caching * Apply SQL tuning techniques such as hints, SQL profiles, stored outlines, and SQL plan baselines * Reduce inefficiencies from too much procedural code Who this book is for Troubleshooting Oracle Performance, Second Edition is targeted at application developers and database administrators involved in troubleshooting performance problems in Oracle-based applications.

Oracle Application Express for Mobile Web Applications (Paperback, 1st ed.): Roel Hartman, Christian Rokitta, David Peake Oracle Application Express for Mobile Web Applications (Paperback, 1st ed.)
Roel Hartman, Christian Rokitta, David Peake
R1,871 Discovery Miles 18 710 Ships in 18 - 22 working days

Oracle Application Express for Mobile Web Applications is an action driven book, taking you by the hand through all required steps in building your very own web application that will run on phones, tablets, and other mobile devices. Because you've built every piece of it yourself, you will know exactly how every tiny part is used and how you can tweak it to your own -- or your customer's -- taste. Oracle Application Express is widely known in the Oracle community as a great tool for creating web applications suitable for desktop browsers. Features have now been added to open up the world of mobile browsing, bringing the simplicity and expressiveness of Appliction Express to bear in developing applications to run with an almost-native look and feel on platforms such as iOS, Android, and Windows Phone. Oracle Application Express for Mobile Web Applications helps you translate your knowledge of Oracle Application Express into developing for mobile devices. The book and its running example provide all the knowledge you need to create professional looking mobile web applications. * Takes you through building a mobile web application from start to finish.* Gives insight into the components necessary for a professional looking mobile application. * Helps you become an even better and more all-round Oracle Application Express developer. What you'll learn * Build mobile applications to run from iPhones, iPads, Android devices, and Windows-based phones and tablets. * Make enterprise reporting and business functions accessible to mobile devices. * Customize the look-and-feel of your mobile applications. * Respond to gestures such as swiping and pointing, and to changes in device orientation. * Enhance mobile applications through the use of plugins. * Deploy applications into the Apple and Android stores. Who this book is for Oracle Application Express for Mobile Web Applications is aimed at Oracle Application Express developers wanting to develop and deploy applications for use on mobile devices. The book is also useful to any developer in an Oracle Database environment who is looking for a cheap and cheerful way to extent business functions and reporting to mobile devices.

Oracle Exadata Recipes - A Problem-Solution Approach (Paperback, 1st ed.): John Clarke Oracle Exadata Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
John Clarke
R1,897 Discovery Miles 18 970 Ships in 18 - 22 working days

Oracle Exadata Recipes takes an example-based, problem/solution approach in showing how to size, install, configure, manage, monitor, optimize, and migrate Oracle database workloads on and to the Oracle Exadata Database Machine. Whether you're an Oracle Database administrator, Unix/Linux administrator, storage administrator, network administrator, or Oracle developer, Oracle Exadata Recipes provides effective and proven solutions to accomplish a wide variety of tasks on the Exadata Database Machine. You can feel confident using the reliable solutions that are demonstrated in this book in your enterprise Exadata environment. Managing Oracle Exadata is unlike managing a traditional Oracle database. Oracle's Exadata Database Machine is a pre-configured engineered system comprised of hardware and software, built to deliver extreme performance for Oracle Database workloads. Exadata delivers extreme performance by offering an optimally balanced hardware infrastructure with fast components at each layer of the engineered technology stack, as well as a unique set of Oracle software features designed to leverage the high-performing hardware infrastructure by reducing I/O demands.Let Oracle Exadata Recipes help you translate your existing Oracle Database knowledge into the exciting new growth area that is Oracle Exadata. * Helps extend your Oracle Database skillset to the fast-growing, Exadata platform * Presents information on managing Exadata in a helpful, example-based format * Clearly explains unique Exadata software and hardware features What you'll learn * Install and configure Exadata * Manage your Exadata hardware infrastructure * Monitor and troubleshoot performance issues * Manage smart scan and cell offload processing * Take advantage of Hybrid Columnar Compression * Deploy Smart Flash Cache and Smart Flash Logging * Ensure the health of your Exadata environment Who this book is for Oracle Exadata Recipes is for Oracle Database administrators, Unix/Linux administrators, storage administrators, backup administrators, network administrators, and Oracle developers who want to quickly learn to develop effective and proven solutions without reading through a lengthy manual scrubbing for techniques. Readers in a hurry will appreciate the recipe format that sets up solutions to common tasks as the centerpiece of the book.Table of Contents * Exadata Hardware * Exadata Software * How Oracle Works on Exadata * Workload Qualification * Sizing Exadata * Preparing for Exadata * Administration and Diagnostics Utilities * Backup and Recovery * Storage Administration * Network Administration * Patching and Upgrades * Security * Monitoring Exadata Storage Cells * Host and Database Performance Monitoring * Smart Scan and Cell Offload * Hybrid Columnar Compression * I/O Resource Management and Instance Caging * Smart Flash Cache and Smart Flash Logging * Storage Indexes * Post-Installation Monitoring Tasks * Post-Install Database Tasks

Expert Oracle Application Express Security (Paperback, 1st ed.): Scott Spendolini Expert Oracle Application Express Security (Paperback, 1st ed.)
Scott Spendolini
R1,947 Discovery Miles 19 470 Ships in 18 - 22 working days

Expert Oracle Application Express Security covers all facets of security related to Oracle Application Express (APEX) development. From basic settings that can enhance security, to preventing SQL Injection and Cross Site Scripting attacks, Expert Oracle Application Express Security shows how to secure your APEX applictions and defend them from intrusion. Security is a process, not an event. Expert Oracle Application Express Security is written with that theme in mind. Scott Spendolini, one of the original creators of the product, offers not only examples of security best practices, but also provides step-by-step instructions on how to implement the recommendations presented. A must-read for even the most experienced APEX developer, Expert Oracle Application Express Security can help your organization ensure their APEX applications are as secure as they can be.

Oracle Database 11g Performance Tuning Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Sam Alapati, Darl Kuhn, Bill... Oracle Database 11g Performance Tuning Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Sam Alapati, Darl Kuhn, Bill Padfield
R1,640 Discovery Miles 16 400 Ships in 18 - 22 working days

Performance problems are rarely "problems" per se. They are more often "crises" during which you're pressured for results by a manager standing outside your cubicle while your phone rings with queries from the help desk. You won't have the time for a leisurely perusal of the manuals, nor to lean back and read a book on theory. What you need in that situation is a book of solutions, and solutions are precisely whatOracle Database 11g Performance Tuning Recipes delivers. Oracle Database 11g Performance Tuning Recipes is a ready reference for database administrators in need of immediate help with performance issues relating to Oracle Database. The book takes an example-based approach, whereineach chapter covers a specific problem domain. Within each chapter are "recipes," showing by example how to perform common tasks in that chapter's domain. Solutions in the recipes are backed by clear explanations of background and theory from the author team. Whatever the task, if it's performance-related, you'll probably find a recipe and a solution in this book. Provides proven solutions to real-life Oracle performance problems Offers relevant background and theory to support each solution Written by a team of experienced database administrators successful in their careers What you'll learn Optimize the use of memory and storage Monitor performance and troubleshoot problems Identify and improve poorly-performing SQL statements Adjust the most important optimizer parameters to your advantage Create indexes that get used and make a positive impact upon performance Automate and stabilize using key features such as SQL Tuning Advisor and SQL Plan Baselines Who this book is for

Oracle Database 11g Performance Tuning Recipes is aimed squarely at Oracle Database administrators. The book especially appeals to those administrators desiring to have at their side a ready-to-go set of solutions to common database performance problems. Table of Contents Optimizing Table Performance Choosing and Optimizing Indexes Optimizing Instance Memory Monitoring System Performance Minimizing System Contention Analyzing Operating System Performance Troubleshooting the Database Creating Efficient SQL Manually Tuning SQL Tracing SQL Execution Automated SQL Tuning Execution Plan Optimization and Consistency Configuring the Optimizer Implementing Query Hints ExecutingSQL in Parallel

Pro Oracle Application Express 4 (Paperback, 2nd ed.): Tim Fox, Scott Spendolini, John Scott Pro Oracle Application Express 4 (Paperback, 2nd ed.)
Tim Fox, Scott Spendolini, John Scott
R1,573 Discovery Miles 15 730 Ships in 18 - 22 working days

Pro Oracle Application Express 4 is your key to mastering one of the most innovative products to come out of Oracle in years. Application Express, termed "APEX" for short, is fast becoming one of the easiest and most widely-used of tools for creating enterprise-level applications that run against an Oracle database. APEX is easy enough for power users to create ad-hoc applications atop something more reliable than a spreadsheet. Yet APEX is powerful and extensible enough to enable fully-scalable, enterprise-level applications that are accessed by thousands of users. Authors Tim Fox, John Scott, and Scott Spendolini take you to the professional level in developing for Application Express. They show how to handle user authentication in enterprise environments and how to extend APEX by writing components based upon Oracle's new plug-in architecture. You'll learn to deal with localization issues such as time zones and translations, and to customize the look and feel of an APEX website to blend in with your corporate branding strategy. The authors also cover web service development, performance and scalability, and the production issues that you encounter in enterprise-level deployments. Many years of experience in solving the hard problems are coalesced in this book to help you, the reader, take advantage of all that APEX has to offer. Focuses on high-end, enterprise-level development Covers new features such as plug-ins and Websheets Introduces the new interface released with APEX 4.0 What you'll learn Design APEX solutions that conform to your corporate look and feel Create compelling reports, charts, navigation, and layout Create your own components based upon APEX's new plug-in architecture Authenticate users and manage their access to your applications Develop and deploy web services using APEX Scale APEX applications to thousands of users Secure your applications and data from intrusion Who this book is for

Pro Oracle Application Express 4 is aimed at application developers looking for a rapid application development environment harnessing the full power of the Oracle Database, including SQL and PL/SQL. The book meets the needs of developers working at both the departmental and the enterprise level, with an emphasis on high-end, enterprise deployment. Table of Contents Development Best Practices Authentication and User Management Conditions and Authorization Schemes Data Security Navigation and Layout Reports and Charts Dynamic Actions: Ajax and JavaScript WebSheets Reporting and Printing Themes and Templates Localization Issues Plugins Web Service Development Performance and Scalability Production Issues APEX Dictionary

Expert PL/SQL Practices - for Oracle Developers and DBAs (Paperback, 1st ed.): Michael Rosenblum, Dominic Delmolino, Lewis... Expert PL/SQL Practices - for Oracle Developers and DBAs (Paperback, 1st ed.)
Michael Rosenblum, Dominic Delmolino, Lewis Cunningham, Riyaj Shamsudeen, Connor McDonald, …
R1,500 Discovery Miles 15 000 Ships in 18 - 22 working days

Expert PL/SQL Practices is a book of collected wisdom on PL/SQL programming from some of the best and the brightest in the field. Each chapter is a deep-dive into a specific problem, technology, or feature set that you'll face as a PL/SQL programmer. Each author has chosen their topic out of the strong belief that what they share can make a positive difference in the quality and scalability of code that you write. The path to mastery begins with syntax and the mechanics of writing statements to make things happen. If you've reached that point with PL/SQL, then let the authors of Expert PL/SQL Practices show you how to combine syntax and mechanics with features and techniques to really make the language sing. You'll learn to do more with less effort, to write code that scales and performs well, and to eliminate and avoid defects. These authors are passionate about PL/SQL and the power it places at your disposal. They want you to succeed, to know all that PL/SQL can offer. Let Expert PL/SQL Practices open your eyes to the full power of Oracle's world-class language for the database engine. Goes beyond the manual to cover good techniques and best practices Delivers knowledge usually gained only by hard experience Covers the functionality that distinguishes PL/SQLas apowerful andscalable programming language for deploying logic inside the database engine What you'll learn Learn when PL/SQL is best used, and when to avoid it Move data efficiently using bulk SQL operations Write code that scalesthrough pipelining, parallelism, and profiling Choose the right PL/SQL cursor type for any given application Reduce coding errors through sound development practices such as unit-testing Create and execute SQL and PL/SQL dynamically at runtime Who this book is for

Expert PL/SQL Practices is for PL/SQL developers who want to develop deep expertise in key aspects of the language and its use in database programming. Any developer writing code against Oracle's class-leading database engine will find value from the collected wisdom in this book. Some knowledge of PL/SQL is assumed. Readers should at least be past the beginning stage with the language. Table of Contents Do Not Use Dynamic SQL: Handling the Unknown PL/SQL and Parallel Processing Warnings and Conditional Compilation PL/SQL Unit Testing Bulk SQL Operations Know Your Code Contract-Oriented Programming PL/SQL from SQL Choosing the Right Cursor PL/SQL Programming in the Large Evolutionary Data Modeling Profiling for Performance Coding Conventions and Error Handling Dependencies and Invalidations

Expert Oracle GoldenGate (Paperback, 1st ed.): Ben Prusinski, Steve Phillips, Shing Chung Expert Oracle GoldenGate (Paperback, 1st ed.)
Ben Prusinski, Steve Phillips, Shing Chung
R1,447 Discovery Miles 14 470 Ships in 18 - 22 working days

Expert Oracle GoldenGate is a hands-on guide to creating and managing complex data replication environments using the latest in database replication technology from Oracle. GoldenGate is the future in replication technology from Oracle, and aims to be best-of-breed. GoldenGate supports homogeneous replication between Oracle databases. It supports heterogeneous replication involving other brands such as Microsoft SQL Server and IBM DB2 Universal Server. GoldenGate is high-speed, bidirectional, highly-parallelized, and makes only a light impact on the performance of databases involved in replication. The authors share their experience in the form of tutorials on designing and implementing all types of Oracle GoldenGate environments. You'll learn methods for tuning Oracle GoldenGate performance. You'll discover GoldenGate's utility as a migration and extract, transform, load (ETL) tool. You'll learn to configure highly-available environments involving GoldenGate, Real Application Clusters, and Data Guard. From installation to design to implementation and troubleshooting, Expert Oracle GoldenGate helps you master all aspects of using and applying Oracle GoldenGate as the replication tool of choice in your environment. Explains all aspects of using GoldenGate for replication Covers homogeneous, heterogeneous, and bidirectional replication Shows the use of GoldenGate for data migration and extract, transform, load (ETL) What you'll learn Install Oracle GoldenGate quickly and painlessly Design single- and bi-directional replication solutions Apply GoldenGate to high-availability solutions Troubleshoot and tune GoldenGate for performance Verify data synchronization using GoldenGate Veridata Manage and monitor GoldenGate environments using GoldenGate Director Who this book is for

Expert Oracle GoldenGate is for database professionals who need to master the latest in replication technology from Oracle. It is for the Oracle Database administrator, technical manager, or Oracle developer requiring a solid base of expertise on to implement or manage replication environments with GoldenGate technology. Expert Oracle GoldenGate is an appropriate and timely reference for all users of the GoldenGate software. Table of Contents Introduction Installation Architecture Basic Replication Bi-Directional Replication Heterogeneous Replication Tuning Oracle GoldenGate Monitoring Oracle GoldenGate Oracle GoldenGate Veridata Oracle GoldenGate Director Troubleshooting High Availability & Disaster Recovery Zero Downtime Migrations and Upgrades Best Practices

Pro Oracle Database 11g RAC on Linux (Paperback, 2nd ed.): Julian Dyke, Steve Shaw, Martin Bach Pro Oracle Database 11g RAC on Linux (Paperback, 2nd ed.)
Julian Dyke, Steve Shaw, Martin Bach
R1,705 Discovery Miles 17 050 Ships in 18 - 22 working days

Pro Oracle Database 11g RAC on Linux provides full-life-cycle guidance on implementing Oracle Real Application Clusters in a Linux environment. Real Application Clusters, commonly abbreviated as RAC, is Oracle's industry-leading architecture for scalable and fault-tolerant databases. RAC allows you to scale up and down by simply adding and subtracting inexpensive Linux servers. Redundancy provided by those multiple, inexpensive servers is the basis for the failover and other fault-tolerance features that RAC provides. Written by authors well-known for their talent with RAC, Pro Oracle Database 11g RAC on Linux gives you a rock-solid and technically flawless foundation on which to build your RAC-management skills. Authors Julian Dyke and Steve Shaw share their hard-won experience in building RAC clusters, showing you how to build for success using the very latest Oracle technologies, such as Automatic Storage Management (ASM) and Oracle Clusterware. You'll learn to troubleshoot performance and other problems. You'll even learn how to correctly deploy RAC in a virtual-machine environment based upon Oracle VM, which is the only virtualization solution supported by Oracle Corporation.RAC is a complex and powerful technology. It demands expertise in its deployment. You can't just wing it in creating a RAC solution. Julian and Steve have earned the right to term themselves expert-in Pro Oracle Database 11g RAC on Linux, they offer a rigorous and technically-correct treatment of RAC that helps you build a solid foundation of expertise and achieve success. * Rigorous and technically accurate content* Complete coverage of RAC, from planning to implementation to rollout to ongoing maintenance and troubleshooting* Up-to-date with the very latest RAC featuresWhat you'll learn* Plan the architecture for a successful RAC installation* Implement failover and other fault-tolerant features* Scale RAC clusters up and down as needed to achieve performance targets* Consolidate RAC clusters using Oraclea s virtualization solution* Manage RAC proactively so as to sleep well at night* Troubleshoot and solve performance and availability problemsWho this book is for Pro Oracle Database 11g RAC on Linux is written for Oracle Database Administrators who want to step up their skills to be equal to the task of managing Real Application Clusters.

Expert Oracle Exadata (Paperback, 1st ed.): Kerry Osborne, Randy Johnson, Tanel Poder Expert Oracle Exadata (Paperback, 1st ed.)
Kerry Osborne, Randy Johnson, Tanel Poder
R1,623 Discovery Miles 16 230 Ships in 18 - 22 working days

Throughout history, advances in technology have come in spurts. A single great idea can often spur rapid change as the idea takes hold and is propagated, often in totally unexpected directions. Exadata embodies such a change in how we think about and manage relational databases. The key change lies in the concept of offloading SQL processing to the storage layer. That concept is a huge win, and its implementation in the form of Exadata is truly a game changer. Expert Oracle Exadata will give you a look under the covers at how the combination of hardware and software that comprise Exadata actually work. Authors Kerry Osborne, Randy Johnson, and Tanel Poder share their real-world experience, gained through multiple Exadata implementations with the goal of opening up the internals of the Exadata platform. This book is intended for readers who want to understand what makes the platform tick and for whom"how" it does what it is does is as important as what it does. By being exposed to the features that are unique to Exadata, you will gain an understanding of the mechanics that will allow you to fully benefitfrom the advantages that the platform provides. Changes the wayyou think about managing SQL performance and processing Provides a roadmap to laying out the Exadata platform to best support your existing systems Dives deeply into the internals, removing the black box mystique and showing how Exadata actually works What you'll learn Configure Exadata from the ground up Optimize for mixed OLTP/DW workloads Migrate large data sets from existing systems Connect Exadata to external systems Support consolidation strategies using the Resource Manager Configure high-availability features of Exadata, including Real Application Clusters (RAC) and automatic storage management (ASM) Apply tuning strategies utilizing the unique features of Exadata Who this book is for

Expert Oracle Exadata is for database administrators and developers who want to understand what makes Exadata unique so that they can take advantage of all the platform has to offer. It is also for anyone who needs to plan and execute migrations of systems to the Exadata platform. Finally, the book will be invaluable to those who support and maintain such systems. Table of Contents What Is Exadata? Offloading / Smart Scan Hybrid Columnar Compression Storage Indexes Exadata Smart Flash Cache Exadata Parallel Operations Resource Management Configuring Exadata Recovering Exadata Exadata Wait Events Understanding Exadata Performance Metrics Monitoring Exadata Performance Migrating to Exadata Storage Layout Compute Node Layout Unlearning Some Things We Thought We Knew

Expert Oracle and Java Security - Programming Secure Oracle Database Applications With Java (Paperback, 1st ed.): David Coffin Expert Oracle and Java Security - Programming Secure Oracle Database Applications With Java (Paperback, 1st ed.)
David Coffin
R1,486 Discovery Miles 14 860 Ships in 18 - 22 working days

Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java provides resources that every Java and Oracle database application programmer needs to ensure that they have guarded the security of the data and identities entrusted to them. You'll learn to consider potential vulnerabilities, and to apply best practices in secure Java and PL/SQL coding. Author David Coffin shows how to develop code to encrypt data in transit and at rest, to accomplish single sign-on with Oracle proxy connections, to generate and distribute two-factor authentication tokens from the Oracle server using pagers, cell phones (SMS), and e-mail, and to securely store and distribute Oracle application passwords. Early chapters lay the foundation for effective security in an Oracle/Java environment. Each of the later chapters brings example code to a point where it may be applied as-is to address application security issues. Templates for applications are also provided to help you bring colleagues up to the same secure application standards.If you are less familiar with either Java or Oracle PL/SQL, you will not be left behind; all the concepts in this book are introduced as to a novice and addressed as to an expert.* Helps you protect against data loss, identity theft, SQL injection, and address spoofing * Provides techniques for encryption on network and disk, code obfuscation and wrap, database hardening, single sign-on and two-factor * Provides what database administrators need to know about secure password distribution, Java secure programming, Java stored procedures, secure application roles in Oracle, logon triggers, database design, various connection pooling schemes, and much more What you'll learn * Guard against data loss, identity theft, SQL Injection, and to address spoofing * Protect sensitive data through encryption, both on disk and on the wire * Control access to data using secure roles, single sign-on, proxy connections, and two-factor authentication * Protect sensitive source ode through randomization, obfuscation, and wrapping * Thwart attempts at SQL injection and other common attacks * Manage constraints on the visibility of data and the scope of access Who this book is for Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java is for every Java developer who uses an Oracle database.It is also for every Oracle database administrator or PL/SQL programmer who supports Java client and web applications. Whatever role you play in developing and supporting Java and Oracle applications, you need to address computer, application, data, and identity security. This book offers the tools you'll need to effectively manage security across all aspects of the applications you support. Table of Contents * Introduction * Oracle Security * Secure Java Development Concepts * Java Stored Procedures * Adding Public Key Encryption * Adding Secret Password Encryption * A Working Model for Data Encryption in Transit * Implementing Single Sign On * Implementing Two-Factor Authentication * Application Identification and Authorization * Enhancing Our Security * Administration of This Security System

Expert Oracle Application Express (Paperback, 1st ed.): John Scott, Doug Gault, Raj Mattamal, Anton Nielsen, Martin... Expert Oracle Application Express (Paperback, 1st ed.)
John Scott, Doug Gault, Raj Mattamal, Anton Nielsen, Martin D'Souza, …
R1,535 Discovery Miles 15 350 Ships in 18 - 22 working days

Expert Oracle Application Express brings you groundbreaking insights into developing with Oracle's enterprise-level, rapid-development tool from some of the best practitioners in the field today. Oracle Application Express (APEX) is an entirely web-based development framework that is built into every edition of Oracle Database. The framework rests upon Oracle's powerful PL/SQL language, enabling power users and developers to rapidly develop applications that easily scale to hundreds, even thousands of concurrent users. The 13 authors of Expert Oracle Application Express build their careers around APEX. They know what it takes to make the product singdeveloping secure applications that can be deployed globally to users inside and outside a large enterprise. The authors come together in this book to share some of their deepest and most powerful insights into solving the difficult problems surrounding scalability, globalization, configuration and lifecycle management, and more. You'll learn about debugging and performance, deep secrets to customizing your application user interface, how to secure applications from intrusion, and about deploying globally in multiple languages. Expert Oracle Application Express is truly a book that will move you and your skillset a big step towards the apex of Application Express development. Presents best-practices and development insights from leading experts in the field Addresses globalization, scalability, security, and other concerns of enterprise-level development Shows how to customize APEX for your own application needs What you'll learn Solve tough problems in scalability in order to serve thousands of users Design applications to sidestep performance problems and easily scale upwards Deploy applications globally while respecting linguistic and cultural differences Customize applications by exploiting APEX's roots in PL/SQL Reduce the stress of managing application lifecycle and configuration Secure outwardly-facing applications and their data from intrusion Who this book is for

Expert Oracle Application Express is aimed at APEX developers who seek the deepest possible knowledge of Oracle Application Express and how to develop with it. Readers should know and be proficient with APEX, and be prepared to expend some mental energy in absorbing the high-end material in this book. Table of Contents OHS, EPG, and APEX Listener Compared Oracle APEX 4.0 Charts Inside Out Tabular Forms Team Development Globalization Debugging Dynamic Actions Security Lifecycle Management Working with APEX Collections Plug-Ins Architecture Advanced Interactive Reporting

Secrets of the Oracle Database (Paperback, 1st ed.): Norbert Debes Secrets of the Oracle Database (Paperback, 1st ed.)
Norbert Debes
R1,513 Discovery Miles 15 130 Ships in 18 - 22 working days

Secrets of the Oracle Database is the definitive guide to undocumented and partially-documented features of the Oracle Database server. Covering useful but little-known features from Oracle Database 9through Oracle Database 11, this book will improve your efficiency as an Oracle database administrator or developer. Norbert Debes shines the light of day on features that help you master more difficult administrative, tuning, and troubleshooting tasks than you ever thought possible.

Finally, in one place, you have at your fingertips knowledge that previously had to be acquired through years of experience and word of mouth through knowing the right people. What Norbert writes is accurate, well-tested, well-illustrated by clear examples, and sure to improve your ability to make an impact on your day-to-day work with Oracle. Table of Contents Partially Documented Parameters Hidden Initialization Parameters Introduction to Data Dictionary Base Tables IND$, V$OBJECT_USAGE, and Index Monitoring Event 10027 and Deadlock Diagnosis Event 10046 and Extended SQL Trace Event 10053 and the Cost Based Optimizer Event 10079 and Oracle Net Packet Contents Introduction to X$ Fixed Tables X$BH and Latch Contention X$KSLED and Enhanced Session Wait Data X$KFFXP and ASM Metadata ALTER SESSION/SYSTEM SET EVENTS ALTER SESSION SET CURRENT_SCHEMA ALTER USER IDENTIFIED BY VALUES SELECT FOR UPDATE SKIP LOCKED DBMS_BACKUP_RESTORE DBMS_IJOB DBMS_SCHEDULER DBMS_SYSTEM DBMS_UTILITY Perl DBI and DBD:: Oracle Application Instrumentation and End-to-End Tracing Extended SQL Trace File Format Reference Statspack Integrating Extended SQL Trace and AWR ESQLTRCPROF Extended SQL Trace Profiler The MERITS Performance Optimization Method TNS Listener IP Address Binding and IP=FIRST TNS Listener TCP/IP Valid Node Checking Local Naming Parameter ENABLE=BROKEN Default Host Name in Oracle Net Configurations Session Disconnection, Load Rebalancing, and TAF Removing the RAC Option Without Reinstalling OERR Recovery Manager Pipe Interface ORADEBUG SQL*Plus Command

Pro Oracle Application Express (Paperback, 1st Corrected ed., Corr. 4th printing): John Scott, Scott Spendolini Pro Oracle Application Express (Paperback, 1st Corrected ed., Corr. 4th printing)
John Scott, Scott Spendolini
R1,323 R1,126 Discovery Miles 11 260 Save R197 (15%) Ships in 18 - 22 working days

Application Express, or APEX, is one of the most innovative products to come out of Oracle in years. APEX is an application development framework for developing databasebacked applications. It's easy enough to get started in that power users can quit storing data in random spreadsheets and instead centralize their data in the powerful Oracle database, all without developer help. Developers aren't left out, however. Those who choose to do socan go deep and leverage the full power and flexibility of Oracle's database engine.

Getting started with APEX is easy; learning how to take full advantage of APEX is the problem. It was the problem, that is, until this book came along. In Pro Oracle Application Express, authors John Scott and Scott Spendolini open the hood of APEX and expose the full power behind its easytouse GUI. They show you what you need to know to produce powerful, professionally polished applicationssuch as user-authentication models, approaches to layout and navigation, how to integrate Ajax, how to deal with localization issues such as time zones and translations, how to customize the look and feel of an APEX web site, and much, much more.

The authors are wellqualified to write on APEX. John Scott runs ShellPrompt, a hosting service that handles many large-scale APEX applications, some of which he is paid to develop. John is a hardcore APEX developer. His co-author, Scott Spendolini, is one of the original creators of APEX. Both John and Scott now base their full-time careers on developing APEX applications. Pro Oracle Application Express is your opportunity to learn APEX from the very best.

HOWTO Secure and Audit Oracle 10g and 11g (Hardcover, New): Ron Ben-Natan HOWTO Secure and Audit Oracle 10g and 11g (Hardcover, New)
Ron Ben-Natan
R3,684 Discovery Miles 36 840 Ships in 10 - 15 working days

Oracle is the number one database engine in use today. The fact that it is the choice of military organizations and agencies around the world is part of the company s legacy and is evident in the product. Oracle has more security-related functions, products, and tools than almost any other database engine. Unfortunately, the fact that these capabilities exist does not mean that they are used correctly or even used at all. In fact, most users are familiar with less than twenty percent of the security mechanisms within Oracle.

Written by Ron Ben Natan, one of the most respected and knowledgeable database security experts in the world, HOWTO Secure and Audit Oracle 10g and 11g shows readers how to navigate the options, select the right tools and avoid common pitfalls. The text is structured as HOWTOs addressing each security function in the context of Oracle 11g and Oracle 10g. Among a long list of HOWTOs, readers will learn to:

  • Choose configuration settings that make it harder to gain unauthorized access
  • Understand when and how to encrypt data-at-rest and data-in-transit and how to implement strong authentication
  • Use and manage audit trails and advanced techniques for auditing
  • Assess risks that may exist and determine how to address them
  • Make use of advanced tools and options such as Advanced Security Options, Virtual Private Database, Audit Vault, and Database Vault

The text also provides an overview of cryptography, covering encryption and digital signatures and shows readers how Oracle Wallet Manager and orapki can be used to generate and manage certificates and other secrets. While the book s seventeen chapters follow a logical order of implementation, each HOWTO can be referenced independently to meet a user s immediate needs. Providing authoritative and succinct instructions highlighted by examples, this ultimate guide to security best practices for Oracle bridges the gap between those who install and configure security features and those who secure and audit them.

Oracle Database 11g - New Features for DBAs and Developers (Paperback, 1st ed.): Sam Alapati, Charles Kim Oracle Database 11g - New Features for DBAs and Developers (Paperback, 1st ed.)
Sam Alapati, Charles Kim
R1,118 R971 Discovery Miles 9 710 Save R147 (13%) Ships in 18 - 22 working days

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.

RMAN Recipes for Oracle Database 11g - A Problem-Solution Approach (Paperback, 1st ed.): Sam Alapati, Darl Kuhn, Arup Nanda RMAN Recipes for Oracle Database 11g - A Problem-Solution Approach (Paperback, 1st ed.)
Sam Alapati, Darl Kuhn, Arup Nanda
R1,412 R1,191 Discovery Miles 11 910 Save R221 (16%) Ships in 18 - 22 working days

It's sometimes said that the true job of an Oracle database administrator can be summed up in one, essential skill: to be able to recover your database.

There's much wisdom in that statement. Of all the things you are responsible for as a database administrator, nothing is more important than the data itself. Like it or not, the fearsome responsibility of protecting your organizations most critical data falls squarely upon your shoulders:

Lose that data and your company could fail. Lose that data and you could be out of a job.

Scared? You should be. But theres help. You are not alone. Oracle experts Darl Kuhn, Sam Alapati, and Arup Nanda have come together in this book to show you the power of Recovery Manager, or RMAN, which is Oracles backup and recovery tool of choice. "RMAN Recipes for Oracle Database 11g" helps you take advantage of all that RMAN has to offer by providing easy-to-understand solutions to business-critical backup and recovery operations. This handy guide

Demystifies the steps required to protect your business data Provides ready-made and step-by-step solutions to simple and complex backup, restore, and recovery operations Is task-oriented, making it easy for you to find the solution to pressing backup and recovery problems Respects your time by providing example-based solutions, not endless reading material

When the pressure's on, you dont have time for long discussions of theory. This book gets right to the point with quick and easy-to-read, step-by-step solutions that can help you backup and recover your data with confidence.
What you'll learn

Oracle Database experts Darl Kuhn, Sam Alapati, and Arup Nanda show you how to

Reliablyback up and recover your database using Oracles Recovery Manager. Utilize New Oracle Database 11g features such as the Data Recovery Advisor. Let Oracle Database manage your backup files via the Flash Recovery Area. Automate backup and recovery tasks by writing scripts. Troubleshoot RMAN problems and optimize RMAN performance. Interface with a Media Management Layer to manage your backup tape library. Recover from the loss of a control file, loss of an online redo log, and other (hopefully!) unusual situations.


Who is this book for?

Oracle database administrators responsible for database backup and recovery operations.

Oracle Applications DBA Field Guide (Paperback, 1st ed.): Paul Jackson, Elke Phelps Oracle Applications DBA Field Guide (Paperback, 1st ed.)
Paul Jackson, Elke Phelps
R832 R720 Discovery Miles 7 200 Save R112 (13%) Ships in 18 - 22 working days

This informative field guide provides scripts, notes, guidelines, and references to guide readers safely through the crucial day-to-day administration tasks that fall within their jurisdiction. This book contains tips, techniques, and guidance for administering the highly complex Oracle E-Business Suite--all in an easy reading and quick-to-navigate format.

Mastering Oracle PL/SQL - Practical Solutions (Paperback, Softcover reprint of the original 1st ed.): Christopher Beck, Joel... Mastering Oracle PL/SQL - Practical Solutions (Paperback, Softcover reprint of the original 1st ed.)
Christopher Beck, Joel Kallman, Chaim Katz, David C. Knox, Connor McDonald
R1,206 R1,034 Discovery Miles 10 340 Save R172 (14%) Ships in 18 - 22 working days

PL/SQL is the procedural programming language of choice in the Oracle database. It is completely integrated with SQL and is the most fully optimized, highest performance language for database transaction processing. This book is about effective techniques to solve problems using PL/SQL.

PeopleSoft for the Oracle DBA (Paperback, 1st ed.): David Kurtz PeopleSoft for the Oracle DBA (Paperback, 1st ed.)
David Kurtz
R1,260 R1,063 Discovery Miles 10 630 Save R197 (16%) Ships in 18 - 22 working days

This book offers Oracle DBAs training appropriate for understanding and handling PeopleSoft technology. DBAs will learn a range of techniques, including: indexing, implementing DDL, managing tablespaces, and fixing low-performing SQL queries. Written by a field expert, this book answers common questions and misunderstandings that arise from use of PeopleSoft on an Oracle database. The result is a highly effective training manual for any Oracle DBA charged with the maintenance of a PeopleSoft system.

Oracle9i PL/SQL - A Developer's Guide (Paperback, Softcover reprint of the original 1st ed.): Bulusu Lakshman Oracle9i PL/SQL - A Developer's Guide (Paperback, Softcover reprint of the original 1st ed.)
Bulusu Lakshman
R1,340 R1,143 Discovery Miles 11 430 Save R197 (15%) Ships in 18 - 22 working days

Oracle9i PL/SQL: A Developers Guide is intended for both intermediate-level Oracle developers who are designing or coding applications in SQL and PL/SQL and for advanced PL/SQL programmers who need to learn new PL/SQL 9ifeatures. In addition to providing developers with detailed coverage of the PL/SQL 9i language itself, author -->Bulusu Lakshman--> covers the techniques of using PL/SQL 9i for server-side applications and provides the methodology for implementing robust applications. Lakshman also mentors developers in implementing effective techniques for real-world and code-centric Oracle applications that, in the long run, will save them time and energy.

Oracle9i PL/SQL: A Developers Guide is a solid source for the development of Oracle9i PL/SQL applications. Developers incorporating these technologies into new applications and those migrating from earlier versions will both find Lakshman's expert treatment of the topic beneficial.

Beginning Oracle Programming (Paperback, Softcover reprint of the original 1st ed.): Sean Dillon, Christopher Beck, Thomas... Beginning Oracle Programming (Paperback, Softcover reprint of the original 1st ed.)
Sean Dillon, Christopher Beck, Thomas Kyte, Joel Kallman, Howard Rogers
R1,480 R1,284 Discovery Miles 12 840 Save R196 (13%) Ships in 18 - 22 working days

This book teaches you all of the core concepts behind using the database, shows you the tools and techniques you need to master, and gives you practical examples of programming Oracle. teaching you Oracle technology. need to use Oracle databases with confidence. Oracle is the world's leading relational database. used properly, is the fastest and most scaleable database on which to build enterprise scale applications. an overnight job. this book have that experience. application or administering the database and can guarantee you that the techniques taught in this book are proven and have led them through many successful implementations.

The Art and Science of Oracle Performance Tuning (Paperback, Softcover reprint of the original 1st ed.): Christopher Lawson The Art and Science of Oracle Performance Tuning (Paperback, Softcover reprint of the original 1st ed.)
Christopher Lawson
R922 R801 Discovery Miles 8 010 Save R121 (13%) Ships in 18 - 22 working days

* Presents an innovative, philosophical approach to Oracle database administration, and shows how to think about the whole complex problem of performance tuning, how to break it down, how to root out the cause of performance bottlenecks. *Covers all practical aspects of Oracle performance tuning. * Filled with hands-on lessons and accounts. * Teaches an innovative and effective "Physician to Magician" approach, showing how to understand the problem, uncover the root cause, and choose and implement the most effective solution.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Forecasting Oracle Performance
Craig Shallahamer Hardcover R1,345 Discovery Miles 13 450
Oracle Internals - Tips, Tricks, and…
Donald K. Burleson Paperback R3,306 Discovery Miles 33 060
Migrating to the Cloud - Oracle…
Tom Laszewski, Prakash Nauduri Paperback R1,045 R789 Discovery Miles 7 890
Object-oriented Oracle
Hardcover R2,035 Discovery Miles 20 350
Promethean Oracle
Sophia Shultz, Mark Cogan Miscellaneous printed matter R972 R779 Discovery Miles 7 790
Practical Oracle Database Appliance
Bobby Curtis, Yury Velikanov, … Paperback R2,254 Discovery Miles 22 540
Oracle Database Programming using Java…
Kuassi Mensah Paperback R1,670 Discovery Miles 16 700
Oracle Exadata Survival Guide
David Fitzjarrell, Mary Spence Paperback R2,632 Discovery Miles 26 320
Pro Oracle Collaboration Suite 10g
John Watson Hardcover R1,513 Discovery Miles 15 130
Oracle 10g RAC Grid, Services and…
Murali Vallath Paperback R1,144 Discovery Miles 11 440

 

Partners