Oracle Database Architecture

August 25, 2008 · Filed Under Concept · Comment 

Generally, Oracle RDBMS (Relation Database Management System) architecture consist of following components: Memory, processes, and files. The components are grouped into following:

  1. Instance
    - Instance memory or System Global Area (SGA): Shared Pool (Libary Cache and Data Dictionary Cache), Database Buffer Cache, Redolog Buffer Cache, Java Pool, Large Pool.
    - Back ground process: PMON, SMON, DBWR, LGWR, CKPT, Others
  2. Database
    - Datafiles
    - Control files
    - Redo log files
  3. Other components
    - Other process: Server Process, user process
    - Other memory: Program Global Area (PGA)
    - Other files: Archived logs, parameter, and password files

Read more

How to self-learn Oracle Database

August 25, 2008 · Filed Under Learning · Comment 

Oracle is too kind to share knowledge. We can read Oracle documentation (contain unlimited knowledge) online in the web. We also can download Oracle DBMS (Database Management System) software and documentations freely.

Oracle really want to educate its user and everyone who eager to learn Oracle products. Of course, the goal is to make everyone use Oracle products, and then everyone pay Oracle license.

Through this article I share tips & tricks self learning of Oracle Database. I take Oracle Database 10g as example.

I. Read Oracle documentation.

You can read Oracle documentation online in internet. By download the source first, you can also read the documentation off line in your PC.

Here is the list of Oracle Documentation

  1. Index of all documentation (8, 8i, 9i, 10g, dan 11g)
    http://www.oracle.com/technology/documentation/index.html

  2. Documentation source of 10g version, ready to be downloaded.
    http://download.oracle.com/docs/cds/B19306_01.zip

  3. Documentation source of 10g version, ready to be read online.
    http://www.oracle.com/pls/db102/homepage

There are so many-many documentation and knowledge. How to start? I recommend to read following documentation one by one (please read in order manner).
Read more

How to get OCP Database 10g

August 19, 2008 · Filed Under Certification · 2 Comments 

