My Account  Cart Contents  Checkout  
  Top » Catalog » Rampant Books » My Account  |  Cart Contents  |  Checkout   
Categories
Consulting (2)
Equine Books (1)
Posters (7)
Rampant Books (68)
Redneck
Downloads-> (24)
Video (2)
Bundles (5)
Manufacturers
What's New? more
Oracle Tuning: The Definitive Reference Second Edition
Oracle Tuning: The Definitive Reference Second Edition
$41.95
Quick Find
 
Use keywords to find the product you are looking for.
Advanced Search
Information
Shipping & Returns
Privacy Notice
Conditions of Use
Contact Us
Gift Voucher FAQ
Easy Oracle Jumpstart $19.95

ISBN:
0-9759135-5-7
ISBN 13
978-0975913550
Library of Congress Number: 2005901264
240 pages:
Perfect bind - 9x7
PD 206
Shelving: Databases/Oracle Easy Oracle series # 4

Easy Oracle Jumpstart
Oracle Database Management Concepts and Administration

Steve Karam, Robert Freeman

Retail Price $27.95 / £17.95

Order now! Only $19.95
(30% off)

Key Features About the Authors  
Table of Contents Errata


This book introduces you to the Oracle Database in plain English with a focus on providing you with an in-depth knowledge of Oracle’s basic features and management techniques. By explaining how Oracle works, this book will provide you with the information and tools you need to manage and administer an Oracle database.

We include important Oracle tasks such as database creation, startup, shutdown and management and we also cover Oracle’s capability to protect the data stored in the database, as well as critical daily maintenance scripts.

Although focused on Oracle 10g, Easy Oracle Jumpstart includes managing Oracle 9i and 8i. This book is a valuable resource for both the new DBA and a manager wanting to understand the management and operation of an Oracle Database.

Key Features

* Get detailed information on the inner working of the Oracle Database and how to effectively use Oracle’s caches.

* Learn how Oracle provides consistent views and transactional control using UNDO and REDO logs.

* See how Oracle protects your data with Archive Logs.

* Protect your data with Archive Logs.

* Learn to manage Users and database security.

* Gain knowledge of Oracle’s Storage Structures including Locally Managed Tablespaces and ASSM.

* Become skilled at Database Monitoring and Performance Tuning.

About the Authors:


Steve Karam

Steve Karam is one of less than 20 DBA's worldwide to achieve the coveted Oracle 10g Certified Master status.

A former senior instructor for Oracle University, Steve has a proven track record in performance and troubleshooting on dozens of high profile Oracle systems, and complex Oracle 10g RAC environments.


Robert Freeman

Robert G. Freeman is a Senior Oracle Consultant with Burleson Consulting. Freeman one of the most famous Oracle experts and author of eight popular Oracle books, including Oracle9i RMAN Backup & Recovery and the bestselling Oracle9i and Oracle 10g New Features books. A respected Oracle expert and author, Robert serves as a writer for DBAZine and SELECT Magazine.

Table of Contents:

CHAPTER 1 – Inside the Oracle Architecture
This section describes the Oracle architecture in plain English and shows you how to

1-1: Instance Architecture
• Creating the OFA file structure ($DBA, bdump, udump, pfile)

1-2: SGA Architecture

1-3: Background processes

1-4: Control file management
• Explaining the use of control files
• Listing the Contents of the control File
• File locations for control Files
• Obtaining Control File Information
• Listing control file contents

1-5: UNDO and REDO logs
• Displaying and Creating Rollback Segments
• Altering Rollback Segments
• Determining the Number and Size of Rollback Segments
• Obtaining Rollback Segment Information from v$rollstat and dba_rollback_segs
• Troubleshooting Rollback Segment Problems – snapshot too old
• Redo log concepts for recovery
• Online redo log (log_buffer) online redo logs and archived redo logs
• Oracle ARCH and LGWR background processes
• Redo log dictionary queries
• Redo log switch frequency and performance
• Multiplexing the Online Redo Log Files
• Archiving the Oracle Redo Logs
• Recovery using the redo log files

1-6: Users and privileges
• Creating New Database Users
• User default tablespaces and TEMP
• Password aging
• Altering and Dropping Existing Database Users
• Monitoring Information bbout Existing Users
• Identifying System and Object Privileges
• Granting and Revoking Privileges
• Creating and Modifying Roles
• Controlling Availability of Roles
• Removing Roles
• Using Predefined Roles
• Displaying Role Information from the Data Dictionary

CHAPTER 2 – Managing an Oracle Instance
This section

2-1: Initialization file management
• Creating the init.ora file
• Displaying init.ora values with v$parameter

2-2: Listener configuration
• Creating the listener.ora file

2-3: TNS names configuration
• Creating the tnsnames.ora file

2-4: Data buffer configuration & sizing

2-5: Shared pool configuration & Sizing

2-6: Starting and stopping Oracle
• Shutdown and Startup an Instance
• Mounting and opening an instance

Chapter 3 – Oracle DBA tools
This is an introduction to Oracle administration tools and techniques.

3-1: Enterprise Manager (OEM)

3-2: Schema, File & tablespace management
• Describing the relationship between data files, tablespaces and table
• Understanding Oracle segments
• Creating Tablespaces – using the autoextend option
• Changing the Size of Tablespaces – alter database datafile command
• Defining a TEMP tablespace
• Changing the default storage Settings for a tablespace

