The night before, I learned about Oracle Enterprise Linux and Oracle database. I didn't expect to go through so much Internet traffic, which is equivalent to spending 1500 RMB.
It's hard to come by. You should cherish it.
We installed Enterprise Linux last night. We had a configuration early in the morning last night and learned about it carefully. Installing orable database now,
Write a process record.
1. install.
There is nothing to say. It is almost the same as RedHat, but there is a cluster in the default component. I chose it. Have time to play with the cluster. FTP, DNS
I have no choice at all. I installed it myself when I finished the work. It is better to use the source code, although it is a little troublesome.
2. Next I want to mount Windows, drive C, drive D, and drive E.
# Mount-T vfat/dev/sda1/mnt/C
Okay, drive C is in the FAT32 format. Normally it will be suspended.
Next
# Mount-t ntfs/dev/sda5/mnt/d
Mount: Unknown filesystem type 'ntfs'
I'm dizzy. Oracle's kernel does not have the NTFS Mod. Go to the http://www.linux-ntfs.org and look for it. Only the RPM of RedHat.
I don't deserve it. For 2.6.18-128, compile the next source code by yourself.
To the ntfsprogs-2.0.0, compile:
#./Configure
# Make
# Make install
There are also a lot of missing packets in the middle. After installation, You can see ntfsls and other commands, but how can you mount them? I looked at man page and said ntfsmount exists.
Ah, why didn't I? I went back to readme and found that I didn't talk about it. Then I went to manual on the official website and found the result. Haha.
#./Configure -- enable-ntfsmount
# Make
# Make install
Finally, it seems that fuse has to be installed in the middle. It will be available on the official website.
3. Install the graphics card driver. Got a NVIDIA-Linux-x86-180.29-pkg1.run,
#./NVIDIA-Linux-x86-180.29-pkg1.run -- kernel-source-Path =/usr/src/kernels/'uname-R'-i686
Okay, huh, huh. Then, the Oracle database is installed, which is easy to install. Haha.
Experience the Oracle age !!!
PS: mplayer has not been compiled yet, which makes me very depressed. Why? I can't write it by myself. I can't even compile anything written by others .....