Your Friend in the IT Age!

Oracle RAC    ASM    DATA GUARD   PERFORMANCE TUNING   STREAMS  RMAN   NEW FEATURES  MVIEWS  PARTITIONING  TOP 20 SQL


Oracle Database 11g: New Features For Administrators OCP Exam Articles

The articles in this section are specifically targeted at the 1Z0_050 Oracle Database 11g: New Features for Administrators OCP upgrade exam.

Adaptive Cursor Sharing in Oracle Database 11g Release 1 - Overcome the problems associated with using bind variables against indexed columns containing skewed data.

Automated Database Maintenance Task Management in Oracle Database 11g Release 1 - Reduce the impact of automated maintenance tasks on your system by controlling how and when they run.

Automatic Memory Management in Oracle Database 11g Release 1 - Oracle 11g takes the next step down the road to making manual memory management a thing of the past.

Automatic SQL Tuning in Oracle Database 11g Release 1 - Take advantage of the Automatic SQL Tuning features of Oracle 11g Release 1.

Automatic Storage Manager (ASM) Enhancements in Oracle Database 11g Release 1 - This article provides an overview of the main Automatic Storage Manager (ASM) enhancements in Oracle Database 11g Release 1.

AWR Baseline Enhancements in Oracle Database 11g Release 1 - Oracle 11g has extended the AWR baseline functionality and made alert threshold creation more flexible.

Case Sensitive Passwords in Oracle Database 11g Release 1 - Understand the implications and administration of this new security feature in Oracle 11g.

Cross-Session PL/SQL Function Result Cache in Oracle Database 11g Release 1 - Improve the performance of PL/SQL functions across the whole database instance by caching return values.

Database Replay in Oracle Database 11g Release 1 - Capture workloads on a production system and replay them exactly as they happened on a test system.

Database Resident Connection Pool (DRCP) in Oracle Database 11g Release 1 - Use the database resident connection pool to reduce the resource requirements of applications that do not support connection pooling.

Data Recovery Advisor in Oracle Database 11g Release 1 - Automatically identify, diagnose and repair corruption or loss of persistent data on disk using this new feature.

DDL With the WAIT Option (DDL_LOCK_TIMEOUT) - Avoid unnecessary "ORA-00054: resource busy" errors in 11g.

Fine-Grained Access to Network Services in Oracle Database 11g Release 1 - Take control of the external services accessed by the UTL_TCP, UTL_INADDR, UTL_HTTP, UTL_SMTP, and UTL_MAIL packages.

Finer Grained Dependency Management in Oracle Database 11g Release 1 - See how finer grained dependency management in 11g reduces the extent of invalidations associated with schema changes.

Flashback and LogMiner Enhancements in Oracle Database 11g Release 1 - See how Oracle 11g Release 1 makes tracking data changes and recovering from logical errors easier because of enhancements to Flashback and LogMiner.

Invisible Indexes in Oracle Database 11g Release 1 - Take control of the indexes available to the optimizer by using invisible indexes in 11g.

Miscellaneous New Features in Oracle Database 11g Release 1 - A collection of new features and enhancements listed in the miscellaneous section of "Oracle Database 11G: New Features for Administrators" OCP syllabus.

Online Table Redefinition Enhancements in Oracle Database 11g Release 1 - Take advantage of the reduced invalidations associated with online table redefintions in 11g.

Partitioning Enhancements in Oracle Database 11g Release 1 - An introduction to the partitioning enhancements in Oracle 11g Release 1.

Query Result Cache in Oracle Database 11g Release 1 - Improve the performance of SQL across the whole database instance by caching query results.

Read-Only Tables in Oracle Database 11g Release 1 - Protect data in static tables using the read-only table feature in Oracle 11g Release 1.

Resource Manager Enhancements in Oracle Database 11g Release 1 - An overview of the resource manager enhancements in Oracle Database 11g Release 1.

RMAN Enhancements in Oracle Database 11g Release 1 - An overview of all the RMAN enhancements in Oracle Database 11g Release 1.

Scheduler Enhancements in Oracle Database 11g Release 1 - Oracle 11g adds more functionality to the Oracle scheduler.

SecureFiles in Oracle Database 11g Release 1 - Compress, deduplicate and encrypt LOBs using the new LOB functionality in Oracle 11g.

SQL Access Advisor in Oracle Database 11g Release 1 - Use this advisor to get suggestions for indexes, materialized views and partitioning schemes to improve system performance.

SQL Performance Analyzer in Oracle Database 11g Release 1 - Compare the performance of the statements in an SQL tuning set before and after database changes.

SQL Plan Management in Oracle Database 11g Release 1 - Maintain consistent SQL performance regardless of changes in optimizer version, optimizer statistics, schema changes, system settings and SQL profile creation.

Statistics Collection Enhancements in Oracle Database 11g Release 1 - Provide the optimizer with additional selectivity information and avoid new statistics adversely affecting performance.

Table Compression Enhancements in Oracle Database 11g Release 1 - Save space and improve performance of OLTP systems using the enhanced table compression in 11g.

Tablespace Encryption in Oracle Database 11g Release 1 - Simplify the administration of transparent data encryption (TDE) using tablespace encryption.

