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

Oracle 12c - SQL (Paperback, 3rd Edition): Joan Casteel Oracle 12c - SQL (Paperback, 3rd Edition)
Joan Casteel 1
R1,321 R1,228 Discovery Miles 12 280 Save R93 (7%) Ships in 10 - 15 working days

Now you can master the latest version of the fundamental SQL language used in all relational databases today with ORACLE 12C: SQL, 3E. Much more than a study guide, this edition helps you transform a basic knowledge of databases into proficiency with the latest SQL and Oracle concepts and techniques. You learn to use Oracle 12c SQL most effectively as you prepare for the first exam in the Oracle Database Administrator or Oracle Developer Certification Exam paths. This edition initially focuses on creating database objects, including tables, constraints, indexes, sequences, manipulating data, and more. The author then explores both basic data query techniques as well as advanced query topics using a proven hands-on approach. ORACLE 12C: SQL, 3E introduces the latest features and enhancements in 12c, from enhanced data types and invisible columns to new CROSS and OUTER APPLY methods for joins. To help you transition to further studies and even more advanced books in this series, appendixes introduce SQL tuning, compare Oracle's SQL syntax with other databases, and overview Oracle connection interface tools: SQL Developer and SQL Plus. Trust ORACLE 12C: SQL, 3E to provide the knowledge you need for Oracle certification testing and the solid foundation for pursuing a career as a database administrator or developer.

Promethean Oracle (Miscellaneous printed matter): Sophia Shultz, Mark Cogan Promethean Oracle (Miscellaneous printed matter)
Sophia Shultz, Mark Cogan
R972 R779 Discovery Miles 7 790 Save R193 (20%) Ships in 10 - 15 working days

When Prometheus stole the sacred Olympian flame and bestowed it upon humanity, he literally sparked the growth of civilization. Now Prometheus presents us with a different but no less significant gift: the guiding flame of insight, drawn from the stories and energies of the kings, gods, and heroes who complement history and mythology's great queens, goddesses, and heroines. This rich and lovely 50-card oracle deck and guidebook unifies male energies with those of the Chakras to create a unique and fresh approach to personal divination. You will be led by warriors like Odysseus, cunning kings like Hammurabi, quiet prophets like Elijah, and monsters like Pazuzu to strong intuitive wisdom that can be applied to your well-being and life's serious and day-to-day issues. The evocative portrait cards, each featuring a Chakra will, like Prometheus, bring the fire of knowledge and renewal to your soul.

Oracle Database Programming using Java and Web Services (Paperback, Abridged edition): Kuassi Mensah Oracle Database Programming using Java and Web Services (Paperback, Abridged edition)
Kuassi Mensah
R1,670 Discovery Miles 16 700 Ships in 10 - 15 working days

The traditional division of labor between the database (which only stores and manages SQL and XML data for fast, easy data search and retrieval) and the application server (which runs application or business logic, and presentation logic) is obsolete. Although the books primary focus is on programming the Oracle Database, the concepts and techniques provided apply to most RDBMS that support Java including Oracle, DB2, Sybase, MySQL, and PostgreSQL. This is the first book to cover new Java, JDBC, SQLJ, JPublisher and Web Services features in Oracle Database 10g Release 2 (the coverage starts with Oracle 9i Release 2). This book is a must-read for database developers audience (DBAs, database applications developers, data architects), Java developers (JDBC, SQLJ, J2EE, and OR Mapping frameworks), and to the emerging Web Services assemblers.
* Describes pragmatic solutions, advanced database applications, as well as provision of a wealth of code samples
* Addresses programming models which run within the database as well as programming models which run in middle-tier or client-tier against the database.
* Discusses languages for stored procedures: when to use proprietary languages such as PL/SQL and when to use standard languages such as Java; also running non-Java scripting languages in the database
* Describes the Java runtime in the Oracle database 10g (i.e., OracleJVM), its architecture, memory management, security management, threading, Java execution, the Native Compiler (i.e., NCOMP), how to make Java known to SQL and PL/SQL, data types mapping, how to call-out to external Web components, EJB components, ERP frameworks, and external databases.
* Describes JDBC programming and the new Oracle JDBC 10g features, its advanced connection services (pooling, failover, load-balancing, and the fast database event notification mechanism) for clustered databases (RAC) in Grid environments.
* Describes SQLJ programming and the latest Oracle SQLJ 10g features, contrasting it with JDBC
* Describes the latest Database Web services features, Web services concepts and Services Oriented Architecture (SOA) for DBA, the database as Web services provider and the database as Web services consumer.
* Abridged coverage of JPublisher 10g, a versatile complement to JDBC, SQLJ and Database Web Services.

