Jumat, 06 Mei 2016

1Bookcase - 16 books ready for downloading


1Bookcase - 16 books ready for downloading

Link to 1Bookcase

SQL Server T-SQL Recipes, 4th Edition

Posted: 05 May 2016 12:22 PM PDT

SQL Server T-SQL Recipes

SQL Server T-SQL Recipes, 4th Edition.

SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server. This edition has been lightly updated for SQL Server 2014 and provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, create in-memory tables and stored procedures, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on.

Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around a single facet of the language such as writing queries, managing indexes, error handling, and query performance. Each solution is presented code-first, giving you a working code example to copy from and implement immediately in your own environment. Following each example is an in-depth description of how and why the given solution works. Tradeoffs and alternative approaches are also discussed.

  • Focused on solutions: Look up what you need to do. Learn how to do it. Do it.
  • Current: Lightly updated for SQL Server 2014
  • Comprehensive: Covers all common T-SQL problem domains

What you'll learn

  • Create databases, tables, and indexes
  • Query and manipulate data
  • Move business logic into the database
  • Build reports that matter to your business.
  • Perform common backup and recovery tasks
  • Take advantage of window functions in your SQL

Who this book is for

SQL Server T-SQL Recipes is aimed at technically-oriented users of SQL Server desiring to extract the full power of the platform through it’s powerful, built-in programming and scripting language. Target readers include developers who use SQL Server as their back–end database platform, and the database administrators who create, manage, and secure those databases.

The post SQL Server T-SQL Recipes, 4th Edition appeared first on 1Bookcase.

Expert Performance Indexing in SQL Server, 2nd Edition

Posted: 05 May 2016 12:20 PM PDT

Expert Performance Indexing in SQL Server

Expert Performance Indexing in SQL Server, 2nd Edition.

This book is a deep dive into perhaps the single-most important facet of good performance: indexes, and how to best use them. The book begins in the shallow waters with explanations of the types of indexes and how they are stored in databases. Moving deeper into the topic, and further into the book, you will look at the statistics that are accumulated both by indexes and on indexes. You'll better understand what indexes are doing in the database and what can be done to mitigate and improve their effect on performance. The final destination is a guided tour through a number of real life scenarios showing approaches you can take to investigate, mitigate, and improve the performance of your database.

  • Defines the types of indexes and their implementation options
  • Provides use cases and common patterns in applying indexing
  • Describes and explain the index metadata and statistics
  • Provides a framework of strategies and approaches for indexing databases

What you'll learn

  • Properly index in-memory OLTP tables
  • Recognize and remove unnecessary indexes
  • Review statistics to understand indexing choices made by the optimizer
  • Properly apply strategies such as covering indexes, included columns, index intersections, and more
  • Write queries to make good use of the indexes already in place
  • Design effective indexes for full-text, spatial, and XML data types
  • Manage the big picture: Encompassing all indexes in a database, and all database instances on a server

Who this book is for

Expert Performance Indexing in SQL Server is intended for database administrators and developers who are ready to lift the performance of their environment by thoughtfully building indexes to speed up the queries that matter the most and make a difference to the business.

The post Expert Performance Indexing in SQL Server, 2nd Edition appeared first on 1Bookcase.

Drupal 8 for Absolute Beginners

Posted: 05 May 2016 12:16 PM PDT

Drupal 8 for Absolute Beginners

Drupal 8 for Absolute Beginners.

Drupal 8 for Absolute Beginners is your definitive guide to starting from scratch with Drupal even if you have little web knowledge. This book teaches you the basics of HTML, CSS, JavaScript, and PHP in relation to Drupal, so that you can begin to use this popular CMS with all of its features.

You will first learn how to set up and customize a basic blog using Drupal, one of the most powerful and popular content management systems available today. From there you will learn the basics of HTML, CSS, JavaScript and PHP, and apply this knowledge to create your own custom Drupal module. You will learn how to build, style, and add functionality to your own Drupal module from scratch. You will then use Drush to apply a theme to Drupal, customizing everything to your liking, before publishing your work to the world. The book also covers some more advanced topics that beginners often ask about, such as getting set up with Git and using source control, using MySQL to interact with a database, and a guide to getting up and running with Linux.

Rarely has all the knowledge required to start with Drupal been collated in one place as it is in Drupal 8 for Absolute Beginners. You need no prior knowledge of the web, only a desire to learn. The book is fully supported by video material on the author’s website. Start your Drupal journey with this book today!