To get Oracle Database 10g Administrator Certified Professional (OCP 10G) you must pass following requirements:

  1. Pass OCA 10G (Oracle Database 10g Administrator Certified Associate) requirements
  2. Pass exam 1Z0-043 ((Oracle Database 10g: Administration II)

  3. Complete one of the approved instructor-led online or in-class courses.
  4. Submit the Hands On Course Requirement Form

Following courses are approved instructor-led (online or in-class) courses. You must complete one of following curses:
Read more

How to get OCA Database 10g

August 19, 2008 · Filed Under Certification · Comment 

To get Oracle Database 10g Administrator Certified Associate you must pass following exams:

  1. Oracle Database 10g: Administration I (exam no. 1Z0-042)
  2. On December 1, 2008 Oracle will introduce an additional SQL exam requirement for this certification. In addition to the existing exam (1Z0-042) candidates will also be required to pass any one of the three following Oracle SQL exams to earn the certification:
    • Introduction to Oracle9i: SQL (1Z0-007)
    • Oracle Database 11g: SQL Fundamentals I (1Z1-051)
    • Oracle Database SQL Expert (1Z0-047)

So, hurry up to get the OCA 10g before December 1, 2008; you are required only 1 exam. After that time you will be required 2 exams.

OCP 10G Exam 1Z0-043 (Oracle Database 10g: Administration II)

August 19, 2008 · Filed Under Certification · Comment 
Certification Name  : Oracle Database 10g Administrator
'                     Certified Professional (OCP 10g)
Exam Number         : 1Z0-043
Exam Price          : $125.00 USD
Duration            : 90 minutes
Number of Questions : 70
Passing Score       : 70%

Recommended Training:
Oracle Database 10g: Administration Workshop II

Exam Material

(The exam material is the same with Oracle Database 10g: Administration Workshop II training material):

Read more

OCA 10G Exam 1Z0-042 (Oracle Database 10g: Administration I)

August 19, 2008 · Filed Under Certification · Comment 
Certification Name  : Oracle Database 10g Administrator
'                     Certified Associate (OCA 10g)
Exam Number         : 1Z0-042
Exam Price          : $125.00 USD
Duration            : 120 minutes
Number of Questions : 84
Passing Score       : 68%

Recommended Training:
Oracle Database 10g: Administration Workshop I Release 2

Recommended Oracle Documentation:

  1. Oracle® Database Platform Guide10g Release 2 (10.2) for Microsoft Windows (32-Bit)
  2. Oracle® Database Installation Guide10g Release 2 (10.2) for Linux x86, Troubleshooting
  3. Oracle® Database Concepts10g Release 2 (10.2), Chapter 7
  4. Oracle® Database Concepts10g Release 2 (10.2), Chapter 2
  5. Oracle® Database Administrator’s Guide10g Release 2 (10.2), Chapter 12
  6. Oracle® Database Security Guide10g Release 2 (10.2),Chapter 11
  7. Oracle® Database Administrator’s Guide10g Release 2 (10.2), Chapter 13
  8. Oracle® Database Administrator’s Guide10g Release 2 (10.2), Chapter 16
  9. Oracle® Database Performance Tuning Guide10g Release 2 (10.2), Chapter 5
  10. Oracle® Database Performance Tuning Guide10g Release 2 (10.2), Chapter 12
  11. Oracle® Database Administrator’s Guide10g Release 2 (10.2), Chapter 2
  12. Oracle® Database Administrator’s Guide10g Release 2 (10.2), Chapter 15
  13. Oracle® Database Utilities10g Release 2 (10.2), Chapter 1
  14. Oracle® Database Utilities10g Release 2 (10.2), Chapter 6

Exam Material

(The exam material is the same with Oracle Database 10g: Administration Workshop I Release 2 training material):
Read more

Oracle Database Certification Program

August 19, 2008 · Filed Under Certification · Comments Off 

ORACLE DATABASE 11g

  • Oracle Database 11g Administrator Certified Associate
  • Oracle Database 11g Administrator Certified Professional
  • Oracle Database 11g Administrator Certified Master

ORACLE DATABASE 10g

ORACLE9i DATABASE

  • Oracle9i Database Administrator Certified Associate
  • Oracle9i Database Administrator Certified Professional
  • Special Accreditation: Managing Oracle9i on Linux

Download Ebook Oracle Database Administration (Guide) 10g

August 19, 2008 · Filed Under Administration, Free Ebook · Comment 

The book title is Oracle® Database Administrator’s Guide 10g Release 2 (10.2)
The book contain following chapters:

Part I Basic Database Administration

  1. Overview of Administering an Oracle Database
  2. Creating an Oracle Database
  3. Starting Up and Shutting Down
  4. Managing Oracle Database Processes

Part II Oracle Database Structure and Storage

  1. Managing Control Files
  2. Managing the Redo Log
  3. Managing Archived Redo Logs
  4. Managing Tablespaces
  5. Managing Datafiles and Tempfiles
  6. Managing the Undo Tablespace

Part III Automated File and Storage Management

  1. Using Oracle-Managed Files
  2. Using Automatic Storage Management

Part IV Schema Objects

  1. Managing Schema Objects
  2. Managing Space for Schema Objects
  3. Managing Tables
  4. Managing Indexes
  5. Managing Partitioned Tables and Indexes
  6. Managing Clusters
  7. Managing Hash Clusters
  8. Managing Views, Sequences, and Synonyms
  9. Using DBMS_REPAIR to Repair Data Block Corruption

Part V Database Security

  1. Managing Users and Securing the Database

Part VI Database Resource Management and Task Scheduling

  1. Managing Automatic System Tasks Using the Maintenance Window
  2. Using the Database Resource Manager
  3. Moving from DBMS_JOB to DBMS_SCHEDULER
  4. Scheduler Concepts
  5. Using the Scheduler
  6. Administering the Scheduler

Part VII Distributed Database Management

  1. Distributed Database Concepts
  2. Managing a Distributed Database
  3. Developing Applications for a Distributed Database System
  4. Distributed Transactions Concepts
  5. Managing Distributed Transactions

Download the ebook here.

Read more

Download Ebook Oracle Database Administration 10g ( 2 Day DBA)

August 19, 2008 · Filed Under Administration, Free Ebook · 2 Comments 

The book title is Oracle® Database 2 Day DBA 10g Release 2 (10.2).
The book contain following chapters:

  1. Introduction
  2. Installing Oracle and Building the Database
  3. Getting Started with Oracle Enterprise Manager
  4. Configuring the Network Environment
  5. Managing the Oracle Instance
  6. Managing Database Storage Structures
  7. Administering Users and Security
  8. Managing Schema Objects
  9. Performing Backup and Recovery
  10. Monitoring and Tuning the Database
  11. Managing Oracle Software
  12. Automatic Storage Management
  13. Overview of Real Application Clusters

Download the ebook here.

Read more

Download Ebook Oracle Database Administration (Guide) 11g

August 19, 2008 · Filed Under Administration, Free Ebook · Comment 

The book title is Oracle® Database Administrator’s Guide 11g Release 1 (11.1)
The book contain following chapters:

Part I Basic Database Administration

  1. Getting Started with Database Administration
  2. Creating and Configuring an Oracle Database
  3. Starting Up and Shutting Down
  4. Managing Processes
  5. Managing Memory
  6. Managing Users and Securing the Database
  7. Monitoring Database Operations
  8. Managing Diagnostic Data

Part II Oracle Database Structure and Storage

  1. Managing Control Files
  2. Managing the Redo Log
  3. Managing Archived Redo Logs
  4. Managing Tablespaces
  5. Managing Datafiles and Tempfiles
  6. Managing Undo
  7. Using Oracle-Managed Files

Part III Schema Objects

  1. Managing Schema Objects
  2. Managing Space for Schema Objects
  3. Managing Tables
  4. Managing Indexes
  5. Managing Clusters
  6. Managing Hash Clusters
  7. Managing Views, Sequences, and Synonyms
  8. Repairing Corrupted Data

Part IV Database Resource Management and Task Scheduling

  1. Managing Automated Database Maintenance Tasks
  2. Managing Resource Allocation with Oracle Database Resource Manager
  3. Oracle Scheduler Concepts
  4. Scheduling Jobs with Oracle Scheduler
  5. Administering Oracle Scheduler

Part V Distributed Database Management

  1. Distributed Database Concepts
  2. Managing a Distributed Database
  3. Developing Applications for a Distributed Database System
  4. Distributed Transactions Concepts
  5. Managing Distributed Transactions

Download the ebook here.

Read more

Next Page »