Oracle 10g RAC Grid, Services and Clustering (Paperback): Murali Vallath Oracle 10g RAC Grid, Services and Clustering (Paperback)
Murali Vallath
R1,144 Discovery Miles 11 440 Ships in 10 - 15 working days

Grid architecture is Oracle s strategy for high-end computing and RAC is the stepping stone into this arena. This book focuses on current technology including all valid RAC features up through Oracle Database 10g Release 2, with a primary focus on deploying it in a high-end grid environment. The book discusses this technology at length which users will find beneficial when researching, implementing or monitoring a RAC environment. The author covers workshop implementation of services and the distribution of workload across instances, with threshold definitions and the new load balancing algorithms. In addition it includes detailed discussions on ASM that complements the implementation of RAC in Oracle Grid strategy. The book also includes discussions on new Oracle Clusterware, its components and its integration with RAC.
Oracle 10g RAC focuses on RAC-specific topics including ASM, operating system configuration, installation and configuration of RAC and much more. Coverage includes network configuration for high availability, FAN, TAF, ONS, implementation of maximum availability architecture (MAA), EM Grid Control, AWR, ADDM and other performance-related tools. The author includes several scripts for performance tuning and implementation that the reader can use to configure a RAC environment either on a 2, 4, 8, 60 or 99 node configuration.
* Focuses on implementing, testing and tuning features of Real Application Clusters (RAC) database
version 10g Release 2
* Provides extensive coverage of usage, day-to-day functions and operations
* Includes tips and techniques such as script samples
to illustrate various features of RAC
* A jumpstart into all the key features of 10g R2 RAC"

Oracle Performance Tuning for 10gR2 (Paperback, 2nd edition): Gavin JT Powell Oracle Performance Tuning for 10gR2 (Paperback, 2nd edition)
Gavin JT Powell
R1,870 Discovery Miles 18 700 Ships in 10 - 15 working days

Tuning of SQL code is generally cheaper than changing the data model. Physical and configuration tuning involves a search for bottlenecks that often points to SQL code or data model issues. Building an appropriate data model and writing properly performing SQL code can give 100%+ performance improvement. Physical and configuration tuning often gives at most a 25% performance increase.
Gavin Powell shows that the central theme of Oracle10gR2 Performance Tuning is four-fold: denormalize data models to fit applications; tune SQL code according to both the data model and the application in relation to scalability; create a well-proportioned physical architecture at the time of initial Oracle installation; and most important, mix skill sets to obtain the best results.
* Fully updated for version 10gR2 and provides all necessary transition material from version 9i
* Includes all three aspects of Oracle database tuning: data model tuning, SQL & PL/SQL code tuning, physical plus configuration tuning
* Contains experienced guidance and real-world examples using large datasets Emphasizes development as opposed to operating system perspective

Oracle Database 10g Data Warehouseing (Paperback): Lilian Hobbs, Susan Hillson, Shilpa Lawande, Pete Smith Oracle Database 10g Data Warehouseing (Paperback)
Lilian Hobbs, Susan Hillson, Shilpa Lawande, Pete Smith
R1,827 Discovery Miles 18 270 Ships in 10 - 15 working days

Oracle 10g Data Warehousing is a guide to using the Data Warehouse features in the latest version of Oracle -Oracle Database 10g. Written by people on the Oracle development team that designed and implemented the code and by people with industry experience implementing warehouses using Oracle technology, this thoroughly updated and extended edition provides an insider's view of how the Oracle Database 10g software is best used for your application.
It provides a detailed look at the new features of Oracle Database 10g and other Oracle products and how these are used in the data warehouse. This book will show you how to deploy the Oracle database and correctly use the new Oracle Database 10g features for your data warehouse. It contains walkthroughs and examples on how to use tools such as Oracle Discoverer and Reports to query the warehouse and generate reports that can be deployed over the web and gain better insight into your business.
This how-to guide provides step by step instructions including screen captures to make it easier to design, build and optimize performance of the data warehouse or data mart. It is a 'must have' reference for database developers, administrators and IT professionals who want to get to work now with all of the newest features of Oracle Database 10g.
It provides a detailed look at the new features of Oracle Database 10g and other Oracle products and how these are used in the data warehouse, including:
* How to use the Summary Management features, including Materialized Views and query rewrite, to best effect to radically improve query performance
* How to deploy business intelligence to the Web to satisfy today's changing and demandingbusiness requirements
* Using Oracle OLAP and Data Mining options
* How to understand the warehouse hardware environment and how it is used by new features in the database including how to implement a high availability warehouse
environment
* Using the new management infrastructure in Oracle Database 10g and how this helps you to manage your warehouse environment

