
In Oracle 10g, there are 3 options to storage datafiles:
1. Filesystem
2. RAW disk
3. Automatic Storage Management (ASM)
ASM is a new feature that has be introduced in Oracle 10g to simplify the storage of Oracle datafiles, log files and control files. Oracle Managed Files (OMF) will be use if ASM is chosen …
Both errors happen to me when I want to create Oracle Database 10.2.0.4 using ASM on RHEL5 i686 (32-bit).
All process during ASM Creation was happen smoothly without any complaint and any error.
Then, after ASM creation completed, and new database creation process started. The process stuck whenever I want to enter …
Ok, this is just my simple note about how to create ASM disk
Assumption: Disk already partitioned and oracleasm package has been installed.
If not, partition it using fdisk and download oracleasm package from here
Firstly, configure the Oracle Linux ASMLib driver
# oracleasm configure -i
Configuring the Oracle ASM library driver.
This will …
Have you ever installed LAMPP or XAMPP for Linux? I went to other Linux or Xampp forum and found that there are many question regarding to
How to change the default page for XAMPP?
Scenario 1 – Someone just want to change default page for localhost. Doesn’t matter where the file location …
Owh, weekend.. I’ve nothing to do today. So, I am playing with my laptop, shrinking existing hard disk to make dual boot Windows XP and RedHat Enterprise Linux 5 (RHEL 5) on my laptop. As usual, the very first thing to do is to get my RHEL 5 connected to …
I have installed many of time VirtualBox on Windows host. Most of VirtualBox user will simply use the default Virtual Networking which is “Not attached” mode or NAT mode.
By the way, VirtualBox have 4 Virtual Networking mode to be use which are:
Not attached
NAT
Host Interface
Internal Networking
The disadvantage of using NAT is …
Today, I have tried to used VirtualBox to use Linux Red Hat (RHEL5) as guest on my Windows XP as host. I have created fixed 30GB (quite small) space for the Linux RHEL5 installation. I don’t want to write about the installation process of RHEL5 into my VirtualBox but, I …
I just successfully installed Red Hat Enterprise Linux 5 (RHEL5), this is my first time using dual boot OS (Windows and Linux). Before this I just use RHEL 4 in Virtualbox. At the very first, after successfully installed RHEL 5 on my machine and login with KDE session, I clicked …