0
Your cart

Your cart is empty

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

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

Microsoft Access 2016 Keyboard Shortcuts For Windows (Paperback): U C Books Microsoft Access 2016 Keyboard Shortcuts For Windows (Paperback)
U C Books
R202 Discovery Miles 2 020 Ships in 18 - 22 working days
Tabular Modeling with SQL Server 2016 Analysis Services Cookbook (Paperback): Derek Wilson Tabular Modeling with SQL Server 2016 Analysis Services Cookbook (Paperback)
Derek Wilson
R1,435 Discovery Miles 14 350 Ships in 18 - 22 working days

Expert tabular modeling techniques for building and deploying cutting-edge business analytical reporting solutions About This Book * Build and deploy Tabular Model projects from relational data sources * Leverage DAX and create high-performing calculated fields and measures * Create ad-hoc reports based on a Tabular Model solution * Useful tips to monitor and optimize your tabular solutions Who This Book Is For This book is for SQL BI professionals and Architects who want to exploit the full power of the new Tabular models in Analysis Services. Some knowledge of previous versions of Analysis services would be helpful but is not essential. What You Will Learn * Learn all about Tabular services mode and how it speeds up development * Build solutions using sample datasets * Explore built-in actions and transitions in SSAS 2016 * Implement row-column, and role-based security in a Tabular Data model * Realize the benefits of in-memory and DirectQuery deployment modes * Get up to date with the new features added to SQL Server 2016 Analysis Services * Optimize Data Models and Relationships Usage In Detail SQL Server Analysis Service (SSAS) has been widely used across multiple businesses to build smart online analytical reporting solutions. It includes two different types of modeling for analysis services: Tabular and Multi Dimensional. This book covers Tabular modeling, which uses tables and relationships with a fast in-memory engine to provide state of the art compression algorithms and query performance. The book begins by quickly taking you through the concepts required to model tabular data and set up the necessary tools and services. As you learn to create tabular models using tools such as Excel and Power View, you'll be shown various strategies to deploy your model on the server and choose a query mode (In-memory or DirectQuery) that best suits your reporting needs. You'll also learn how to implement key and newly introduced DAX functions to create calculated columns and measures for your model data. Last but not least, you'll be shown techniques that will help you administer and secure your BI implementation along with some widely used tips and tricks to optimize your reporting solution. By the end of this book, you'll have gained hands-on experience with the powerful new features that have been added to Tabular models in SSAS 2016 and you'll be able to improve user satisfaction with faster reports and analytical queries. Style and approach This book takes a practical, recipe-based approach where each recipe lists the steps to address or implement a solution. You will be provided with several approaches to creating a business intelligence semantic model using analysis services.

Mastering Spark for Data Science (Paperback): Andrew Morgan, Antoine Amend, David George, Matthew Hallett Mastering Spark for Data Science (Paperback)
Andrew Morgan, Antoine Amend, David George, Matthew Hallett
R1,492 Discovery Miles 14 920 Ships in 18 - 22 working days