3-3: Database Maintenance
• Reason for reorgs – chained rows, imbalanced freelists
• Reorganizing Tables using Export and Import
• Using CTAS to reorganize data
• Index rebuilding

3-4: Monitoring Oracle
• Enterprise manager performance pack
• Displaying and managing Oracle sessions with v$session
• Monitoring the log and searching for Oracle trace files

3-5: Utilities
• Imp and exp utilities
• SQL*Loader

3-6: Dictionary and v$ views
• The dba_, all_ and user_ structures
• Querying the tables, indexes, and segments views
• Getting view names from dict view

CHAPTER 4 – Managing Oracle objects
This section explores the methods used for managing all active components of the Oracle database including

4-1: File and tablespace structures
• Review of the storage parameters pctfree, pctused and freelists.
• Chained rows and pctfree
• Insert performance and pctused values
• Using the APPEND option with inserts

4-2: Table structures
• Creating Tables Using Appropriate Storage Settings
• Controlling table extents and fragmentation
• Analyzing Tables for CBO statistics
• Using the dba_tables and dba_segments views
• Converting Between Different Formats of ROWID

4-3: Index structures
• Listing the Different Types of Indexes and Their Uses
• Creating B*-Tree, bitmap and function-based Indexes
• Reorganizing Indexes with alter index rebuild
• Dropping Indexes
• Getting Index Information from the Data Dictionary

4-4: Object-oriented Oracle
• Identification of objects - real-world modeling
• Object representation
• Data storage for composite objects
• Differences between existing data storage methods
• Benefits of object-oriented systems
• Comparisons of methodologies
• Retrofitting existing systems into object technology
• Improving on traditional systems design methods
• Internalizing object technology concepts

4-5: Oracle Object Structures
• Object-oriented Oracle SQL
• Nested Tables
• VARRAYS within tables
• Using object ID’s
• Using abstract data types

4-6: STATSPACK performance management
• Installing STATSPACK
• Running STATSPACK reports
• Interpreting a STATSPACK report
• Getting time series reports with STATSPACK
• Finding performance signatures with STATSPACK

CHAPTER 5 – Performance Management
This section explores the methods used for performance management in Oracle and shows tips and scripts for monitoring all components of any Oracle database. You will also learn the proper action to take when any area of Oracle becomes a bottleneck.

5-1: Bottleneck performance analysis
• Top-5 timed events
• External Server Bottlenecks (Network, I/O, RAM, CPU)

5-2: Tuning at the Instance Level
• Changing init.ora parameters (index_optimizer_cost_adj, optimizer_mode)
• Buffer busy waits
• Object parameters (PCTFREE, PCTUSED, INITTRANS, FREELISTS)

5-4: CBO behavior
• Introduction to rule-based optimization
• Introduction to cost-based optimization
• Changing the default optimizer modes
• Collecting table and index statistics (dbms_stats)
• Using column histograms
• Skewonly

5-5: SQL Tuning
• Review of Basic joining methods
• Merge join
• Hash Join
• Nested Loop join
• Advanced SQL operators
• Between operator
• Using hints to improve SQL performance
• Using parallel query to improve performance
• SQL reusability within the library cache
• Table high-water mark
• Table striping and table partitions
• Using indexes to improve performance
• Identifying full-table scans
• Re-writing SQL queries
• Tuning sub-queries

5-6: Explain plan
• Using EXPLAIN PLAN
• Interpreting EXPLAIN PLAN Output
• Using TKPROF
• Using SQL*Trace

Errata:

1. Under the heading Granting Object Level Privileges

"For example, we can grant the user TOM access to the EMP table in the SCOTT account (or schema) with this command:
GRANT SELECT ON emp TO scott;" 

should be

"For example, we can grant the user TOM access to the EMP table in the SCOTT account (or schema) with this command:
GRANT SELECT ON emp TO tom;"

2. Under the heading Perform an Online (HOT) Backup of the Database with RMAN on page 180

RMAN>backup database plus archivelogs delete input;

should be

RMAN>backup database plus archivelog delete input;

AND

RMAN>backup archivelogs all delete input;

should be

RMAN>backup archivelog all delete input;


For more information, please visit this products webpage.
This product was added to our catalog on Sunday 10 September, 2006.
Reviews

Customers who bought this product also purchased
Oracle Enterprise Manager Grid Control
Oracle Enterprise Manager Grid Control
Oracle 11g Database DBA Reference Poster
Oracle 11g Database DBA Reference Poster
Documenting Oracle Databases
Documenting Oracle Databases
SQL Server DBA Scripts
SQL Server DBA Scripts
Oracle Job Interview Handbook
Oracle Job Interview Handbook
Advanced Oracle SQL Programming
Advanced Oracle SQL Programming
Shopping Cart more
0 items
Manufacturer Info
Rampant TechPress
Rampant TechPress Homepage
Other products
Notifications more
NotificationsNotify me of updates to Easy Oracle Jumpstart
Tell A Friend
 

Tell someone you know about this product.
Reviews more
Write ReviewWrite a review on this product!
Languages
English Deutsch Espaρol
Currencies

P. O. Box 511
Kittrell, NC, 27544

SAN: 2 5 5 - 1 3 1 4


Top Oracle training from the Oracle Experts!