What you'll learn

  • Written for beginners to Drupal and web programming
  • Learn what Drupal can do and how you can master it
  • Use all of the common web technologies in conjunction with Drupal
  • Create and apply a theme to your Drupal site
  • Start your journey into more advanced topics, such as Git, MySql, and Linux

Who this book is for

The book targets anyone wishing to learn either basic web technology, Drupal, or both, and in particular it shows how basic web technologies fit into working with Drupal. Even if you know basic CSS, HTML, and JavaScript many fall short on learning how to tailor Drupal and extend Drupal with these basic skills. The book can elevate the reader to be able to land a great first job in the Drupal community after learning HTML, CSS, JavaScript, JQuery, PHP, MySql, and Linux. The book also is great for the business community trying to understand the power of open source. It's important as a business person to know what tools are available to solve problems. The Drupal community has many unfilled job openings, as programmers, support persons, UX experts, sales people … after reading this book the reader will be able to wow those interviewing them with their in depth knowledge of how much Drupal can do.

The post Drupal 8 for Absolute Beginners appeared first on 1Bookcase.

Beginning R, 2nd Edition

Posted: 05 May 2016 12:11 PM PDT

Beginning R, 2nd Edition

Beginning R: An Introduction to Statistical Programming, 2nd Edition.

Beginning R, Second Edition is a hands-on book showing how to use the R language, write and save R scripts, read in data files, and write custom statistical functions as well as use built in functions. This book shows the use of R in specific cases such as one-way ANOVA analysis, linear and logistic regression, data visualization, parallel processing, bootstrapping, and more. It takes a hands-on, example-based approach incorporating best practices with clear explanations of the statistics being done. It has been completely re-written since the first edition to make use of the latest packages and features in R version 3.

R is a powerful open-source language and programming environment for statistics and has become the de facto standard for doing, teaching, and learning computational statistics. R is both an object-oriented language and a functional language that is easy to learn, easy to use, and completely free. A large community of dedicated R users and programmers provides an excellent source of R code, functions, and data sets, with a constantly evolving ecosystem of packages providing new functionality for data analysis. R has also become popular in commercial use at companies such as Microsoft, Google, and Oracle. Your investment in learning R is sure to pay off in the long term as R continues to grow into the go to language for data analysis and research.

What you'll learn

  • How to acquire and install R
  • Hot to import and export data and scripts
  • How to analyze data and generate graphics
  • How to program in R to write custom functions
  • Hot to use R for interactive statistical explorations
  • How to conduct bootstrapping and other advanced techniques

Who this book is for

Beginning R, Second Edition is an easy-to-read book that serves as an instruction manual and reference for working professionals, professors, and students who want to learn and use R for basic statistics. It is the perfect book for anyone needing a free, capable, and powerful tool for exploring statistics and automating their use.

The post Beginning R, 2nd Edition appeared first on 1Bookcase.

Beginning Python Games Development: with PyGame, 2nd Edition

Posted: 05 May 2016 12:10 PM PDT

Beginning Python Games Development

Beginning Python Games Development: with PyGame, 2nd Edition.

Learn how to create compelling games using Python and the PyGame games development library. Beginning Python Games Development, Second Edition will teach you how to create visuals, do event handling, create 3D games, add media elements, and integrate OpenGL into your Python game.

In this update to the first ever book to cover the popular open source PyGame games development library, you’ll stand to gain valuable technical insights and follow along with the creation of a real-world, freely downloadable video game. Written by industry veterans and Python experts Will McGugan and Harrison Kinsley, this is a comprehensive, practical introduction to games development in Python. You can also capitalize upon numerous tips and tricks the authors have accumulated over their careers creating games for some of the world’s largest game developers.

What you'll learn

  • How to use PyGame with Python for game development
  • How to create visuals; do event handling; and more
  • How to do 3D game development using Python
  • How to add media elements
  • How to create visually dynamic backgrounds by integrating some OpenGL and more into your Python-based game
  • How to build a game project step by step

Who this book is for

This book is for Python coders wanting to learn how to build their first games. Game developers who may be new to Python and PyGame can use this book; a Python primer is included.

The post Beginning Python Games Development: with PyGame, 2nd Edition appeared first on 1Bookcase.

Java Threads and the Concurrency Utilities

Posted: 05 May 2016 12:08 PM PDT

Java Threads and the Concurrency Utilities

Java Threads and the Concurrency Utilities.

This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java developer in writing correct and complex performing multithreaded applications.