Master the techniques and sophisticated analytics used to construct Spark-based solutions that scale to deliver production-grade data science products About This Book * Develop and apply advanced analytical techniques with Spark * Learn how to tell a compelling story with data science using Spark's ecosystem * Explore data at scale and work with cutting edge data science methods Who This Book Is For This book is for those who have beginner-level familiarity with the Spark architecture and data science applications, especially those who are looking for a challenge and want to learn cutting edge techniques. This book assumes working knowledge of data science, common machine learning methods, and popular data science tools, and assumes you have previously run proof of concept studies and built prototypes. What You Will Learn * Learn the design patterns that integrate Spark into industrialized data science pipelines * See how commercial data scientists design scalable code and reusable code for data science services * Explore cutting edge data science methods so that you can study trends and causality * Discover advanced programming techniques using RDD and the DataFrame and Dataset APIs * Find out how Spark can be used as a universal ingestion engine tool and as a web scraper * Practice the implementation of advanced topics in graph processing, such as community detection and contact chaining * Get to know the best practices when performing Extended Exploratory Data Analysis, commonly used in commercial data science teams * Study advanced Spark concepts, solution design patterns, and integration architectures * Demonstrate powerful data science pipelines In Detail Data science seeks to transform the world using data, and this is typically achieved through disrupting and changing real processes in real industries. In order to operate at this level you need to build data science solutions of substance -solutions that solve real problems. Spark has emerged as the big data platform of choice for data scientists due to its speed, scalability, and easy-to-use APIs. This book deep dives into using Spark to deliver production-grade data science solutions. This process is demonstrated by exploring the construction of a sophisticated global news analysis service that uses Spark to generate continuous geopolitical and current affairs insights.You will learn all about the core Spark APIs and take a comprehensive tour of advanced libraries, including Spark SQL, Spark Streaming, MLlib, and more. You will be introduced to advanced techniques and methods that will help you to construct commercial-grade data products. Focusing on a sequence of tutorials that deliver a working news intelligence service, you will learn about advanced Spark architectures, how to work with geographic data in Spark, and how to tune Spark algorithms so they scale linearly. Style and approach This is an advanced guide for those with beginner-level familiarity with the Spark architecture and working with Data Science applications. Mastering Spark for Data Science is a practical tutorial that uses core Spark APIs and takes a deep dive into advanced libraries including: Spark SQL, visual streaming, and MLlib. This book expands on titles like: Machine Learning with Spark and Learning Spark. It is the next learning curve for those comfortable with Spark and looking to improve their skills.

The dBASE Book Plus, 2nd Edition - A Companion to The dBASE Book (Paperback): Ken Mayer The dBASE Book Plus, 2nd Edition - A Companion to The dBASE Book (Paperback)
Ken Mayer
R1,065 Discovery Miles 10 650 Ships in 18 - 22 working days
Learning Power Pivot for Excel Made Easy (Paperback): Indera E Murphy Learning Power Pivot for Excel Made Easy (Paperback)
Indera E Murphy
R841 Discovery Miles 8 410 Ships in 18 - 22 working days
Learning SQLite for iOS (Paperback): Gene Da Rocha, MSc, BSc (Hons) Learning SQLite for iOS (Paperback)
Gene Da Rocha, MSc, BSc (Hons)
R851 Discovery Miles 8 510 Ships in 18 - 22 working days

Extend SQLite with mobile development skills to build great apps for iOS devices About This Book * Implement Swift code using SQLite statements * Learn the background to SQL and SQLite for mobile development, its statements, and command features through practical examples * Extend the standard SQLite functionality and increase your software creation portfolio Who This Book Is For This book is intended for those who want to learn about SQLite and how to develop apps in Swift or HTML5 using SQLite. Whether you are an expert Objective-C programmer or new to this platform, you'll learn quickly, grasping the code in real-world apps to use Swift. What You Will Learn * Explore Swift's basic language statements * Connect to SQLite and execute SQL statements * Extend the SQLite language to create your own software extensions * Use HTML5 with Phonegap on iOS * Set up a Swift project using XCode with SQLite * Administer SQLite databases in an easy and effective way In Detail The ability to use SQLite with iOS provides a great opportunity to build amazing apps. Apple's iOS SDK provides native support for SQLite databases. This combination offers the potential to create powerful, data-persistent applications. This book starts with the architecture of SQLite database and introduces you to concepts in SQL . You will find yourself equipped to design your own database system, administer it, and maintain it. Further, you will learn how to operate your SQLite databases smoothly using SQL commands. You will be able to extend the functionality of SQLite by using its vast arsenal of C API calls to build some interesting, exciting, new, and intelligent data-driven applications. Understand how Xcode, HTML5, and Phonegap can be used to build a cross-platform modern app which can benefit from all these technologies - all through creating a complete, customizable application skeleton that you can build on for your own apps. Style and approach This book is a practical and comprehensive guide to developing applications using SQLite and iOS.

