e99 Online Shopping Mall
![]() |
Help |
Home - Computer - Oracle Database (Books) |
  | Back | 41-60 of 99 | Next 20 |
click price to see details click image to enlarge click link to go to the store
41. Oracle Database 10g RMAN Backup & Recovery by Matthew Hart, Robert Freeman | |
![]() | Paperback: 666
Pages
(2006-11-14)
list price: US$59.99 -- used & new: US$31.19 (price subject to change: see help) Asin: 0072263172 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description The Most Complete Guide to Maximizing Oracle Recovery Manager Deploy a rock-solid data backup and disaster recovery strategy with the in-depth guidance of this authoritative volume. From the exclusive publishers of Oracle Press books, Oracle Database 10g RMAN Backup & Recovery shows you, step by step, how to set up RMAN-ready databases, create reliable backup tapes and discs, and perform accurate Oracle system restores. Find out how to use RMAN from the command line and from Enterprise Manager, generate meaningful lists and reports, and automate administrative tasks using third-party media management tools. Plus, you'll learn to perform incremental backups, Flashback recoveries, and database cloning. Customer Reviews (9)
|
42. Learning Oracle PL/SQL by Bill Pribyl | |
![]() | Paperback: 450
Pages
(2001-12-15)
list price: US$49.99 -- used & new: US$42.32 (price subject to change: see help) Asin: 0596001800 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (13)
If you are a programer/engineer/dba looking to "learn Oracle PL/SQL", interested in practical applications of such fundamental topics as constraints, foreign keys, indexes, joins, cursors, views, triggers, corelated subqueries and the like, look elsewhere. Don't take my word for it--take a peek at the index or table of contents and you'll see that the focus of this book has very little to do with PL/SQL.
Another very useful thing the author does is list common and not-as-common mistakes that a programmer may make (which may not always result in errors or exceptions), hence possibly saving you the trouble of hours of debugging. The only problem I've had with it is that he doesn't treat foreign keys as constraints.One of his sample column declarations is:"isbn VARCHAR2(100) FOREIGN KEY REFERENCES books (isbn)", but I kept getting an error until I changed it to:"isbn VARCHAR2(100), FOREIGN KEY (isbn) REFERENCES books (isbn)".I am not sure if this is a peculiarity of my installation (running Oracle 9i), but a check online reveals that many people also consider foreign keys a constraint. Except for that problem, I would have given this book 5 stars.
|
43. OCA/OCP: Introduction to Oracle9i SQL Study Guide by Chip Dawes, Biju Thomas | |
![]() | Hardcover: 512
Pages
(2002-02-19)
list price: US$49.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 0782140629 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (37)
|
44. OCP Oracle Database 10g: New Features for Administrators Exam Guide (Osborne ORACLE Press Series) by Sam Alapati | |
![]() | Paperback: 688
Pages
(2004-10-15)
list price: US$59.99 -- used & new: US$22.48 (price subject to change: see help) Asin: 0072258624 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (16)
|
45. Oracle Database 10g: A Beginner's Guide (Osborne ORACLE Press Series) by Ian Abramson, Michael Abbey | |
![]() | Paperback: 448
Pages
(2004-03-17)
list price: US$41.99 -- used & new: US$21.71 (price subject to change: see help) Asin: 0072230789 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (21)
|
46. Pro Oracle Database 10<i>g</i> RAC on Linux: Installation, Administration, and Performance (Expert's Voice in Oracle) by Julian Dyke, Steve Shaw | |
![]() | Hardcover: 824
Pages
(2006-08-04)
list price: US$79.99 -- used & new: US$59.59 (price subject to change: see help) Asin: 1590595246 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Real Application Clusters (RAC) and the Grid architecture are Oracle's strategy for scaling out enterprise systems to cope with bigger workloads and more users. Many books limit themselves by conceptualizing and theorizing about RAC technology, but this book is the first to portray implementing and administering an Oracle 10g RAC system in a Linux environment. This book features basic concepts underlying Linux and Oracle RAC, design strategies, hardware procurement and configuration, and many other topics. The RAC-specific technologies described include configuration of the interconnect, OCFS, ASM, Cluster Ready Services, and Grid Control. The Oracle features RMAN and Data Guard are also discussed, along with available hardware options. The authors include practical examples and configuration information, so that upon reading this book, you'll be armed with the information you need to build an Oracle RAC database on Linux, whether it is on a single laptop or a 64-node Itanium cluster. Customer Reviews (14)
|
47. Oracle RMAN 11g Backup and Recovery (Osborne ORACLE Press Series) by Robert Freeman, Matthew Hart | |
![]() | Paperback: 688
Pages
(2010-04-22)
list price: US$59.99 -- used & new: US$29.94 (price subject to change: see help) Asin: 0071628606 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Protect your databases from hardware, software, and operator failures using the detailed information in this Oracle Press guide. Oracle RMAN 11g Backup and Recovery explains how to configure databases, generate accurate archives, and carry out system restores. Work from the command line or Oracle Enterprise Manager, automate the backup process, perform Oracle Flashback recoveries, and integrate cloud computing technology. This authoritative resource also shows you how to create reports, optimize performance, and implement third-party administration utilities. For a complete list of Oracle Press titles, visit www.OraclePressBooks.com Customer Reviews (3)
|
48. Oracle Performance Survival Guide: A Systematic Approach to Database Optimization by Guy Harrison | |
![]() | Paperback: 768
Pages
(2009-10-19)
list price: US$59.99 -- used & new: US$44.00 (price subject to change: see help) Asin: 0137011954 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Oracle Performance Survival Guide A Systematic Approach to Database Optimization The fast, complete, start-to-finish guide to optimizing Oracle performance Oracle Performance Survival Guide offers a structured, systematic, start-to-finish methodology for optimizing Oracle performance as efficiently as possible. Leading Oracle expert Guy Harrison shows how to maximize your tuning investment by focusing on causes rather than symptoms, and by quickly identifying the areas that deliver the greatest “bang for the buck.” Writing for DBAs and developers with all levels of experience, Harrison covers every area of Oracle performance management, from application design through SQL tuning, contention management through memory and physical IO management. He also presents up-to-the-minute guidance for optimizing the performance of the Oracle 11g Release 2. You’ll start by mastering Oracle structured performance tuning principles and tools, including techniques for tracing and monitoring Oracle execution. Harrison illuminates the interaction between applications and databases, guides you through choosing tuning tools, and introduces upfront design techniques that lead to higher-performance applications. He also presents a collection of downloadable scripts for reporting on all aspects of database performance. Coverage includes • “Tuning by layers,” the most effective, highest-value approach to Oracle performance optimization • Making the most of Oracle’s core tools for tracing, monitoring, and diagnosing performance • Highly efficient database logical and physical design, indexing, transaction design, and API use • SQL and PL/SQL tuning, including the use of parallel SQL techniques • Minimizing contention for locks, latches, shared memory, and other database resources • Optimizing memory and physical disk IO • Tuning Real Application Cluster (RAC) databases guyharrison.net informit.com/ph Customer Reviews (3)
|
49. Forecasting Oracle Performance by Craig Shallahamer | |
![]() | Hardcover: 269
Pages
(2007-04-19)
list price: US$44.99 -- used & new: US$3.94 (price subject to change: see help) Asin: 1590598024 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description What makes seasoned IT professionals run for cover?Answer: Forecasting Oracle performance! Craig Shallahamer is an Oracle performance expert with over 18 years of experience. His book is the first to focus, not on the problem of solving today's problem, but squarely on the problem of forecasting the future performance of an Oracle database. Other Oracle performance books are good for putting out fires; Craig's book helps you avoid all the heat in the first place. If you’re an IT practioner who appreciates application over mathematical proofs than you’ll be pleasantly surprised!Each chapter is filled with examples to transform the theory, mathematics, and methods into something you can practically apply.Craig's goal is to teach you about real-word Oracle performance forecasting.Period.There is no hidden agenda. This book is a kind of training course.After reading, studying, and practicing the material covered in this book, you to be able to confidently, responsibly, and professionally forecast performance and system capacity in a wide variety of real-life situations. If you are more management minded (or want to be) you will be delighted with the service level management focus.Forecasting makes good business sense because it maximizes the return on IT investment and minimizes unplanned down time.To those who think forecasting is a waste of money.Well…obviously they’ve never been on the evening news because their company lost millions of dollars in revenue and brand destruction because of poorly performing or unavailable systems. Without a doubt you will be equipped to deal with the realities of forecasting Oracle performance.But this book gives you more.Not only will you receive a technical and mathematical perspective, but also a communication, a presentation, and a management perspective.This is career building stuff and immensely satisfying! This book is a “how to” book filled with examples to transform theory and mathematics into something you can practically apply. You will learn how to use a variety of forecasting models, which will enable you to methodically: I.T. professionals who must ensure their production Oracle systems are meeting service levels, in part, through forecasting performance, identifying risk, and developing solutions to ensure systems are available without wasting budget.Readers include database administrators, I.T. managers, developers, capacity planners, systems architects, systems integrators. Customer Reviews (5)
|
50. Physical Database Design Using Oracle (Foundations of Database Design) by Donald K. Burleson | |
![]() | Hardcover: 264
Pages
(2004-07-27)
list price: US$98.95 -- used & new: US$29.88 (price subject to change: see help) Asin: 0849318173 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (5)
|
51. Pro Oracle Spatial for Oracle Database 11g (Expert's Voice in Oracle) by Ravikanth V. Kothuri, Albert Godfrind, Euro Beinat | |
![]() | Hardcover: 787
Pages
(2007-10-29)
list price: US$99.99 -- used & new: US$56.58 (price subject to change: see help) Asin: 1590598997 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Pro Oracle Spatial for Oracle Database 11g shows how to take advantage of Oracle Databases built–in feature set for working with location–based data. A great deal of the information used in business today is associated with location in some way, and analysis of that data is becoming ever more important in todays mobile and highly connected world. In Pro Oracle Spatial for Oracle Database 11g, authors Ravi Kothuri and Albert Godfrind address When you read Pro Oracle Spatial for Oracle Database 11g, you’re learning from the very best. Ravi Kothuri is a key member of Oracle’s Spatial development team. Albert Godfrind consults widely with Oracle clients on the implementation of Oracle Spatial, develops training courses, and presents frequently at conferences. Together they have crafted a technically sound and authoritative fountain of information on working with spatial data in the Oracle database. Pro Oracle Spatial for Oracle Database 11g delivers in helping you fully understand Oracles spatial data feature set. In reading the book, you’ll learn Pro Oracle Spatial for Oracle Database 11g is aimed at software developers who wish to develop applications using Oracles extensive and strong support for working with spatial, or geocoded, data. The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career. Customer Reviews (5)
|
52. Oracle Database Programming using Java and Web Services by Kuassi Mensah | |
![]() | Paperback: 1120
Pages
(2006-07-28)
list price: US$72.95 -- used & new: US$55.04 (price subject to change: see help) Asin: 1555583296 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (8)
|
53. Perl for Oracle DBAs by Andy Duncan, Jared Still | |
![]() | Paperback: 600
Pages
(2002-08-15)
list price: US$49.99 -- used & new: US$42.64 (price subject to change: see help) Asin: 0596002106 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (9)
The examples are especially helpful and the authors take great care to explain the issues in Plain English. Overall, a highly recommended book.
Jared and Andy's book neatly solved this problem.Within an hour of opening their book I had fully upgraded my perl and added heaps of fantastic utilities that I never even knew existed.Sometimes perl can be hard to install and configure but this book makes it a breeze. This book is indispensable if you are trying to get started with perl - and every DBA should!If you are already a perl user I'm sure you'll learn about new features or find utilities that will repay the cost of the book many times over.
|
54. Pro Oracle Spatial by Euro Beinat, Albert Godfrind, Ravikanth V. Kothuri | |
![]() | Hardcover: 712
Pages
(2004-11-15)
list price: US$89.99 -- used & new: US$30.77 (price subject to change: see help) Asin: 1590593839 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description With growing reliance on spatial components for making critical and strategic decisions, there is great incentive to maximize the added value of spatial data. Enter: Pro Oracle Spatial. This highly anticipated book examines the potential for organizations to exploit spatial information by way of Oracle Spatial. Included are case studies of advanced spatial applications in healthcare, telecom, retail, and distribution industries. Further, the content is based on extensive feedback from training courses, discussion lists, and customers. This talented author team will also suggest best-practice approaches to common problems. Customer Reviews (7)
|
55. Oracle Automatic Storage Management: Under-the-Hood & Practical Deployment Guide (Osborne ORACLE Press Series) by Nitin Vengurlekar, Murali Vallath, Rich Long | |
![]() | Paperback: 340
Pages
(2007-11-05)
list price: US$49.99 -- used & new: US$25.95 (price subject to change: see help) Asin: 0071496076 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Build and manage a scalable storage infrastructure with Oracle Automatic Storage Management
Customer Reviews (11)
|
56. Easy Oracle Jumpstart: Oracle Database Management Concepts and Administration by Robert G. Freeman, Steve Karam | |
![]() | Paperback: 200
Pages
(2006-02-15)
list price: US$27.95 -- used & new: US$16.92 (price subject to change: see help) Asin: 0975913557 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (3)
|
57. Oracle Database 10g High Availability with RAC, Flashback, and Data Guard (Osborne ORACLE Press Series) by Matthew Hart, Scott Jesse | |
![]() | Paperback: 496
Pages
(2004-04-21)
list price: US$62.99 -- used & new: US$33.98 (price subject to change: see help) Asin: 0072254289 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (12)
|
58. Oracle8i Database Administration by Noel Yuhanna | |
![]() | Paperback: 543
Pages
(1999-11-01)
list price: US$42.95 -- used & new: US$6.50 (price subject to change: see help) Asin: 1884777783 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (13)
|
59. Oracle Database 10g DBA Handbook by KevinLoney, BobBryla | |
![]() | Paperback: 736
Pages
(2005-03-24)
list price: US$62.99 -- used & new: US$32.92 (price subject to change: see help) Asin: 0072231459 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (11)
|
60. Oracle 10g Database Administrator II: Backup/Recovery and Network Administration by Claire Rajan | |
![]() | Paperback: 588
Pages
(2006-05-11)
list price: US$100.95 -- used & new: US$68.00 (price subject to change: see help) Asin: 1418836648 Average Customer Review: ![]() Canada | United Kingdom | Germany | France | Japan |
Editorial Review Product Description Customer Reviews (9)
|
  | Back | 41-60 of 99 | Next 20 |