Pro Oracle Collaboration Suite 10g (Hardcover, 1st ed.): John Watson Pro Oracle Collaboration Suite 10g (Hardcover, 1st ed.)
John Watson
R1,513 Discovery Miles 15 130 Ships in 18 - 22 working days

OCS is becoming the dominant product for large-scale collaborationblending core functions of e-mail, file serving, and diary management with the additional functionality of web conferencing, instant messaging, and wireless access. Pro Oracle Collaboration Suite 10g provides all you need to know to install and configure OCS for use, but this book is much more than a to-do list.

It covers the architecture of the server processes and the applications, giving you the theoretical background to take OCS beyond the basics. Theres no need to worry if youre new to the Oracle database, Oracle Components for Java environment (OC4J), HTTP web servers, or LDAP Internet directorieseverything is explained carefully. But if you are already familiar with these topics, youll learn how to fully exploit them in order to optimize your OCS installation.

JDBC Metadata, MySQL, and Oracle Recipes - A Problem-Solution Approach (Hardcover, 1st ed.): Mahmoud Parsian JDBC Metadata, MySQL, and Oracle Recipes - A Problem-Solution Approach (Hardcover, 1st ed.)
Mahmoud Parsian
R1,535 Discovery Miles 15 350 Ships in 18 - 22 working days

"JDBC Metadata, MySQL, and Oracle Recipes" is the only book that focuses on metadata or annotation-based code recipes for JDBC API for use with Oracle and MySQL. It continues where the authors other book, "JDBC Recipes: A Problem-Solution Approach," leaves off.

This edition is also a Java EE 5-compliant book, perfect for lightweight Java database development. And it provides cut-and-paste code templates that can be immediately customized and applied in each developer's application development.

Oracle SQL By Example (Paperback, 4th edition): Alice Rischert Oracle SQL By Example (Paperback, 4th edition)
Alice Rischert 1
R1,404 Discovery Miles 14 040 Ships in 10 - 15 working days

"The book...has enough depth for even a seasoned professional to pick up enough tips to pay back the price of the book many times over." -Dr. Paul Dorsey, President, Dulcian, Inc., Oracle Magazine PL/SQL Developer of the Year 2007, and President Emeritus, New York Oracle Users Group "This is a fascinating guide into the world of Oracle SQL with an abundance of well-collected examples. Without a doubt, this book is helpful to beginners and experts alike who seek alternative ways to resolve advanced scenarios."-Oleg Voskoboynikov, Ph.D., Database Architect The World's #1 Hands-On Oracle SQL Workbook-Fully Updated for Oracle 11g Crafted for hands-on learning and tested in classrooms worldwide, this book illuminates in-depth every Oracle SQL technique you'll need. From the simplest query fundamentals to regular expressions and with newly added coverage of Oracle's powerful new SQL Developer tool, you will focus on the tasks that matter most. Hundreds of step-by-step, guided lab exercises will systematically strengthen your expertise in writing effective, high-performance SQL. Along the way, you'll acquire a powerful arsenal of useful skills-and an extraordinary library of solutions for your real-world challenges with Oracle SQL. Coverage includes 100% focused on Oracle SQL for Oracle 11 g, today's #1 database platform-not "generic" SQL! Master all core SQL techniques including every type of join such as equijoins, self joins, and outer joins Understand Oracle functions in depth, especially character, number, date, timestamp, interval, conversion, aggregate, regular expressions, analytical, and more Practice all types of subqueries, such as correlated and scalar subqueries, and learn about set operators and hierarchical queries Build effective queries and learn fundamental Oracle SQL Developer and SQL*Plus skills Make the most of the Data Dictionary and create tables, views, indexes, and sequences Secure databases using Oracle privileges, roles, and synonyms Explore Oracle 11 g's advanced data warehousing features Learn many practical tips about performance optimization, security, and architectural solutions Avoid common pitfalls and understand and solve common mistakes For every database developer, administrator, designer, or architect, regardless of experience!