Oracle Database Cloud Cookbook with Oracle Enterprise Manager 13c Cloud Control (Paperback, Ed): Porus Homi Havewala Oracle Database Cloud Cookbook with Oracle Enterprise Manager 13c Cloud Control (Paperback, Ed)
Porus Homi Havewala
R1,830 R1,482 Discovery Miles 14 820 Save R348 (19%) Ships in 18 - 22 working days

This practical Oracle Press guide teaches cutting-edge techniques for building, configuring, and managing a secure private database cloud with Oracle Enterprise Manager 13c. The book also explains how to use the RESTful API for DBaaS, SCHaaS and PDBaaS, and gives step by step instructions to set up the Oracle Database Hybrid Cloud.This hands-on volume lays out ready-to-deploy roadmaps for the design and maintenance of high-performance private database clouds using Oracle Enterprise Manager 13c. Learn best practices for a wide variety of different approaches-Database as a Service, Snap Clone as a Service, Schema as a Service, and Pluggable Database as a Service. Oracle Database Cloud Cookbook with Oracle Enterprise Manager 13c Cloud Control thoroughly explains how to architect, configure, and manage every component in a private database cloud lifecycle. You will get an insider's solutions for securing your cloud-based infrastructure, generating reliable RMAN backups, and protecting your mission-critical enterprise information using Oracle Data Guard. This comprehensive volume from Oracle Press features detailed, step-by-step instructions with multiple screen shots and diagrams that illustrate each technique along the way. Real-world examples and case studies illustrate applications in various industriesOffers essential skills for cloud administrators and DBAsAuthor is an Oracle Certified Master, previous ACE director, and experienced computing writer

Oracle PL/SQL Performance Tuning Tips & Techniques (Paperback, Ed): Michael Rosenblum, Paul Dorsey Oracle PL/SQL Performance Tuning Tips & Techniques (Paperback, Ed)
Michael Rosenblum, Paul Dorsey
R1,575 R1,288 Discovery Miles 12 880 Save R287 (18%) Ships in 18 - 22 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. Proven PL/SQL Optimization SolutionsIn Oracle PL/SQL Performance Tuning Tips & Techniques, Oracle ACE authors with decades of experience building complex production systems for government, industry, and educational organizations present a hands-on approach to enabling optimal results from PL/SQL. The book begins by describing the discovery process required to pinpoint performance problems and then provides measurable and repeatable test cases. In-depth coverage of linking SQL and PL/SQL is followed by deep dives into essential Oracle Database performance tuning tools. Real-world examples and best practices are included throughout this Oracle Press guide. Follow a request-driven nine-step process to identify and address performance problems in web applications Use performance-related database tools, including data dictionary views, logging, tracing, PL/SQL Hierarchical Profiler, PL/Scope, and RUNSTATS Instrument code to pinpoint performance issues using call stack APIs, error stack APIs, and timing markers Embed PL/SQL in SQL and manage user-defined functions Embed SQL in PL/SQL using a set-based approach to handle large volumes of data Properly write and deploy data manipulation language triggers to avoid performance problems Work with advanced datatypes, including LOBs and XML Use caching techniques to avoid redundant operations Effectively use dynamic SQL to reduce the amount of code needed and streamline system management Manage version control and ensure that performance fixes are successfully deployed Code examples in the book are available for download.

Getting Started with SQL Server 2014 Administration (Paperback): Gethyn Ellis Getting Started with SQL Server 2014 Administration (Paperback)
Gethyn Ellis
R701 Discovery Miles 7 010 Ships in 18 - 22 working days

This is an easy to follow handson tutorial that includes real world examples of SQL Server 2014's new features. Each chapter is explained in a step by step manner which guides you to implement the new technology. If you want to create an highly efficient database server then this book is for you. This book is for database professionals and system administrators who want to use the added features of SQL Server 2014 to create a hybrid environment, which is both highly available and allows you to get the best performance from your databases.