Temporary Tablespace Enhancements in Oracle Database 11g Release 1 - Take advantage of better visibility and management of temporary tablespaces usage in 11g.

Upgrading to Oracle Database 11g - This article provides a brief overview of the areas involved in upgrading existing databases to Oracle 11g.

Feature List:

   

Oracle Database 11g Release 1: Miscellaneous Articles

The articles in this section are about new features that are NOT included in the 1Z0_050 OCP upgrade exam.

Data Pump Enhancements in Oracle Database 11g Release 1 - This article provides an overview of the main Data Pump enhancements in Oracle Database 11g Release 1.

DBMS_XA - Process a single transaction across multiple sessions using the DBMS_XA package.

Native Oracle XML DB Web Services in Oracle 11g Release 1 - Present your exisitng PL/SQL procedures and functions as web services using XML DB in Oracle 11g.

PIVOT and UNPIVOT Operators in Oracle Database 11g Release 1 - Learn how to use the new PIVOT and UNPIVOT operators in Oracle Database 11g Release 1.

PL/SQL Hierarchical Profiler in Oracle Database 11g Release 1 - Use the DBMS_HPROF package and the plshprof utility to generate and analyze hierarchical profiler data for PL/SQL programs.

PL/SQL New Features and Enhancements in Oracle Database 11g Release 1 - Get to grips with the new features and enhancements to PL/SQL in Oracle 11g Release 1.

Real-Time SQL Monitoring using DBMS_SQLTUNE (REPORT_SQL_MONITOR, REPORT_SQL_MONITOR_LIST and REPORT_SQL_DETAIL) - Monitor the performance of SQL queries while the are running.

Trigger Enhancements in Oracle Database 11g Release 1 - Learn about the enhancements to triggers in Oracle Database 11g Release 1.

Virtual Columns in Oracle Database 11g Release 1 - Use virtual columns to make derived data appear as columns in your tables in Oracle 11g Release 1.

Feature List:

   

Oracle Database 11g Release 2: Miscellaneous Articles

APPEND_VALUES Hint in Oracle Database 11g Release 2 - Use the APPEND_VALUES hint to perform direct-path inserts when using the FORALL statement.

Oracle ASM Cluster File Systems (ACFS) in Oracle Database 11g Release 2 - This article describes three ways to create an ASM Cluster File System in an Oracle 11G Release 2 RAC database.

Auditing Enhancements (DBMS_AUDIT_MGMT) in Oracle Database 11g Release 2 - Oracle 11gR2 allows better management of the audit trail using the DBMS_AUDIT_MGMT package.

DBMS_PARALLEL_EXECUTE - Use the DBMS_PARALLEL_EXECUTE package to break down large workloads into manageable chunks that can be run in parallel.

Direct NFS (DNFS) Clonedb in Oracle Database 11g Release 2 (Patchset 11.2.0.2) - Use this new DNFS feature of patchset 11.2.0.2 to clone databases from backups quicker than you ever have before.

Edition Based Redefinition in Oracle Database 11g Release 2 - Upgrade database components online using this new feature or Oracle Database 11g Release 2.

Oracle Database File System (DBFS) in Oracle Database 11g Release 2 - This article provides an overview of the Oracle Database File System (DBFS) introduced in Oracle Database 11g Release 2.

Oracle Database File System (DBFS) PL/SQL APIs - This article provides an overview of the Oracle Database File System (DBFS) PL/SQL APIs introduced in Oracle Database 11g Release 2.

Oracle Database 11g Release 2 Data Guard Setup using Oracle Grid Control - This article describes the creation of a standby database using Oracle Database 11g Release 2 and the Oracle Grid Control.

Remote Scheduler Agent Installation for Oracle 11g Release 2 - An overview of the installation of the Remote Scheduler Agent for Oracle 11g Release 2.

Segment Creation on Demand (Deferred Segment Creation) in Oracle Database 11g Release 2 - Save space when creating new tables containing no rows in Oracle Database 11g Release 2.

Scheduler Enhancements in Oracle Database 11g Release 2 - Oracle 11gR2 adds more functionality to the Oracle scheduler.

Oracle Database 11g Release 1 Installations

Oracle Database 11g Release 1 (11.1) Installation On Oracle Linux 4 and 5 - A brief guide to installing Oracle Database 11g Release 1 (11.1) on Oracle Linux 4 and 5.

Oracle Database 11g Release 1 (11.1) Installation On Fedora 7 - A brief guide to installing Oracle Database 11g Release 1 (11.1) on Fedora 7.

Oracle Database 11g Release 1 (11.1) Installation On Fedora 8 - A brief guide to installing Oracle Database 11g Release 1 (11.1) on Fedora 8.

Oracle Database 11g Release 1 (11.1) Installation On Fedora 9 - A brief guide to installing Oracle Database 11g Release 1 (11.1) on Fedora 9.

Oracle Database 11g Release 1 (11.1) Installation On Fedora 10 - A brief guide to installing Oracle Database 11g Release 1 (11.1) on Fedora 10.