Oracle Internals - Tips, Tricks, and Techniques for DBAs (Paperback): Donald K. Burleson Oracle Internals - Tips, Tricks, and Techniques for DBAs (Paperback)
Donald K. Burleson
R3,306 Discovery Miles 33 060 Ships in 10 - 15 working days

If you are a typical Oracle professional, you don't have the luxury of time to keep up with new technology and read all the new manuals to understand each new feature of the latest release from Oracle. You need a comprehensive source of information and in-depth tips and techniques for using the new technology. You need Oracle Internals: Tips, Tricks, and Techniques for DBAs.
Oracle has evolved from a simple relational database into one of the most complex e-commerce platforms ever devised. It's not enough for you to understand just the Oracle database. You must also understand the components of the Web server technology, XML, Oracle Security, Oracle and Java, and a host of other issues in order to do your job properly.
This book is a compendium of the best and most useful articles form Oracle Internals, Auerbach Publications' newsletter for Oracle database administrators and other Oracle professionals. Edited by Oracle guru Don Burleson, it provides the type of in-depth, highly technical information not found in any other book, information only available from peers and consultants. The chapters focus on the truly tough stuff - proven techniques learned in the trenches.
You could get this information from other sources, but you'd have to hunt and peck for it. Can you afford that kind of time? Oracle Internals: Tips, Tricks, and Techniques for DBAs gives you knowledge and advice directly applicable to your work in one easy-to-use resource.

Object-oriented Oracle (Hardcover, New): Object-oriented Oracle (Hardcover, New)
R2,035 Discovery Miles 20 350 Ships in 18 - 22 working days

The popularity of object-oriented concepts, design, and programming has stimulated the need for a database system that enables a straightforward process to store and retrieve object instances. Object-Oriented Oracle explores object-oriented features and techniques in Oracle DBMS. This book describes comprehensive and fundamental aspects of object-oriented data modeling and implementation in Oracle. It covers the implementation of structural aspects of an object model, including object types, collection types, object referencing, nested tables, and inheritance structures, as well as the behavioral aspects including encapsulated member procedures and functions. Object-Oriented Oracle discusses the complete cycle of database design using object-oriented concepts, implementation of object-relational Oracle, and data manipulations using member procedures/functions and object-relational queries. Object-Oriented Oracle contains a wealth of information, such as case studies in every chapter, as well as exercises at the end of each chapter which helps readers to absorb the topics better, all reasons this book is a necessary collection addition for academics, researchers, educators, and IT professionals everywhere.

Oracle Database Programming with Visual Basic.NET - Concepts, Designs and Implementations (Paperback): Y. Bai Oracle Database Programming with Visual Basic.NET - Concepts, Designs and Implementations (Paperback)
Y. Bai
R1,976 Discovery Miles 19 760 Ships in 10 - 15 working days

Oracle Database Programming with Visual Basic.NET Discover a detailed treatment of the practical considerations and applications of Oracle database programming with Visual Basic 2019 Oracle Database Programming with Visual Basic.NET: Concepts, Designs, and Implementations delivers a comprehensive exploration of the foundations of Oracle database programming using Visual Basic.NET. Using Visual Basic.NET 2019, Visual Studio.NET 2019, and Oracle 18c XE, the book introduces the Oracle database development system, Oracle SQL Developer and Modeler, and teaches readers how to implement a sample database solution. The distinguished author also demonstrates the use of dotConnect for Oracle to show readers how to create an effective connection to an Oracle 18c XE database. The current versions of the .NET framework, ASP.NET, and ASP.NET 4.7 are also explored and used to offer readers the most up to date web database programming techniques available today. The book provides practical example projects and detailed, line-by-line descriptions throughout to assist readers in the development of their database programming skill. Students will also benefit from the inclusion of: A thorough introduction to databases, including definitions, examples, descriptions of keys and relationships, and some database components in popular databases, like Access, SQL, and Oracle An exploration of ADO.NET, including its architecture and components, like the DataReader class, DataSet component, DataTable component, and the command and parameter classes A discussion of Language Integrated Query (LINQ), including its architecture and components, its relationship to objects, DataSet, Oracle, and Entities An explanation of how to access data in ASP.NET and ASP.NET Web Services with multiple real project examples. Perfect for college and university students taking courses related to database programming and applications, Oracle Database Programming with Visual Basic.NET will also earn a place in the libraries of programmers and software engineers seeking a comprehensive reference for database coding in Visual Basic.NET.

