0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (15)
  • R250 - R500 (45)
  • R500+ (819)
  • -
Status
Format
Author / Contributor
Publisher

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

PostgreSQL 11 Documentation Manual Version 11.2 - Volume 2 Chapters 37-50 & Reference (Paperback): PostgreSQL Global... PostgreSQL 11 Documentation Manual Version 11.2 - Volume 2 Chapters 37-50 & Reference (Paperback)
PostgreSQL Global Development Group
R1,606 Discovery Miles 16 060 Ships in 10 - 15 working days
RMAN Recipes for Oracle Database 12c - A Problem-Solution Approach (Paperback, 2nd ed.): Darl Kuhn, Sam Alapati, Arup Nanda RMAN Recipes for Oracle Database 12c - A Problem-Solution Approach (Paperback, 2nd ed.)
Darl Kuhn, Sam Alapati, Arup Nanda
R2,838 Discovery Miles 28 380 Ships in 10 - 15 working days

RMAN Recipes for Oracle Database 12c is an example-driven approach to the Oracle database administrator's #1 job responsibility: * Be able to recover the database. Of all the things you are responsible for as database administrator, nothing is more important than the data itself. Like it or not, the fearsome responsibility of protecting your organization's 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. Oracle's flagship database product fortunately implements a wide-ranging feature set to aid you in the all-important task of safeguarding against data loss. Recovery Manager, or RMAN, is at the heart of that feature set, and is the tool most-often used to initiate database backup and recovery operations. In this book, well-known authors and database experts Darl Kuhn, Sam Alapati, and Arup Nanda have created a set of examples encompassing the gamut of backup and recovery tasks that you might need to perform. Sometimes, especially when the heat is on, a good example is what you need to get started towards a solution. RMAN Recipes for Oracle Database 12c delivers.It'll be the book you reach for when that dreaded call comes in at 3:00am some dreary morning. It'll be the book that lets you sleep at night knowing that no matter what transpires, that you've done your job well and can recover from any outage. RMAN Recipes for Oracle Database 12c 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.

Oracle RMAN Pocket Reference (Paperback, 1st ed): Darl Kuhn Oracle RMAN Pocket Reference (Paperback, 1st ed)
Darl Kuhn
R242 R225 Discovery Miles 2 250 Save R17 (7%) Ships in 10 - 15 working days

Oracle RMAN Pocket Reference is ideal for DBAs who require a concise reference to common RMAN tasks. The first portion of the book presents commands for such tasks as taking a full database backup, recovering from loss of data file, and cloning a database. The second portion offers a very concise RMAN syntax reference. This book will save DBAs time when performing tasks that are infrequent, yet extremely vital.

Oracle Essentials 5ed (Paperback, 5th Revised edition): Rick Greenwald Oracle Essentials 5ed (Paperback, 5th Revised edition)
Rick Greenwald; Contributions by Robert Stackowiak, Jonathan Stern
R1,232 R1,039 Discovery Miles 10 390 Save R193 (16%) Ships in 10 - 15 working days

Written by Oracle insiders, this indispensable guide distills an enormous amount of information about the Oracle Database into one compact volume. Ideal for novice and experienced DBAs, developers, managers, and users, "Oracle Essentials" walks you through technologies and features in Oracle's product line, including its architecture, data structures, networking, concurrency, and tuning.

Complete with illustrations and helpful hints, this fifth edition provides a valuable one-stop overview of Oracle Database 12"c," including an introduction to Oracle and cloud computing. "Oracle Essentials" provides the conceptual background you need to understand how Oracle truly works.

Topics include: A complete overview of Oracle databases and data stores, and Fusion Middleware products and featuresCore concepts and structures in Oracle's architecture, including pluggable databasesOracle objects and the various datatypes Oracle supportsSystem and database management, including Oracle Enterprise Manager 12"c"Security options, basic auditing capabilities, and options for meeting compliance needsPerformance characteristics of disk, memory, and CPU tuningBasic principles of multiuser concurrencyOracle's online transaction processing (OLTP)Data warehouses, Big Data, and Oracle's business intelligence toolsBackup and recovery, and high availability and failover solutions