Java’s thread APIs and concurrency utilities are among its most powerful and challenging APIs and language features. Java beginners typically find it very difficult to use these features to write correct multithreaded applications. Threads and the Concurrency Utilities helps all Java developers master and use these capabilities effectively.

This book is divided into two parts of four chapters each. Part 1 focuses on the Thread APIs and Part 2 focuses on the concurrency utilities. In Part 1, you learn about Thread API basics and runnables, synchronization and volatility, waiting and notification, and the additional capabilities of thread groups, thread local variables, and the Timer Framework. In Part 2, you learn about concurrency utilities basics and executors, synchronizers, the Locking Framework, and the additional capabilities of concurrent collections, atomic variables, and the Fork/Join Framework.

Each chapter ends with select exercises designed to challenge your grasp of the chapter’s content. An appendix provides the answers to these exercises. A second appendix explores threads in the contexts of Swing.

What you'll learn

  • How to do thread runnables, synchronization, volatility, waiting and notification, thread groups, thread local variables, and the Timer Framework
  • How to create multithreaded applications that work correctly.
  • What are concurrency utilities basics and executors
  • What are synchronizers, the Locking Framework, concurrent collections, atomic variables, and the Fork/Join Framework and how to use them
  • How to leverage the concurrency utilities to write more complex multithreaded applications and achieve greater performance
  • How to apply thread usage in Swing

Who this book is for

The primary audience is Java beginners and the secondary audience is more advanced Java developers who have worked with the Thread APIs and the Concurrency Utilities.

The post Java Threads and the Concurrency Utilities appeared first on 1Bookcase.

Agile Android

Posted: 05 May 2016 12:01 PM PDT

Agile Android

Agile Android.

This concise book walks you through how to get unit testing and test driven development done on Android, specifically using JUnit 4. You’ll learn how to do agile development quickly and correctly, with a significant increase in development efficiency and a reduction in the number of defects.

Up until now getting JUnit testing up and running in Android was not for the faint hearted. However, “now it's in Android Studio, there is no excuse,” according to author Godfrey Nolan, president of RIIS LLC. Android developers are faced with their own set of problems such as tightly coupled code, fragmentation, and immature testing tools, all of which can be solved using existing agile tools and techniques that this short book will teach you.

What you'll learn

  • What is the Agile testing pyramid for Android
  • What are the Android unit testing tools and how to use them, including those found in Android Studio
  • What are and how to use third party tools like JUnit, Hamcrest, Roboletric, Jenkins and more
  • What is and how to use mocking, including mocking frameworks like Mockito to mock out Web Services, Shared Preferences and SQLite databases
  • How to do test driven development (TDD) in Android
  • How to manage legacy code and applying TDD to existing projects

Who this book is for

Android developers and IT managers. Healthcare, financial, entertainment and government. Senior developers, software architects, lead developer, IT directors, CTOs, CISOs.

The post Agile Android appeared first on 1Bookcase.

Android Studio New Media Fundamentals

Posted: 05 May 2016 11:55 AM PDT

Android Studio New Media Fundamentals

Android Studio New Media Fundamentals: Content Production of Digital Audio/Video, Illustration and 3D Animation.

Android Studio New Media Fundamentals is a new media primer covering concepts central to multimedia production for Android including digital imagery, digital audio, digital video, digital illustration and 3D, using open source software packages such as GIMP, Audacity, Blender, and Inkscape. These professional software packages are used for this book because they are free for commercial use. The book builds on the foundational concepts of raster, vector, and waveform (audio), and gets more advanced as chapters progress, covering what new media assets are best for use with Android Studio as well as key factors regarding the data footprint optimization work process and why new media content and new media data optimization is so important.

What you'll learn

  • What are the primary genres of new media content production
  • What new media asset types Android Studio currently supports
  • What are the concepts and terms behind new media content production
  • How to accomplish data footprint optimization for each new media asset type
  • How to install and configure GIMP, Inkscape, Lightworks, Blender, and Audacity
  • How to integrate new media content assets with Android Studio, the most popular IDE for Android design and development

Who this book is for

Primary audience includes Android developers, especially game designers/developers and others who need access to multimedia elements. Secondary: multimedia producers, RIA developers, game designers, UI designers, and teachers.

The post Android Studio New Media Fundamentals appeared first on 1Bookcase.

Practical Sitecore 8 Configuration and Strategy

Posted: 05 May 2016 11:53 AM PDT

Practical Sitecore 8 Configuration and Strategy