Troubleshooting Oracle Performance (Hardcover, 1st ed.): Christian Antognini Troubleshooting Oracle Performance (Hardcover, 1st ed.)
Christian Antognini
R1,678 Discovery Miles 16 780 Ships in 18 - 22 working days

When your database application isn't running fast enough, troubleshooting is usually your first move. Finding the slow part of an application is often easy, but discovering a solution can prove much more difficult. Troubleshooting Oracle Performance helps by providing a systematic approach to addressing the underlying causes of poor database application performance. Written for developers by an application developer who has learned by doing, this book shows you how to plan for performance as you would for any other application requirement.

Oracle Identity Management - Governance, Risk, and Compliance Architecture, Third Edition (Paperback, 3rd edition): Marlin B... Oracle Identity Management - Governance, Risk, and Compliance Architecture, Third Edition (Paperback, 3rd edition)
Marlin B Pohlman
R2,385 Discovery Miles 23 850 Ships in 10 - 15 working days

In today's competitive marketplace with its focus on profit, maintaining integrity can often be a challenge. Further complicating this challenge is the fact that those assigned to the task of assuring accountability within an organization often have little, if any, visibility into the inner workings of that organization. Oracle Identity Management: Governance, Risk, and Compliance Architecture is the definitive guide for corporate stewards who are struggling with the challenge of meeting regulatory compliance pressures while embarking on the path of process and system remediation. The text is written by Marlin Pohlman, a director with Oracle who is recognized as one of the primary educators worldwide on identity management, regulatory compliance, and corporate governance. In the book's first chapters, Dr. Pohlman examines multinational regulations and delves into the nature of governance, risk, and compliance. He also cites common standards, illustrating a number of well-known compliance frameworks. He then focuses on specific software components that will enable secure business operations. To complete the picture, he discusses elements of the Oracle architecture, which permit reporting essential to the regulatory compliance process, and the vaulting solutions and data hubs, which collect, enforce, and store policy information. Examining case studies from the five most regulated business verticals, financial services, retail, pharma-life sciences, higher education, and the US public sector, this work teaches corporation stewards how to: Attain and maintain high levels of integrity Eliminate redundancy and excessive expense in identity management Map solutions directly to region and legislation Hold providers accountable for contracted services Identity management is the first line of defense in the corporate internal ecosystem. Reconcilingtheory and practicality, this volume makes sure that defense is workable, responsive, and effective.

Migrating to the Cloud - Oracle Client/Server Modernization (Paperback): Tom Laszewski, Prakash Nauduri Migrating to the Cloud - Oracle Client/Server Modernization (Paperback)
Tom Laszewski, Prakash Nauduri
R1,045 R789 Discovery Miles 7 890 Save R256 (24%) Ships in 10 - 15 working days

Migrating to the Cloud: Oracle Client/Server Modernization is a reference guide for migrating client/server applications to the Oracle cloud. Organized into 14 chapters, the book offers tips on planning, determining effort and budget, designing the Oracle cloud infrastructure, implementing the migration, and moving the Oracle cloud environment into production. Aside from Oracle application and database cloud offerings, the book looks at various tools and technologies that can facilitate migration to the cloud. It includes useful code snippets and step-by-step instructions in database migration, along with four case studies that highlight service enablement of DOS-based applications, Sybase to Oracle, PowerBuilder to APEX, and Forms to Java EE. Finally, it considers current challenges and future trends in cloud computing and client/server migration. This book will be useful to IT professionals, such as developers, architects, database administrators, IT project managers, and executives, in developing migration strategies and best practices, as well as finding appropriate solutions.

Forecasting Oracle Performance (Hardcover, 1st Corrected ed., Corr. 3rd printing): Craig Shallahamer Forecasting Oracle Performance (Hardcover, 1st Corrected ed., Corr. 3rd printing)
Craig Shallahamer
R1,345 Discovery Miles 13 450 Ships in 18 - 22 working days

What makes seasoned IT professionals run for cover? Answer: Forecasting Oracle performance! Craig Shallahamer is an Oracle performance expert with over 18 years of experience. His book is the first to focus, not on the problem of solving today's problem, but squarely on the problem of forecasting the future performance of an Oracle database. Other Oracle performance books are good for putting out fires; Craig's book helps you avoid all the heat in the first place.Application over mathematical proofs...

If you're an IT practioner who appreciates application over mathematical proofs than you'll be pleasantly surprised! Each chapter is filled with examples to transform the theory, mathematics, and methods into something you can practically apply. Craig's goal is to teach you about real-word Oracle performance forecasting. Period. There is no hidden agenda.A practical and hands-on training course in a book...