Oracle ADF Faces Cookbook (Paperback): Amr Gawish Oracle ADF Faces Cookbook (Paperback)
Amr Gawish
R1,310 Discovery Miles 13 100 Ships in 18 - 22 working days

This is a cookbook that covers more than 80 different recipes to teach you about different aspects of Oracle ADF Faces. It follows a practical approach and covers how to build your components for reuse in different applications. This book will also help you in tuning the performance of your ADF Faces application. If you are an ADF developer who wants to harness the power of Oracle ADF Faces to create exceptional user interfaces and reactive applications, this book will provide you with the recipes needed to do just that. You will not need to be familiar with Oracle ADF Faces, but you should be comfortable with Java application development, Java EE frameworks, and JSF. This book is also for ADF developers who know how to use Oracle ADF Faces but who want to know what's new in Oracle ADF Faces 12c.

MySQL Replication Simplified - Easy step-by-step examples to establish, troubleshoot and monitor replication (Paperback):... MySQL Replication Simplified - Easy step-by-step examples to establish, troubleshoot and monitor replication (Paperback)
Sribatsa Das
R446 Discovery Miles 4 460 Ships in 18 - 22 working days
SQL Server 2014 with PowerShell v5 Cookbook (Paperback): Donabel Santos SQL Server 2014 with PowerShell v5 Cookbook (Paperback)
Donabel Santos
R1,642 Discovery Miles 16 420 Ships in 18 - 22 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.

Reporting with Microsoft SQL Server 2012 (Paperback): James Serra, Bill Anton Reporting with Microsoft SQL Server 2012 (Paperback)
James Serra, Bill Anton
R911 Discovery Miles 9 110 Ships in 18 - 22 working days

This is a step by step tutorial that deals with Microsoft Server 2012 reporting tools:SSRS and Power View. If you are a BI developer, consultant, or architect who wishes to learn how to use SSRS and Power View, and want to understand the best use for each tool, then this book will get you up and running quickly. No prior experience is required with either tool!

Cassandra Design Patterns - (Paperback, 2nd Revised edition): Rajanarayanan Thottuvaikkatumana Cassandra Design Patterns - (Paperback, 2nd Revised edition)
Rajanarayanan Thottuvaikkatumana
R919 Discovery Miles 9 190 Ships in 18 - 22 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.

SQL Server 2014 Development Essentials (Paperback): Basit A Masood-Al-Farooq SQL Server 2014 Development Essentials (Paperback)
Basit A Masood-Al-Farooq
R1,115 Discovery Miles 11 150 Ships in 18 - 22 working days

This book is an easy-to-follow, comprehensive guide that is full of hands-on examples, which you can follow to successfully design, build, and deploy mission-critical database applications with SQL Server 2014. If you are a database developer, architect, or administrator who wants to learn how to design, implement, and deliver a successful database solution with SQL Server 2014, then this book is for you. Existing users of Microsoft SQL Server will also benefit from this book as they will learn what's new in the latest version.

Getting Started with Oracle WebLogic Server 12c: Developer's Guide (Paperback): Fabio Mazanatti Nunes, William Markito... Getting Started with Oracle WebLogic Server 12c: Developer's Guide (Paperback)
Fabio Mazanatti Nunes, William Markito Oliveira
R1,430 Discovery Miles 14 300 Ships in 18 - 22 working days

Getting Started with Oracle WebLogic Server 12c is a fast-paced and feature-packed book, designed to get you working with Java EE 6, JDK 7 and Oracle WebLogic Server 12c straight away, so start developing your own applications.Getting Started with Oracle WebLogic Server 12c: Developer's Guide is written for developers who are just getting started, or who have some experience, with Java EE who want to learn how to develop for and use Oracle WebLogic Server. Getting Started with Oracle WebLogic Server 12c: Developer's Guide also provides a great overview of the updated features of the 12c release, and how it integrates Java EE 6 and JDK 7 to remove boilerplate code.