Practical Sitecore 8 Configuration and Strategy: A User Guide for Sitecore's Content and Marketing Capabilities.

Practical Sitecore 8 Configuration and Strategy: A User Guide for Sitecore’s Content and Marketing Capabilities offers a comprehensive overview of Sitecore's web content management solutions, and provides step-by-step guidance for configuring Sitecore's personalization, testing, and marketing automation capabilities. The book highlights strategies and best practices—taking it beyond just the “how to” procedures that can be found elsewhere.

Sitecore was recently recognized as one of the most reputable and reliable web content management solutions (WCMS) in the marketplace. Thousands of companies use Sitecore to help manage their web and mobile digital properties. But because Sitecore is a very large and complex platform, marketers and end users often have difficulty coming up to speed on the technology. Practical Sitecore 8 Configuration and Strategy provides the solution you need to get started using Sitecore today.

Practical Sitecore 8 Configuration and Strategy:

  • Brings you up to speed on Sitecore without requiring a training class
  • Provides the information in a clear, logical outline that takes users from simple, foundational concepts to more advanced concepts at the end
  • Rounds out existing sources of documentation with strategies and best practices from real-world experience

What you'll learn

  • How to manage content in Sitecore
  • How to create web forms and landing pages
  • How to optimize the site through personalization and A/B/N testing
  • How to use Sitecore for your marketing campaigns
  • How to leverage analytics for custom measurement/engagement strategies
  • How to create a robust governance plan for your Sitecore properties

Who this book is for

The key target audience for this book are content administrators (content authoring, forms development, etc.) and digital marketers (campaigns, analytics, marketing automation, experience optimization, etc.) using the Sitecore platform.

The post Practical Sitecore 8 Configuration and Strategy appeared first on 1Bookcase.

Pivotal Certified Spring Web Application Developer Exam

Posted: 05 May 2016 10:12 AM PDT

Pivotal Certified Spring Web Application Developer Exam

Pivotal Certified Spring Web Application Developer Exam: A Study Guide.

Prepare for the Pivotal Certified Spring Web Application Developer exam and learn about Spring MVC DispatcherServlet configuration, Spring MVC programming model essentials, Spring MVC views and form processing, Spring Web Flow essentials, and Spring Web Flow actions and configuration. The Pivotal Certified Spring Web Application Developer Exam: A Study Guide is the ideal preparation for the exam and after reading and using it, you’ll be able to pass and become a certified Spring Web Developer.

When you become a Pivotal Certified Spring Web Application Developer, you’ll receive one of the most valuable credentials available in enterprise Java. Achieving this certification demonstrates your ability to apply Spring’s web projects to develop real-world Java web applications and validates your familiarity with Spring Web.

What you'll learn

  • How to use the Spring Framework to develop Web applications
  • How to use Spring Web Flow to implement stateful interactions
  • How to secure Web applications with Spring Security
  • How to test Web applications for correctness and performance
  • How to create rich Web user interfaces with Ajax and JQuery
  • How to use Spring Boot to create a Spring Web application in minutes

Who this book is for

Architects and developers who have experience using Java to develop applications and a basic understanding of Spring who are looking to gain the benefits of this certification credential.

The post Pivotal Certified Spring Web Application Developer Exam appeared first on 1Bookcase.

Pivotal Certified Spring Enterprise Integration Specialist Exam

Posted: 05 May 2016 10:09 AM PDT

Pivotal Certified Spring Enterprise Integration Specialist Exam

Pivotal Certified Spring Enterprise Integration Specialist Exam: A Study Guide.

Exam topics covered include tasks and scheduling, remoting, the Spring Web Services framework, RESTful services with Spring MVC, the Spring JMS module, JMS and JTA transactions with Spring, batch processing with Spring Batch and the Spring Integration framework. Prepare with confidence for the Pivotal Enterprise Integration with Spring Exam.

One of the important aspects of this book is a focus on new and modern abstractions provided by Spring. Therefore most of the features are shown with Java annotations alongside established XML configurations. Most of the examples in the book are also based on the Spring Boot framework. Spring Boot adoption is exponential because of its capability to significantly simplify Spring configuration using sensible opinionated defaults. But Spring Boot is not the target of the exam, therefore all the features are also covered with plain Spring configuration examples.