This book is a kind of training course. After reading, studying, and practicing the material covered in this book, you to be able to confidently, responsibly, and professionally forecast performance and system capacity in a wide variety of real-life situations. How to avoid being on the Wall Street Journal's front page...

If you are more management minded (or want to be) you will be delighted with the service level management focus. Forecasting makes good business sense because it maximizes the return on IT investment and minimizes unplanned down time. To those who think forecasting is a waste of money. Well...obviously they've never been on the evening news because their company lost millions of dollars in revenue and brand destruction because of poorly performing orunavailable systems.It's about equipping you...

Without a doubt you will be equipped to deal with the realities of forecasting Oracle performance. But this book gives you more. Not only will you receive a technical and mathematical perspective, but also a communication, a presentation, and a management perspective. This is career building stuff and immensely satisfying!What you'll learn

This book is a "how to" book filled with examples to transform theory and mathematics into something you can practically apply. You will learn how to use a variety of forecasting models, which will enable you to methodically: Help manage service levels from a business value perspective, Identify the risk of over utilized resources, Predict what component of an architecture is at risk, Predict when a system will be at risk, Develop multiple risk mitigating strategies to ensure service levels aremaintainedCharacterize a complex Oracle workload.Who is this book for?

I.T. professionals who must ensure their production Oracle systems are meeting service levels, in part, through forecasting performance, identifying risk, and developing solutions to ensure systems are available without wasting budget. Readers include database administrators, I.T. managers, developers, capacity planners, systems architects, systems integrators.

Mastering Oracle GoldenGate (Paperback, 1st ed.): Ravinder Gupta Mastering Oracle GoldenGate (Paperback, 1st ed.)
Ravinder Gupta
R1,890 Discovery Miles 18 900 Ships in 18 - 22 working days

Master Oracle GoldenGate technology on multiple database platforms using this step-by-step implementation guide. Learn about advanced features to use in building a robust, high-availability replication system. Provided are detailed illustration of Oracle GoldenGate concepts, GoldenGate tools and add-ons, as well as illustrative examples. The book covers Oracle GoldenGate for Oracle database, and also discusses setup and configuration for other common databases such as IBM DB2, SYBASE ASE, MySQL, and Microsoft SQL Server. The technology landscape is fast-changing, and Mastering Oracle GoldenGate stays current by covering the new features included in Oracle GoldenGate 12c. The book covers both classic capture and integrated capture, as well as delivery. Also covered are Oracle GoldenGate security and performance tuning, to keep your system secure and performing at its best. You will learn to monitor your GoldenGate system using tools that come with Oracle GoldenGate management pack, as well as using shell scripts. Troubleshooting is well-illustrated with examples: Covering Oracle GoldenGate technology across common database brands Discussing high-performing and secure replication environments Speaking to replication in Big Data and cloud computing environments What You Will Learn Implement Oracle GoldenGate for real time replication Secure and tune your replication environment for high performance Administer your Oracle GoldenGate environment Learn troubleshooting approaches with help of examples Make use of GoldenGate Management Pack and its API Feed live data into Big Data and cloud-based systems Who This Book Is For Database professionals who have chosen to ride the Oracle GoldenGate roller coaster for real-time replication solutions. The book is for beginners as well as professionals who are willing to master the leading replication technology in the industry. It is an excellent choice for professionals who are implementing or maintaining Oracle GoldenGate replication environments on any of the major database management system platforms.

Oracle Solaris and Veritas Cluster : An Easy-build Guide - A try-at-home, practical guide to implementing Oracle/Solaris and... Oracle Solaris and Veritas Cluster : An Easy-build Guide - A try-at-home, practical guide to implementing Oracle/Solaris and Veritas clustering using a desktop or laptop (Paperback, 1st ed.)
Vijay Shankar Upreti
R1,894 Discovery Miles 18 940 Ships in 18 - 22 working days