Expert Oracle Database Architecture - Oracle Database 9i, 10g, and 11g Programming Techniques and Solutions (Paperback, 2nd... Expert Oracle Database Architecture - Oracle Database 9i, 10g, and 11g Programming Techniques and Solutions (Paperback, 2nd ed.)
Thomas Kyte
R1,764 R1,461 Discovery Miles 14 610 Save R303 (17%) Ships in 10 - 15 working days

Now in its second edition, this best-selling book by Tom Kyte of Ask Tom fame continues to bring you some of the best thinking on how to apply Oracle Database to produce scalable applications that perform well and deliver correct results. Tom has a simple philosophy: you can treat Oracle as a black box and just stick data into it or you can understand how it works and exploit it as a powerful computing environment. If you choose the latter, then you'll find that there are few information management problems that you cannot solve quickly and elegantly. This fully revised second edition covers the latest developments in Oracle Database 11g. Each feature is taught in a proof-by-example manner, not only discussing what it is, but also how it works, how to implement software using it, and the common pitfalls associated with it. Don't treat Oracle Database as a black-box. Get this book. Get under the hood. Turbo-charge your career.* Fully-revised to cover Oracle Database 11g* Proof-by-example approach: Let the evidence be your guide* Dives deeply into Oracle Databases's most powerful featuresWhat you'll learn* Develop an evidence-based approach to problem solving* Manage transactions in highly concurrent environments* Speed access to data through table and index design* Manage files and memory structures for performance and reliability* Scale up through partitioning and parallel processing* Load and unload data to interface with external systems* Think for yourself; don't take Tom's word for it Who this book is for This book is aimed at Oracle Database administrators, at PL/SQL and Java developers writing code to be deployed inside the database, and at developers of external applications who use Oracle Database as a data store. It is the go to book for those wishing to create efficient and scalable applications.

Algorithmic Aspects of Parallel Data Processing (Paperback): Paraschos Koutris, Semih Salihoglu, Dan Suciu Algorithmic Aspects of Parallel Data Processing (Paperback)
Paraschos Koutris, Semih Salihoglu, Dan Suciu
R2,198 Discovery Miles 21 980 Ships in 10 - 15 working days

The last decade has seen a huge and growing interest in processing large data sets on large distributed clusters. This trend began with the MapReduce framework, and has been widely adopted by several other systems, including PigLatin, Hive, Scope, Dremmel, Spark and Myria to name a few. While the applications of such systems are diverse (for example, machine learning, data analytics), most involve relatively standard data processing tasks like identifying relevant data, cleaning, filtering, joining, grouping, transforming, extracting features, and evaluating results. This has generated great interest in the study of algorithms for data processing on large distributed clusters. Algorithmic Aspects of Parallel Data Processing discusses recent algorithmic developments for distributed data processing. It uses a theoretical model of parallel processing called the Massively Parallel Computation (MPC) model, which is a simplification of the BSP model where the only cost is given by the amount of communication and the number of communication rounds. The survey studies several algorithms for multi-join queries, sorting, and matrix multiplication. It discusses their relationships and common techniques applied across the different data processing tasks.

The Minimum You Need to Know About Qt and Databases (Paperback): Roland Hughes The Minimum You Need to Know About Qt and Databases (Paperback)
Roland Hughes
R1,147 R981 Discovery Miles 9 810 Save R166 (14%) Ships in 10 - 15 working days
FileMaker Pro 12 (Paperback): Susan Prosser FileMaker Pro 12 (Paperback)
Susan Prosser; Contributions by Stuart Gripman
R1,165 R905 Discovery Miles 9 050 Save R260 (22%) Ships in 12 - 19 working days

You don't have to be a techie to use FileMaker Pro 12, but you do need to know what you're doing. With this crystal-clear guide, you'll learn how to create a powerful database that lets you do almost anything with your data. Whether you're running a business, printing a catalog, or planning a wedding, you'll learn how to customize your database and put it to work.

The important stuff you need to know: Get started. Tour FileMaker Pro's features and create your first database in minutes.Catalog your data. View, sort, and shape information in dozens of ways.Create professional documents. Publish reports, invoices, and other documents with ease.Harness processing power. Use calculations and scripts to crunch numbers, search text, and automate tasks.Add visual power and clarity. Create colorful charts to illustrate and summarize your data.Think like a developer. Dive into the high-level features of FileMaker Pro Advanced.

Pro ODP.NET for Oracle Database 11g (Paperback, 1st ed.): Edmund Zehoo, Yap Wai Hong Pro ODP.NET for Oracle Database 11g (Paperback, 1st ed.)
Edmund Zehoo, Yap Wai Hong
R1,778 Discovery Miles 17 780 Ships in 10 - 15 working days

This book is a comprehensive and easy-to-understand guide for using the Oracle Data Provider (ODP) version 11g on the .NET Framework. It also outlines the core GoF (Gang of Four) design patterns and coding techniques employed to build and deploy high-impact mission-critical applications using advanced Oracle database features through the ODP.NET provider. The book details the features of the ODP.NET provider in two main sections: Basic, covering the basics and mechanisms for data access via ODP.NET; and Advanced, covering advanced Oracle features such as globalization, savepoints, distributed transactions and how to call them via ODP.NET, advanced queueing (AQ), and promotable transactions. It takes you from the ground up through different implementation scenarios via a rich collection of both VB.NET and C# code samples. It outlines database security and performance optimization tricks and techniques on ODP.NET that conform to best practices and adaptable design. Different GoF design patterns are highlighted for different types of ODP.NET usage scenarios with consideration of performance and security.It provides a comprehensive guide to the synergistic integration of Oracle and Microsoft technologies such as the upcoming Oracle Developer Tools for Visual Studio (11.1.0.7.10). It also details how programmers can make use of ODT to streamline the creation of robust ODP.NET applications from within the Visual Studio environment. What you ll learn* How to use the full set of features available in ODP.NET 11g (with code samples and diagrams illustrating each feature/concept). New features such as using Oracle Streams AQ, promotable transactions, Oracle database event notifications, and Oracle database control are also covered. * The core performance and feature differences between ODP.NET, Microsoft.NET Provider for Oracle, OLEDB.NET, and ODBC.NET, together with the strengths and weaknesses of each method. This section also provides comprehensive coverage on the differences between ODP.NET 9i, 10g, and 11g.* How to take advantage of connection pooling, fetch size controls, ref cursors, bind variables, client result cache and statement caching via ODP.NET to squeeze every ounce of performance from your .NET application.* How to secure your ODP.NET applications via authentication and ODP.NET 11g s new classes to enforce imperative and declarative Oracle security.* The common programming pitfalls and design patterns to use/avoid in different ODP.NET usage scenarios* How to use a significant set of features of Oracle Developer Tools for Visual Studio (11.1.0.7.10), including new features such as the AQ designers, user/role management, and performance-tuning tools.Who this book is for This book is aimed at .NET developers looking for a comprehensive guide to ODP.NET and its latest features. The book will also appeal to those looking to optimize their OPD.NET applications by applying the best design patterns and other practices.

Cost Based Oracle Fundamentals (Paperback, 1st ed., Corr. 3rd printing): Jonathan Lewis Cost Based Oracle Fundamentals (Paperback, 1st ed., Corr. 3rd printing)
Jonathan Lewis
R1,697 R1,394 Discovery Miles 13 940 Save R303 (18%) Ships in 10 - 15 working days

The insights that Jonathan provides into the workings of the cost-based optimizer will make a DBA a better designer, and a Developer a better SQL coder. Both groups will become better troubleshooters. -- Thomas Kyte, VP (Public Sector), Oracle Corporation

The question, "Why isn't Oracle using my index?" must be one of the most popular (or perhaps unpopular) questions ever asked on the Oracle help forums. You've picked exactly the right columns, you've got them in the ideal order, you've computed statistics, you've checked for null columnsand the optimizer flatly refuses to use your index unless you hint it. What could possibly be going wrong?

If you've suffered the frustration of watching the optimizer do something completely bizarre when the best execution plan is totally obvious, or spent hours or days trying to make the optimizer do what you want it to do, then this is the book you need. Youll come to know how the optimizer "thinks," understand why it makes mistakes, and recognize the data patterns that make it go awry. With this information at your fingertips, you will save an enormous amount of time on designing and trouble-shooting your SQL.

The cost-based optimizer is simply a piece of code that contains a model of how Oracle databases work. By applying this model to the statistics about your data, the optimizer tries to efficiently convert your query into an executable plan. Unfortunately, the model can't be perfect, your statistics can't be perfect, and the resulting execution plan may be far from perfect.

In "Cost-Based Oracle Fundamentals," the first book in a series of three, Jonathan Lewisone of the foremost authorities in this fielddescribes the mostcommonly used parts of the model, what the optimizer does with your statistics, and why things go wrong. With this information, youll be in a position to fix entire problem areas, not just single SQL statements, by adjusting the model or creating more truthful statistics.

Expert Oracle Practices - Oracle Database Administration from the Oak Table (Paperback, 1st ed.): Pete Finnigan, Alex... Expert Oracle Practices - Oracle Database Administration from the Oak Table (Paperback, 1st ed.)
Pete Finnigan, Alex Gorbachev, Tim Gorman, Charles Hooper, Jonathan Lewis, …
R1,601 Discovery Miles 16 010 Ships in 10 - 15 working days

This book is an anthology of effective database management techniques representing the collective wisdom of the OakTable Network. With an emphasis upon performance--but also branching into security, national language, and other issues--the book helps you deliver the most value for your company's investment in Oracle Database technologies. You'll learn to effectively plan for and monitor performance, to troubleshoot systematically when things go wrong, and to manage your database rather than letting it manage you. What you'll learn Adopt a rational approach to database management; eliminate guesswork Add value to your organization as a database professional Manage and optimize performance Exploit different platform technologies Secure your organization's data Gain deep understanding of database internals and structures Who this book is for

This book is aimed at Oracle database administrators who want to further their careers by implementing sound and proven database administration practices--and especially repeatable and predictable practices--in their daily work. Table of Contents Battle Against Any Guess A Partly Cloudy Future Developing a Performance Methodology The DBA as Designer Running Oracle on Windows Managing SQL Performance PL/SQL and the CBO Understanding Performance Optimization Methods Choosing a Performance Optimization Method Managing the Very Large Database Statistics Troubleshooting Latch Contention Measuring for Robust Performance User Security Securing Data

Inside Relational Databases with Examples in Access (Paperback, New edition): Mark Whitehorn, Bill Marklyn Inside Relational Databases with Examples in Access (Paperback, New edition)
Mark Whitehorn, Bill Marklyn
R1,131 R965 Discovery Miles 9 650 Save R166 (15%) Ships in 10 - 15 working days

Contents Should we tell you the whole story? Of course, there is an inevitable tension in trying to work like this. For example, in Chapter 16 we talk about referential integrity. There are - sentially six different flavors of referential integrity but Access only s- ports four of them (they are the most important ones however, so you aren't missing out on too much). The problem is this. Should we tell you about the other two? If we do, as an Access user you have every right to be annoyed that we are telling you about a feature you can't use. On the other hand, the six different types that we describe are part of the re- tional world and this book is about that world - we are not trying to teach you how to use Access, we are simply using Access to illustrate the relational model. Ultimately we decided to risk your ire and to describe all of the features of the relational model as we see it, even if Access doesn't support all of them. One advantage of this approach is that if you need to use a different database engine you will almost certainly find the extra information useful. Incidentally, this is not meant to imply that Access is somehow lacking as a relational database engine. The reason we chose it for the first book is that it is such a good example of a relational database tool.

SQL Server 2014 with PowerShell v5 Cookbook (Paperback): Donabel Santos SQL Server 2014 with PowerShell v5 Cookbook (Paperback)
Donabel Santos
R1,776 Discovery Miles 17 760 Ships in 10 - 15 working days

Over 150 real-world recipes to simplify database management, automate repetitive tasks, and enhance your productivity About This Book * This book helps you build a strong foundation to get you comfortable using PowerShell with SQL Server, empowering you to create more complex scripts for your day-to-day job * The book provides numerous guidelines, tips, and explanations on how and when to use PowerShell cmdlets, WMI, SMO, .NET classes, or other components * It offers easy-to-follow, practical recipes to help you get the most out of SQL Server and PowerShell Who This Book Is For If you are a SQL Server database professional (DBA, developer, or BI developer) who wants to use PowerShell to automate, integrate, and simplify database tasks, this books is for you. Prior knowledge of scripting would be helpful, but it is not necessary. What You Will Learn * Explore database objects and execute queries on multiple servers * Manage and monitor the running of SQL Server services and accounts * Back up and restore databases * Create an inventory of database properties and server configuration settings * Maintain permissions and security for users * Work with CLR assemblies, XML, and BLOB objects in SQL * Manage and deploy SSIS packages and SSRS reports In Detail PowerShell can be leveraged when automating and streamlining SQL Server tasks. PowerShell comes with a rich set of cmdlets, and integrates tightly with the .NET framework. Its scripting capabilities are robust and flexible, allowing you to simplify automation and integration across different Microsoft applications and components. The book starts with an introduction to the new features in SQL Server 2014 and PowerShell v5 and the installation of SQL Server. You will learn about basic SQL Server administration tasks and then get to know about some security-related topics such as the authentication mode and assigning permissions. Moving on, you will explore different methods to back up and restore your databases and perform advanced administration tasks such as working with Policies, Filetables, and SQL audits. The next part of the book covers more advanced HADR tasks such as log shipping and data mirroring, and then shows you how to develop your server to work with BLOB, XML, and JSON. Following on from that, you will learn about SQL Server's BI stack, which includes SSRS reports, the SSIS package, and the SSAS cmdlet and database. Snippets not specific to SQL Server will help you perform tasks quickly on SQL servers. Towards the end of the book, you will find some useful information, which includes a PowerShell tutorial for novice users, some commonly-used PowerShell and SQL Server syntax, and a few online resources. Finally, you will create your own SQL Server Sandbox VMs. All these concepts will help you to efficiently manage your administration tasks. Style and approach SQL Server 2014 with PowerShell v5 Cookbook is an example-focused book that provides step-by-step instructions on how to accomplish specific SQL Server tasks using PowerShell. Each recipe is followed by an analysis of the steps or design decisions taken and additional information about the task at hand. Working scripts are provided for all examples so that you can dive in right away. You can read this book sequentially by chapter or you can pick and choose which topics you need right away.

Cassandra Design Patterns - (Paperback, 2nd Revised edition): Rajanarayanan Thottuvaikkatumana Cassandra Design Patterns - (Paperback, 2nd Revised edition)
Rajanarayanan Thottuvaikkatumana
R991 Discovery Miles 9 910 Ships in 10 - 15 working days

Build real-world, industry-strength data storage solutions with time-tested design methodologies using Cassandra About This Book * Explore design patterns which co-exist with legacy data stores, migration from RDBMS, and caching technologies with Cassandra * Learn about design patterns and use Cassandra to provide consistency, availability, and partition tolerance guarantees for applications * Handle temporal data for analytical purposes Who This Book Is For This book is intended for big data developers who are familiar with the basics of Cassandra and wish to understand and utilize Cassandra design patterns to develop real-world big data solutions. Prior knowledge of RDBMS solutions is assumed. What You Will Learn * Enable Cassandra to co-exist with RDBMS and other legacy data stores * Explore various design patterns to build effective and robust storage solutions * Migrate from RDBMS-based data stores and caching solutions to Cassandra * Understand the behaviour of Cassandra when trying to balance the needs of consistency, availability, and partition tolerance * Deal with time stamps related to data effectively * See how Cassandra can be used in analytical use cases * Apply the design patterns covered in this book in real-world use cases In Detail There are many NoSQL data stores used by big data applications. Cassandra is one of the most widely used NoSQL data stores that is frequently used by a huge number of heavy duty Internet-scale applications. Unlike the RDBMS world, the NoSQL landscape is very diverse and there is no one way to model data stores. This mandates the need to have good solutions to commonly seen data store design problems. Cassandra addresses such common problems simply. If you are new to Cassandra but well-versed in RDBMS modeling and design, then it is natural to model data in the same way in Cassandra, resulting in poorly performing applications and losing the real purpose of Cassandra. If you want to learn to make the most of Cassandra, this book is for you. This book starts with strategies to integrate Cassandra with other legacy data stores and progresses to the ways in which a migration from RDBMS to Cassandra can be accomplished. The journey continues with ideas to migrate data from cache solutions to Cassandra. With this, the stage is set and the book moves on to some of the most commonly seen problems in applications when dealing with consistency, availability, and partition tolerance guarantees. Cassandra is exceptionally good at dealing with temporal data and patterns such as the time-series pattern and log pattern, which are covered next. Many NoSQL data stores fail miserably when a huge amount of data is read for analytical purposes, but Cassandra is different in this regard. Keeping analytical needs in mind, you'll walk through different and interesting design patterns. No theoretical discussions are complete without a good set of use cases to which the knowledge gained can be applied, so the book concludes with a set of use cases you can apply the patterns you've learned. Style and approach This book is written in very simple language and an engaging style complete with examples in every chapter and real-world use cases at the end of the book.

Accessible Access 2003 (Paperback, 2005 ed.): Mark Whitehorn, Bill Marklyn Accessible Access 2003 (Paperback, 2005 ed.)
Mark Whitehorn, Bill Marklyn
R1,131 R1,004 Discovery Miles 10 040 Save R127 (11%) Ships in 10 - 15 working days

Thisiswherewetrytoconvinceyoutobuythisbook, tellyouwhatittriestodo, define a few terms and generally set the scene - all of which makes this more like an introduction than a first chapter, but no-one reads introductions so we called it a chapter. If you have already bought the book and know what it does, feel free to skip to Chapter 2 where the action starts. Whyshouldyoubuythisbook? TherearemanyAccessbooksonthemarket, whyshouldIbuythisone?Doesithavemore informationthananyotherbook? Errr, no, it actually has less than the big reference books you'll also find on the shelf. So, isitverycheap? Well, it isn't as expensive as some but, no, it isn't particularly cheap either. Tobebrutallyfrank, you'renotdoingagreatjobofsellingthistome. Right, time for the hard sell. Bill worked for Microsoft as the Development Manager for the first three versions of Access. I (Mark) work as a database consultant, teach database theory and practice at two Universities and have written the UK Personal ComputerWorld's database column for more than ten years. We met (at a database conference, not unreasonably, given our interests) in the summer before Access 1. 0 was launched and found that we shared similar views on how databases should be designed and built. Since then we have writtenabooktogetherabouttherelationalmodelthatunderliesAccessandall other relational database systems (see below for the inevitable plug). But why write a book about Access itself when there are already so many around? 3 1 Introduction Well, since Bill was in charge of the product's development, it was fair to assume that we had the technical side reasonably well covered.

Exam Ref 70-768 Developing SQL Data Models (Paperback): Stacia Varga Exam Ref 70-768 Developing SQL Data Models (Paperback)
Stacia Varga
R896 R834 Discovery Miles 8 340 Save R62 (7%) Ships in 9 - 17 working days

Prepare for Microsoft Exam 70-768-and help demonstrate your real-world mastery of Business Intelligence (BI) solutions development with SQL Server 2016 Analysis Services (SSAS), including modeling and queries. Designed for experienced IT professionals ready to advance their status, Exam Ref focuses on the critical thinking and decision-making acumen needed for success at the MCSA level. Focus on the expertise measured by these objectives: * Design a multidimensional BI semantic model * Design a tabular BI semantic model * Develop queries using Multidimensional Expressions (MDX) and Data Analysis Expressions (DAX) * Configure and maintain SSAS This Microsoft Exam Ref: * Organizes its coverage by exam objectives * Features strategic, what-if scenarios to challenge you * Assumes you are a database or BI professional with experience creating models, writing MDX or DAX queries, and using SSAS

Oracle 12c For Dummies(r) (Paperback): C Ruel Oracle 12c For Dummies(r) (Paperback)
C Ruel
R762 R628 Discovery Miles 6 280 Save R134 (18%) Ships in 12 - 19 working days

Demystifying the power of the Oracle 12c database The Oracle database is the industry-leading relational database management system (RDMS) used from small companies to the world s largest enterprises alike for their most critical business and analytical processing. Oracle 12c includes industry leading enhancements to enable cloud computing and empowers users to manage both Big Data and traditional data structures faster and cheaper than ever before. Oracle 12c For Dummies is the perfect guide for a novice database administrator or an Oracle DBA who is new to Oracle 12c. The book covers what you need to know about Oracle 12c architecture, software tools, and how to successfully manage Oracle databases in the real world. * Highlights the important features of Oracle 12c * Explains how to create, populate, protect, tune, and troubleshoot a new Oracle database * Covers advanced Oracle 12c technologies including Oracle Multitenant the "pluggable database" concept as well as several other key changes in this release Make the most of Oracle 12c's improved efficiency, stronger security, and simplified management capabilities with Oracle 12c For Dummies.

Access 2007 for Starters (Paperback): Matthew MacDonald Access 2007 for Starters (Paperback)
Matthew MacDonald
R564 R535 Discovery Miles 5 350 Save R29 (5%) Ships in 10 - 15 working days

This fast-paced book teaches you the basics of Access 2007 so you can start using this popular database program right away. You'll learn how to work with Access' most useful features to design databases, maintain them, search for valuable nuggets of information, and build attractive forms for quick-and-easy data entry. The new Access is radically different from previous versions, but with this book, you'll breeze through the new interface and its timesaving features in no time with: Clear explanations Step-by-step instructions Lots of illustrations Larger type Plenty of friendly advice Ideal for small businesses and households, Access runs on PCs and manages large stores information, including numbers, pages of text, and pictures -- everything from a list of family phone numbers to an enormous product catalog. Unfortunately, each new version of the program crammed in yet another set of features -- so many that even the pros don't know where to find them all. Access 2007 breaks the mold: Microsoft changed the user interface by designing a tabbed toolbar that makes features easy to locate. One thing that hasn't improved is Microsoft's documentation. Even if you find the features you need, you still may not know what to do with them. Access 2007 for Starters: The Missing Manual is the perfect primer for small businesses with no techie to turn to, as well as those who want to organize household and office information.

Database Cloud Storage (Paperback, Ed): Nitin Vengurlekar, Prasad Bagal Database Cloud Storage (Paperback, Ed)
Nitin Vengurlekar, Prasad Bagal
R1,737 R1,418 Discovery Miles 14 180 Save R319 (18%) Ships in 10 - 15 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Implement a Centralized Cloud Storage Infrastructure with Oracle Automatic Storage Management Build and manage a scalable, highly available cloud storage solution. Filled with detailed examples and best practices, this Oracle Press guide explains how to set up a complete cloud-based storage system using Oracle Automatic Storage Management. Find out how to prepare hardware, build disk groups, efficiently allocate storage space, and handle security. Database Cloud Storage: The Essential Guide to Oracle Automatic Storage Management shows how to monitor your system, maximize throughput, and ensure consistency across servers and clusters. Set up and configure Oracle Automatic Storage Management Discover and manage disks and establish disk groups Create, clone, and administer Oracle databases Consolidate resources with Oracle Private Database Cloud Control access, encrypt files, and assign user privileges Integrate replication, file tagging, and automatic failover Employ pre-engineered private cloud database consolidation tools Check for data consistency and resync failed disks Code examples in the book are available for download

Oracle SOA Governance 11g Implementation (Paperback): Luis Augusto Weir, Andrew Bell Oracle SOA Governance 11g Implementation (Paperback)
Luis Augusto Weir, Andrew Bell
R1,673 Discovery Miles 16 730 Ships in 10 - 15 working days

This book is a practical tutorial, with lots of step-by-step instructions for achieving SOA Governance by implementing the component Oracle products.This book is written for SOA architects and project managers who want to learn how to implement Oracle SOA Governance.

Instant MongoDB (Paperback): Amol Nayak Instant MongoDB (Paperback)
Amol Nayak
R688 Discovery Miles 6 880 Ships in 10 - 15 working days

Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. MongoDB Starter is a fast and practical guide designed to help you start developing high-performance and scalable applications using MongoDB.MongoDB Starter is ideal for developers who are new to MongoDB and who need a no-nonsense guide on how to start working with it. No knowledge of MongoDB is required to follow this book, but some knowledge of C++ would be helpful.

Instant Oracle GoldenGate (Paperback): Tony Bruzzese Instant Oracle GoldenGate (Paperback)
Tony Bruzzese
R775 Discovery Miles 7 750 Ships in 10 - 15 working days

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Get the job done and learn as you go. A how-To book with practical recipes accompanied with rich screenshots for easy comprehension.This is a Packt Instant How-to guide, which provides concise and clear recipes for performing the core task of replication using Oracle GoldenGate.The book is aimed at DBAs from any of popular RDBMS systems such as Oracle, SQL Server, Teradata, Sybase, and so on. The level of detail provides quick applicability to beginners and a handy review for more advanced administrators.

Instant PostgreSQL Backup and Restore How-to (Paperback): Shaun M. Thomas Instant PostgreSQL Backup and Restore How-to (Paperback)
Shaun M. Thomas
R775 Discovery Miles 7 750 Ships in 10 - 15 working days

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This hands-on guide provides a quick and easy way to back up and restore your database using PostgreSQL. Written for database administrators who want to create backups of their critical enterprise data and efficiently restore it using PostgreSQL.

Oracle E-Business Suite Financials Handbook 3/E (Paperback, 3rd edition): Ben Prusinski, Gustavo Gonzalez Oracle E-Business Suite Financials Handbook 3/E (Paperback, 3rd edition)
Ben Prusinski, Gustavo Gonzalez
R2,119 R1,734 Discovery Miles 17 340 Save R385 (18%) Ships in 10 - 15 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Implement the Full Spectrum of Oracle E-Business Suite Financial Applications Maintain an integrated, customer-focused financial computing framework that meets global business requirements while lowering total cost of ownership. Oracle E-Business Suite Financials Handbook, Third Edition offers fully updated coverage of the latest applications and modules. Find out how to enforce robust accounting rules, establish workflow, manage invoices and inventory, create budgets and forecasts, and secure your corporate assets. This Oracle Press guide thoroughly explains how to deploy custom Web applications, automate tax reporting, and incorporate Oracle Fusion Applications. Centralize financial data with Oracle General Ledger and Oracle Subledger Accounting Track invoices and payments through Oracle Receivables and Oracle Payables Forecast cash requirements and manage portfolios with Oracle Treasury Increase liquidity and profitability using Oracle Cash Management Establish asset depreciation schedules and handle leases and warranty information with Oracle Assets Use Oracle Purchasing and Oracle Inventory to optimize supply chain efficiency Handle procurement and billing information using Oracle Projects and Oracle Order Management Employ the all-new Oracle E-Business Tax and Oracle Landed Cost Management Leverage Oracle Fusion Applications in a co-existence strategy with Oracle E-Business Suite Financials Implement an end-to-end disaster recovery strategy

Oracle Enterprise Manager Cloud Control 12c: Managing Data Center Chaos (Paperback): Porus Homi Havewala Oracle Enterprise Manager Cloud Control 12c: Managing Data Center Chaos (Paperback)
Porus Homi Havewala
R1,771 Discovery Miles 17 710 Ships in 10 - 15 working days

This book is a practical step-by-step tutorial with screenshots for carrying out tasks showing you how to manage and administer your data center with Oracle Enterprise Manager. It is packed with best practices and tips that will help you benefit from the author's extensive experience of working with Oracle Enterprise Manager since at least a decade, and combined with his 25+ years IT industry experience. If you are a Data Center, IT or Database Team manager who wants to take advantage of the automation and compliance benefits of Enterprise Manager 12c Cloud Control, then Oracle Enterprise Manager Cloud Control 12c: Managing Data Center Chaos is for you. CTOs will also find this book useful. Experience of Enterprise Manager is not essential as the author's experience tells you all you need to know about getting started with Enterprise Manager. More experienced readers will learn about the brand new capabilities of the 12c release.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Information Security Policies and…
Hardcover R2,320 Discovery Miles 23 200
Advanced Digital Image Steganography…
Gandharba Swain Hardcover R4,486 Discovery Miles 44 860
CSS For Beginners - The Best CSS Guide…
Ethan Hall Hardcover R971 R833 Discovery Miles 8 330
Basic Python Commands - Learn the Basic…
Manuel Mcfeely Hardcover R847 R730 Discovery Miles 7 300
Communications and Multimedia Security…
Ralf Steinmetz, Jana Dittmann, … Hardcover R5,834 Discovery Miles 58 340
Eight Days In July - Inside The Zuma…
Qaanitah Hunter, Kaveel Singh, … Paperback  (1)
R360 R337 Discovery Miles 3 370
The Politics of Privacy - Planning for…
James B. Rule, Etc Hardcover R1,940 Discovery Miles 19 400
Vusi - Business & Life Lessons From a…
Vusi Thembekwayo Paperback  (3)
R325 R305 Discovery Miles 3 050
Exploration of Visual Data
Sean Xiang Zhou, Yong Rui, … Hardcover R2,991 Discovery Miles 29 910
Information Systems Security - Facing…
Sokratis Katsikas Hardcover R5,877 Discovery Miles 58 770

 

Partners