What you'll learn

  • How to use Spring to create concurrent applications and schedule tasks
  • How to do remoting to implement client-server applications
  • How to work with Spring Web services to create loosely coupled Web services and clients
  • How to use Spring MVC to create RESTful web services and clients
  • How to integrate JMS for asynchronous messaging-based communication
  • How to use local JMS transactions with Spring
  • How to configure global JTA transactions with Spring
  • How to use Spring Integration to create event-driven pipes-and-filters architectures and integrate with external applications
  • How to use Spring Batch for managed, scalable batch processing that is based on both custom and built-in processing components

Who this book is for

This book is for developers and architects with experience in programming and developing with the Spring Framework. Prerequisites are an understanding of Java, the dependency injection pattern and the Spring Inversion of Control container. All other features needed for the exam are covered from scratch, and are presented so as to be understandable to beginners as well as valuable for intermediates or experts.

The post Pivotal Certified Spring Enterprise Integration Specialist Exam appeared first on 1Bookcase.

C++ 14 Quick Syntax Reference, 2nd Edition

Posted: 05 May 2016 09:57 AM PDT

C 14 Quick Syntax Reference 2nd Edition

C++ 14 Quick Syntax Reference, 2nd Edition.

This updated handy quick C++ 14 guide is a condensed code and syntax reference based on the newly updated C++ 14 release of the popular programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference.

You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer.

In the C++ 14 Quick Syntax Reference, Second Edition, you will find a concise reference to the C++ 14 language syntax. It has short, simple, and focused code examples. This book includes a well laid out table of contents and a comprehensive index allowing for easy review.

What you'll learn

  • How to create a C++ HelloWorld
  • How to compile and run
  • What are C++ variables, operators, pointers and references
  • What are arrays, strings, conditionals, loops and more
  • How to write functions
  • How to work with constructors, inheritance, overridings
  • How to use access levels, static, enum, string and union, and more
  • What are custom conversions, namespaces, constants, and preprocessors
  • How to do event handling
  • What are type conversions, templates, headers, and more

Who this book is for

This book is a quick, handy pocket syntax reference for experienced C++ programmers, and a concise, easily-digested introduction for other programmers new to C++.

The post C++ 14 Quick Syntax Reference, 2nd Edition appeared first on 1Bookcase.

Broken Agile, 2nd Edition

Posted: 05 May 2016 09:54 AM PDT

Broken Agile 2nd Edition

Broken Agile: Stories From the Trenches, 2nd Edition.

Learn how to be successful in adopting Agile and see good and bad examples of how Agile can be adopted. Broken Agile, Second Edition contains stories from years of real world experience on Agile teams and projects. The stories in each chapter are both educational and entertaining. Each chapter focuses on specific Agile values and principles. The stories in each chapter are used to illustrate how Agile values and principles are sometimes misunderstood or misapplied on Agile teams and projects. You will read how Agile is used in the real world and the consequences of poor adaptations of the Agile software development methodology. These stories will help you in your journey to adopt Agile software development.

What you'll learn

  • What are good and bad examples of how Agile can be adopted
  • What are some specific Agile values and principles
  • How some of these are misunderstood or misapplied
  • How Agile is used in the real world
  • What are the consequences of poor adoption of the Agile software methodology
  • How some companies have been successful in adopting Agile

Who this book is for

This book is for experienced software developers in their journey to adopt Agile Software development. It is very useful for those considering implementation of Agile processes.

The post Broken Agile, 2nd Edition appeared first on 1Bookcase.

Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition

Posted: 05 May 2016 09:50 AM PDT

Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition

Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition.

Predictive Analytics with Microsoft Azure Machine Learning, Second Edition is a practical tutorial introduction to the field of data science and machine learning, with a focus on building and deploying predictive models. The book provides a thorough overview of the Microsoft Azure Machine Learning service released for general availability on February 18th, 2015 with practical guidance for building recommenders, propensity models, and churn and predictive maintenance models.

The authors use task oriented descriptions and concrete end-to-end examples to ensure that the reader can immediately begin using this new service. The book describes all aspects of the service from data ingress to applying machine learning, evaluating the models, and deploying them as web services.

Learn how you can quickly build and deploy sophisticated predictive models with the new Azure Machine Learning from Microsoft.

What's New in the Second Edition? Five new chapters have been added with practical detailed coverage of:

  • Python Integration – a new feature announced February 2015
  • Data preparation and feature selection
  • Data visualization with Power BI
  • Recommendation engines
  • Selling your models on Azure Marketplace

What you'll learn

  • A structured introduction to Data Science and its best practices
  • An introduction to the new Microsoft Azure Machine Learning service, explaining how to effectively build and deploy predictive models
  • Practical skills such as how to solve typical predictive analytics problems like propensity modeling, churn analysis, product recommendation, and visualization with Power BI
  • A practical way to sell your own predictive models on the Azure Marketplace