Learn the fundamental concepts of OS clustering, Oracle Solaris clustering high-level design, Oracle Solaris clustering implementation using VirtualBox, and Veritas clustering implementation using VirtualBox. Oracle Solaris and Veritas Cluster: An Easy-build Guide shows you how to implement a cluster on your desktop or laptop devices using virtualized network, host, and storage configuration. This book explains both the architecture design and technical implementation for building Solaris Oracle- or Veritas-based clustered environments. This book provides snapshot-based steps to set up Solaris virtual hosts under VirtualBox and implement Veritas clustering across two virtual hosts that can be implemented on a desktop or laptop. This book will help you understand what it's like setting up a clustered environment, in simple steps that can be followed by users having little knowledge of clustering. What You Will Learn: Practice cluster implementation on your local PC or laptop Implement both Oracle/Solaris and Veritas clusters under Oracle Solaris 10 OS Master cluster fundamentals, concepts, and design Create virtualized environments under VirtualBox Learn the prerequisites and configuration for host builds, networking, and storage setup using VirtualBox for Solaris Oracle and Veritas Who This Book Is For: IT support engineers, education institutions and students.

Pro jQuery in Oracle Application Express (Paperback, 1st ed.): Scott Wesley Pro jQuery in Oracle Application Express (Paperback, 1st ed.)
Scott Wesley
R2,561 Discovery Miles 25 610 Ships in 18 - 22 working days

Building on your existing SQL skills, this book teaches you how to apply useful jQuery techniques to applications developed using the Oracle Application Express (APEX) development tool. Pro jQuery in Oracle Application Express covers the fundamentals you need to start enhancing your applications, with some practical examples that you'll want in your own applications tomorrow. jQuery is a framework already utilized by APEX, and by learning the basics of jQuery you can leverage the flexible dynamic actions provide and see your applications raise the bar. Discover why you should embrace HTML5, CSS, and jQuery library capabilities, and how they can enhance the user experience. Oracle Application Express is a mature, browser-based, rapid-development environment with a strong community base around the #orclapex tag. jQuery is a language for the browser, with it you can treat your web page as if it were a database, interacting with a range of features and functions that can make you into a more constructive, more efficient developer. Exemplifies how productive APEX, CSS, and jQuery can be Transforms your PL/SQL skills to CSS and jQuery Provides jQuery snippets to enhance your application UX

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 Database 12c Administration - From Novice to Professional (Paperback, 2nd ed.): Ignatius Fernandez Beginning Oracle Database 12c Administration - From Novice to Professional (Paperback, 2nd ed.)
Ignatius Fernandez
R3,421 Discovery Miles 34 210 Ships in 18 - 22 working days

Beginning Oracle Database 12c Administration is your entry point into a successful and satisfying career as an Oracle Database Administrator. The chapters of this book are logically organized into four parts closely tracking the way your database administration career will naturally evolve. Part 1 "Database Concepts" gives necessary background in relational database theory and Oracle Database concepts, Part 2 "Database Implementation" teaches how to implement an Oracle database correctly, Part 3 "Database Support" exposes you to the daily routine of a database administrator, and Part 4 "Database Tuning" introduces the fine art of performance tuning. Beginning Oracle Database 12c Administration provides information that you won't find in other books on Oracle Database. You'll discover not only technical information, but also guidance on work practices that are as vital to your success as are your technical skills. The author's favorite chapter is "The Big Picture and the Ten Deliverables." (It is the editor's favorite chapter too!) If you take the lessons in that chapter to heart, you can quickly become a much better Oracle database administrator than you ever thought possible. You will grasp the key aspects of theory behind relational database management systems and learn how to: * Install and configure an Oracle database, and ensure that it's properly licensed; * Execute common management tasks in a Linux environment; * Defend against data loss by implementing sound backup and recovery practices; and * Improve database and query performance.

Protecting Oracle Database 12c (Paperback, 1st ed.): Paul Wright Protecting Oracle Database 12c (Paperback, 1st ed.)
Paul Wright
R2,449 Discovery Miles 24 490 Ships in 18 - 22 working days

Protecting Oracle Database 12c helps you solve the problem of maximizing the safety, resilience, and security of an Oracle database whilst preserving performance, availability, and integration. The book demonstrates through coded examples how to enable the consolidation features of Oracle Database 12c without increasing risk of either internal corruption or external vulnerability. In addition, new protections not publicly available are included in a task-based recipe format so that demonstrable risk improvements can be achieved, measured, and communicated to higher management. Most importantly, the challenge of privileged access control within a consolidation environment will be addressed, thus enabling a safe move to greater efficiency. * Demonstrates the securing of software and identity vulnerabilities. * Guides in implementing access controls over privileged accounts. * Helps you integrate with identity access management systems. * Provides a safe path to consolidation using the new, pluggable database feature set.

