This article presents some basic techniques for creating Windows batch files and UNIX/Linux shell scripts that connect to SQL*Plus and RMAN. Continue reading
Category Archives: Oracle
Oracle Naming Conventions
Some of the typical naming conventions used for objects in Designer and the database. Nothing is carved in stone, but these are the sort of rules I follow: Continue reading
Deadlocks
A deadlock occurs when two or more session are waiting for data locked by each other, resulting in all the sessions being blocked. Oracle automatically detects and resolves deadlocks by rolling back the statement associated with the transaction that detects the deadlock. Typically, deadlocks are caused by poorly implemented locking in application code. This article shows the steps necessary to identify the offending application code when a deadlock is detected. Continue reading
RAID
RAID is an acronym for Redundant Arrays of Inexpensive Disks. These provide a mechanism for load balancing and securing your data across
multiple disks. In this article I’ll give a brief explanation of the most commonly used RAID levels and how they should be used with Oracle. Continue reading
Install GlassFish 3.1 on CentOS or RHEL
This post will cover installing GlassFish 3.1 on CentOS or RHEL.
We’ll also see how to run GlassFish as a service, how to access the Admin Console, and how to run GlassFish under a minimally privileged user.
GlassFish 3.1 is the latest release and is available as GlassFish Server Open Source Edition 3.1 (free) and Oracle GlassFish Server 3.1 (supported and requires paid subscription). Continue reading
Install Oracle 11g Express (XE) on CentOS
This post will cover basic installation and configuration of Oracle 11g Express Edition (XE) on CentOS. We will also take a quick look at configuring Application Express (APEX) for 11g XE.
Basic installation is straight forward.
If you just want to get up and running, you can just do steps 1 to 4 below (and 10 and 11 for Apex). The remaining steps (5 to 9) cover basic backup, recovery, and performance configuration. Continue reading
Oracle Database 11g Release 2 RAC On Linux Using VMware Server 2
This article describes the installation of Oracle Database 11g release 2 (11.2 64-bit) RAC on Linux (Oracle Enterprise Linux 5 64-bit) using VMware Server 2 with no additional shared disk devices.
Direct NFS (DNFS) Clonedb in Oracle Database 11g Release 2 (Patchset 11.2.0.2)
Clonedb is a new Direct NFS (DNFS) feature introduced in the 11.2.0.2 database patchset. Rather than using the traditional RMAN database duplication, clonedb uses dNFS technology to instantly Continue reading
Duplicate a Database Using RMAN in Oracle Database 11g Release 2
Oracle Database 11g Release 2 (11.2.0.2) Installation On Solaris 10 (x86-64)
In this article I’ll describe the installation of Oracle Database 11g Release 2 (11.2.0.2) on Solaris 10 (x86-64).
The article is based on a default server installation as shown here. Alternative installations Continue reading