Who this book is for

Data Scientists, Business Analysts, BI Professionals and Developers who are interested in expanding their repertoire of skill applied to machine learning and predictive analytics, as well as anyone interested in an in-depth explanation of the Microsoft Azure Machine Learning service through practical tasks and concrete applications.

The reader is assumed to have basic knowledge of statistics and data analysis, but not deep experience in data science or data mining. Advanced programming skills are not required, although some experience with R programming would prove very useful.

The post Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition appeared first on 1Bookcase.

Exploring the Raspberry Pi 2 with C++

Posted: 05 May 2016 09:46 AM PDT

Exploring the Raspberry Pi 2 with C++

Exploring the Raspberry Pi 2 with C++.

You have a Pi 2, but what exactly can you do with it? This book takes you on a tour of the Pi 2 hardware and all of the fantastic things that you can do to create innovative and useful projects with your Pi. Start with creating a workstation that does actual work, and move into installing a custom kernel, creating a clock, learning the ins and outs of the GPIO interface, and pick up some useful C++ skills along the way.

Warren Gay, author of Mastering the Raspberry Pi, takes you through a set of experiments to show just what the Pi 2 is capable of and how you can use it to make your own fantastic creations.

What you'll learn

  • How to create an experimenter’s workstation for the Pi 2, complete with breadboard and even Arduino
  • All the details of GPIO, including a custom command for working with it
  • Useful projects like a general purpose clock and the PiSpy
  • Quick intro to C++ for the Pi
  • How to make a multi-core webserver

Who this book is for

Intermediate electronics enthusiasts and Pi fans, makers, students, teachers, and everyone who wants to know how to make the Pi really work.

The post Exploring the Raspberry Pi 2 with C++ appeared first on 1Bookcase.

Linux and Solaris Recipes for Oracle DBAs, 2nd Edition

Posted: 05 May 2016 09:45 AM PDT

Linux and Solaris Recipes for Oracle DBAs, 2nd Edition

Linux and Solaris Recipes for Oracle DBAs, 2nd Edition.

Linux and Solaris Recipes for Oracle DBAs, 2nd Edition is an example–based book on managing Oracle Database under Linux and Solaris. The book is written for database administrators who need to get work done and lack the luxury of curling up fireside with a stack of operating-system documentation. What this book provides instead is task-oriented coverage designed around the needs of the Oracle Database Administrator. Find the right chapter. Look up the task to perform. See the solution. Implement the solution straight away in your own environment. Get the job done.

New in this edition is coverage of Oracle’s own Solaris operating system. Oracle Corporation has been working diligently to bring commonality between Solaris and Linux, and this book takes advantage of those efforts to provide task-oriented solutions that work on common distributions of Linux such as Red Hat Enterprise Linux and Oracle Enterprise Linux while also accommodating the growing number of Oracle Solaris customers. Examples in the book match the tasks DBAs perform daily, even hourly. Solutions come first in the book, but always are followed by close explanations of the details.

Database administrators won’t go wrong with Linux and Solaris Recipes for Oracle DBAs. It’s the book to buy if you’re after clear and reliable examples to help in getting the job done, and getting home to your family.

  • Takes you directly from problem to solution
  • Covers the “right” mix of operating-system tasks for database administrators
  • Respects your time by being succinct and to–the–point
  • Includes coverage of Solaris in addition to common Linux distributions

What you'll learn

  • Execute Linux and Solaris commands applicable to Oracle Database.
  • Automate critical DBA tasks via operating-system shell scripts.
  • Monitor, tune, and optimize Linux and Solaris servers for Oracle.
  • Setup a VirtualBox environment for the Oracle database.
  • Perform system administration tasks relevant to Oracle Database.
  • Remotely (and securely!) manage Oracle on Linux and Solaris.

Who this book is for

Linux and Solaris Recipes for Oracle DBAs is a book for Oracle database administrators who want to expertly operate Oracle databases on the Linux and Solaris operating systems. If you're new to Linux and Solaris and can benefit from detailed examples showing how to perform tasks that Oracle DBAs perform on Linux and Solaris servers, then this book is what you need to help you get the job done, and get home on time.

The post Linux and Solaris Recipes for Oracle DBAs, 2nd Edition appeared first on 1Bookcase.

Tidak ada komentar:

Posting Komentar