Beginning Oracle PL/SQL (Paperback, 2nd ed.): Donald Bales Beginning Oracle PL/SQL (Paperback, 2nd ed.)
Donald Bales
R2,050 Discovery Miles 20 500 Ships in 18 - 22 working days

Beginning Oracle PL/SQL gets you started in using the built-in language that every Oracle developer and database administrator must know. Oracle Database is chock-full of built-in application features that are free for the using, and PL/SQL is your ticket to learning about and using those features from your own code. With it, you can centralize business logic in the database, you can offload application logic, and you can automate database- and application-administration tasks. Author Don Bales provides in Beginning Oracle PL/SQL a fast-paced and example-filled tutorial. Learn from Don's extensive experience to discover the most commonly used aspects of PL/SQL, without wasting time on obscure and obsolete features. The author takes his 20+ years of experience and a wealth of statistics he's gathered on PL/SQL usage over those years and applies the 80/20 rule: cover what's most needed and used by PL/SQL professionals and avoid what's not necessary! The result is a book that covers all the key features of PL/SQL without wasting your time discussing esoteric and obsolete parts of the language. Learn what really matters, so that you can get to work feeling confident with what you know about PL/SQL. Covers the key topics that matter, including variables and datatypes, executing statements, working with cursors, bulk operations, real-world objects, debugging, testing, and more. Teaches you to write production-level, object-oriented PL/SQL. You'll explore relational PL/SQL, but unlike most other books on the subject, this one emphasizes the use of PL/SQLs object-oriented features as well. Guides you in working through real examples of using of PL/SQL. You'll learn PL/SQL by applying it to real-world business problems, not by heavy theory.

Oracle RMAN for Absolute Beginners (Paperback, 1st ed.): Darl Kuhn Oracle RMAN for Absolute Beginners (Paperback, 1st ed.)
Darl Kuhn
R2,280 Discovery Miles 22 800 Ships in 18 - 22 working days

Oracle RMAN for Absolute Beginners is a gentle introduction to the use of Oracle's Recovery Manager software to make backups of an Oracle database, and to restore all or part of a database in the event that data loss occurs. It is often said that a database administrator's #1 job responsibility is to be able to recover from data loss. If you're new to the Oracle platform, or you're new to database administration in general, you can hardly go wrong by making it your first priority to learn to backup and recover the database that has been entrusted into your hands. This book is short and sweet at just 200 pages. Focus lies on the mainstream use cases. Recovery Manager, or RMAN as it is called, is a powerful and complex tool that can be intimidating at first. Author Darl Kuhn understands the need to focus on the core use cases, building your confidence in the tool, and in your ability to recover from lost database files, and even to recover your entire database should that become necessary. Oracle RMAN for Absolute Beginners shows how to backup your database. That's the first job. You'll learn to backup the entire database, and to create incremental backups that in turn can speed restore and recovery operations. Then you'll learn to recover from lost data files, lost redo log files, lost control files, and even to restore the entire database from scratch. You'll even learn how to clone a database for development and test purposes by backing the database up on one system and restoring it onto another. Author Darl Kuhn has a decade and a half of experience in writing about, and teaching Oracle Database backup and recovery. If you are newly responsible for an Oracle Database, you can hardly do better than to pick up a copy of Oracle RMAN for Absolute Beginners.

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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Computational Algorithms for Fingerprint…
Bir Bhanu, Xuejun Tan Hardcover R2,766 Discovery Miles 27 660
Intrusion Detection Systems
Roberto Di Pietro, Luigi V. Mancini Hardcover R4,237 Discovery Miles 42 370
Information Warfare Principles and…
Edward Waltz Hardcover R3,832 Discovery Miles 38 320
Fundamentals of Cryptology - A…
Henk C.A. van Tilborg Mixed media product R1,540 Discovery Miles 15 400
Management Of Information Security
Michael Whitman, Herbert Mattord Paperback R1,321 R1,228 Discovery Miles 12 280
Secure Data Networking
Michael Purser Hardcover R2,851 Discovery Miles 28 510
Communications and Multimedia Security…
Patrick Horster Hardcover R4,164 Discovery Miles 41 640
Artificial Intelligence and Security in…
Jerzy Soldek, Leszek Drobiazgiewicz Hardcover R4,179 Discovery Miles 41 790
Algebraic Aspects of Cryptography
Neal Koblitz Hardcover R4,804 Discovery Miles 48 040
Cryptography and Computational Number…
Igor E Shparlinski, Etc, … Hardcover R2,460 Discovery Miles 24 600

 

Partners