Oracle Database 12c Backup and Recovery Survival Guide (Paperback): Francisco Munoz Alvarez, Aman Sharma Oracle Database 12c Backup and Recovery Survival Guide (Paperback)
Francisco Munoz Alvarez, Aman Sharma
R1,549 Discovery Miles 15 490 Ships in 18 - 22 working days

The book follows a tutorial-based approach, covering all the best practices for backup and recovery. The book starts by introducing readers to the world of backup and recovery, then moves on to teach them the new features offered by Oracle 12c. The book is full of useful tips and best practices that are essential for any DBA to perform backup and recovery operations in an organization. This book is designed for Oracle DBAs and system administrators. The reader will have a basic working experience of administering Oracle databases. This book is designed for Oracle DBAs and system administrators.This book will become a reference guide and will also help you to learn some new skills, and give you some new ideas you never knew about, helping you to easily find the solution to some of the most well-known problems you could encounter as DBAs.

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide (Paperback): Reza Rad Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide (Paperback)
Reza Rad
R1,303 Discovery Miles 13 030 Ships in 18 - 22 working days

Written in an easy-to-follow, example-driven format, there are plenty of step by step instructions to help get you started! The book has a friendly approach, with the opportunity to learn by experimenting. If you are a BI and Data Warehouse developer new to Microsoft Business Intelligence, and looking to get a good understanding of the different components of Microsoft SQL Server for Business Intelligence, this book is for you. It's assumed that you will have some experience in databases systems and T-SQL. This book is will give you a good upshot view of each component and scenarios featuring the use of that component in Data Warehousing and Business Intelligence systems.

RavenDB 2.x  beginner's guide (Paperback): Khaled Tannir RavenDB 2.x beginner's guide (Paperback)
Khaled Tannir
R1,304 Discovery Miles 13 040 Ships in 18 - 22 working days

Written in a friendly, example-driven Beginner's Guide format, there are plenty of step-by-step instructions and examples that are designed to help you get started with RavenDB. If you are a .NET developer, new to document-oriented databases, and you wish to learn how to build applications using NoSQL databases, then this book is for you. Experience with relational database systems will be helpful, but not necessary.

Microsoft SQL Server 2012 with Hadoop (Paperback, 2nd Revised edition): Debarchan Sarkar Microsoft SQL Server 2012 with Hadoop (Paperback, 2nd Revised edition)
Debarchan Sarkar
R999 Discovery Miles 9 990 Ships in 18 - 22 working days

This book will be a step-by-step tutorial, which practically teaches working with big data on SQL Server through sample examples in increasing complexity. Microsoft SQL Server 2012 with Hadoop is specifically targeted at readers who want to cross-pollinate their Hadoop skills with SQL Server 2012 business intelligence and data analytics. A basic understanding of traditional RDBMS technologies and query processing techniques is essential.

Developing Web Applications with Oracle ADF Essentials (Paperback): Sten E. Vesterli Developing Web Applications with Oracle ADF Essentials (Paperback)
Sten E. Vesterli
R1,275 Discovery Miles 12 750 Ships in 18 - 22 working days

Developing Web Applications with Oracle ADF Essentials covers the basics of Oracle ADF and then works through more complex topics such as debugging and logging features and JAAS Security in JDeveloper as the reader gains more skills. This book will follow a tutorial approach, using a practical example, with the content and tasks getting harder throughout. "Developing Web Applications with Oracle ADF Essentials" is for you if you want to build modern, user-friendly web applications for all kinds of data gathering, analysis, and presentations. You do not need to know any advanced HTML or JavaScript programming. Business logic can be implemented by adding Java code at well-defined hook points, so you do not need do know advanced object-oriented programming-regular Java programming skills are enough.