Oracle Database 11g Release 1 (11.1) Installation On Fedora 11 - A brief guide to installing Oracle Database 11g Release 1 (11.1) on Fedora 11.

Oracle Database 11g Release 1 RAC On Linux Using NFS - This article describes the installation of Oracle Database 11g release 1 (11.1) RAC on Linux (Oracle Linux 5) using NFS to provide the shared storage.

Oracle Database 11g Release 1 RAC On RHEL5 Linux Using VMware ESX Server and NFS - This article describes the installation of Oracle Database 11g release 1 (11.1) RAC on Red Hat Enterprise Linux 5 using VMware ESX Server and NFS for shared storage.

Oracle Database 11g Release 1 RAC On Linux Using VMware Server 1.x - This article describes the installation of Oracle Database 11g release 1 (11.1) RAC on Linux (Oracle Linux 5) using VMware Server 1.x with no additional shared disk devices.

Oracle Database 11g Release 1 RAC On Linux Using VMware Server 2 - This article describes the installation of Oracle Database 11g release 1 (11.1) RAC on Linux (Oracle Linux 5) using VMware Server 2 with no additional shared disk devices.

Oracle Database 11g RAC On Windows 2003 Using VMware Server - This article describes the installation of Oracle Database 11g release 1 (11.1) RAC on Windows 2003 Server Standard Edition using VMware Server with no additional shared disk devices.

Oracle Database 11g Release 2 Installations

DNS Configuration for the SCAN used with Oracle RAC Database 11g Release 2 - A basic description of the DNS configuration required for the SCAN associated with an Oracle RAC database in 11g Release 2.

Oracle Database 11g Release 2 RAC On Linux Using NFS - This article describes the installation of Oracle Database 11g Release 2 (11.2) RAC on Linux (Oracle Linux 5) using NFS to provide the shared storage.

Oracle Database 11g Release 2 (11.2) Installation On Oracle Linux 5 - A brief guide to installing Oracle Database 11g Release 2 (11.2) on Oracle Linux 5.

Oracle Database 11g Release 2 (11.2) Installation On Oracle Linux 6 - A brief guide to installing Oracle Database 11g Release 2 (11.2) on Oracle Linux 6.

Oracle Database 11g Release 2 (11.2) Installation On Fedora 12 (F12) - A brief guide to installing Oracle Database 11g Release 2 (11.2) on Fedora 12 (F12).

Oracle Database 11g Release 2 (11.2) Installation On Fedora 13 (F13) - A brief guide to installing Oracle Database 11g Release 2 (11.2) on Fedora 13 (F13).

Oracle Database 11g Release 2 (11.2) Installation On Fedora 14 (F14) - A brief guide to installing Oracle Database 11g Release 2 (11.2) on Fedora 14 (F14).

Oracle Database 11g Release 2 (11.2) Installation On Fedora 15 (F15) - A brief guide to installing Oracle Database 11g Release 2 (11.2) on Fedora 15 (F15).

Oracle Database 11g Release 2 (11.2.0.2) Installation On Solaris 10 (x86-64) - A brief guide to installing Oracle 11g Release 2 (11.2.0.2) on Solaris 10 (x86-64).

Oracle Database 11g Release 2 RAC On Linux Using VirtualBox - This article describes the installation of Oracle Database 11g release 2 (11.2) RAC on Linux (Oracle Enterprise Linux 5.5) using VirtualBox with no additional shared disk devices.

Oracle 11g Release 2 RAC On Linux Using VMware Server 2 - This article describes the installation of Oracle Database 11g release 2 (11.2) RAC on Linux (Oracle Enterprise Linux 5.4) using VMware Server 2 with no additional shared disk devices.

Oracle 11g Grid Control

OEM Grid Control 11gR1 Installation on Oracle Linux 5.5 (64-bit) - Learn how to install OEM Grid Control 11gR1 on Oracle Linux 5.5 (64-bit).

External Links

Oracle Database 11g: The Top New Features for DBAs and Developers



Automatic Plan Capture 11G

posted Aug 9, 2011 7:55 AM by Sachchida Ojha

alter system set optimizer_capture_sql_plan_baselines=TRUE.
(default is false)

This parameter is dynamic and can also be set at the session level with the ALTER SESSION command.

utlrp.sql to compile all invalid objects in oracle database.

posted Jan 19, 2011 7:56 AM by Sachchida Ojha   [ updated Jan 22, 2012 3:09 PM ]

The utlrp.sql script resides in the ORACLE_HOME/rdbms/admin.
sql>@ORACLE_HOME/rdbms/admin/utlrp.sql
or
@?/rdbms/admin/utlrp.sql

How to get how many cpu does my AIX server have?

posted Jan 18, 2011 5:57 PM by Sachchida Ojha

Any of the following:
#lsdev -Ccprocessor | grep -ci available

# lparstat -i | grep "Online Virtual CPUs"
Online Virtual CPUs : x

The following will tell you what the specification is...
# lsattr -El proc0

#nmon

sar -P ALL 1 1
lparstat
lsattr -El proc0
prtconf
pmcyles -m



1-3 of 3

Sign in  |  Recent Site Activity  |  Terms  |  Report Abuse  |  Print page  |  Powered by Google Sites