Cassandra High Availability (Paperback, 2nd Revised edition): Robbie Strickland Cassandra High Availability (Paperback, 2nd Revised edition)
Robbie Strickland
R684 Discovery Miles 6 840 Ships in 18 - 22 working days

If you are a developer or DevOps engineer who understands the basics of Cassandra and are ready to take your knowledge to the next level, then this book is for you. An understanding of the essentials of Cassandra is needed.

Oracle SOA BPEL Process Manager 11gR1 - A Hands-on Tutorial (Paperback, 2nd Revised edition): Ravi Saraswathi, Jaswant Singh Oracle SOA BPEL Process Manager 11gR1 - A Hands-on Tutorial (Paperback, 2nd Revised edition)
Ravi Saraswathi, Jaswant Singh
R1,414 Discovery Miles 14 140 Ships in 18 - 22 working days

This hands-on, example-driven guide is a practical getting started tutorial with plenty of step-by-step instructions for beginner to intermediate level readers working with BPEL PM in Oracle SOA Suite. Written for SOA developers, administrators, architects, and engineers who want to get started with Oracle BPEL PM 11g. No previous experience with BPEL PM is required, but an understanding of SOA and web services is assumed

PostgreSQL Server Programming (Paperback): Hannu Krosing, Jim Mlodgenski, Kirk Roybal PostgreSQL Server Programming (Paperback)
Hannu Krosing, Jim Mlodgenski, Kirk Roybal
R1,277 Discovery Miles 12 770 Ships in 18 - 22 working days

This practical guide leads you through numerous aspects of working with PostgreSQL. Step by step examples allow you to easily set up and extend PostgreSQL. "PostgreSQL Server Programming" is for moderate to advanced PostgreSQL database professionals. To get the best understanding of this book, you should have general experience in writing SQL, a basic idea of query tuning, and some coding experience in a language of your choice.

Oracle ADF Enterprise Application Development - Made Simple (Paperback, 2nd edition): Sten E. Vesterli Oracle ADF Enterprise Application Development - Made Simple (Paperback, 2nd edition)
Sten E. Vesterli
R1,442 Discovery Miles 14 420 Ships in 18 - 22 working days

This book is written in an easy to understand style, following an enterprise development process through all the phases of development and deployment. Concepts are illustrated with real world examples and the methods used are explained step by step. This book is for Oracle developers looking to start using Oracle's latest development tool and J2EE developers looking for a more productive way to build modern web applications. This book will guide you through the creation of a successful enterprise application with Oracle ADF 12c, and therefore it assumes you have basic knowledge of Java, JDeveloper, and databases.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Prunus - Recent Advances
Ayzin B Kuden, Ali Kuden Hardcover R3,103 Discovery Miles 31 030
The Bomber Mafia - A Story Set In War
Malcolm Gladwell Paperback  (1)
R404 Discovery Miles 4 040
The Game Writing Guide - Get Your Dream…
Anna Megill Paperback R1,356 Discovery Miles 13 560
Safari Nation - A Social History Of The…
Jacob Dlamini Paperback R330 R305 Discovery Miles 3 050
Storytelling for New Technologies and…
Ross Berger Paperback R1,455 Discovery Miles 14 550
Forest Biomass and Carbon
Gopal Shukla, Sumit Chakravarty Hardcover R3,053 Discovery Miles 30 530
Bones And Bodies - How South African…
Alan G. Morris Paperback R450 R415 Discovery Miles 4 150
Forest Landscapes and Global Change…
Joao C. Azevedo, Ajith H. Perera, … Hardcover R4,483 R3,412 Discovery Miles 34 120
The Land Is Ours - Black Lawyers And The…
Tembeka Ngcukaitobi Paperback  (11)
R420 R388 Discovery Miles 3 880
Vintage Game Consoles - An Inside Look…
Bill Loguidice, Matt Barton Hardcover R5,222 Discovery Miles 52 220

 

Partners