Results 1 to 3 of 3
I need to create a Filesystem for the oracle database. I am wondering if there is any specific option need to be selected. Please also confirm that when I create ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-08-2012 #1Just Joined!
- Join Date
- Aug 2012
- Posts
- 3
Creating filesystem for oracle database
I need to create a Filesystem for the oracle database. I am wondering if there is any specific option need to be selected. Please also confirm that when I create ext4 Filesystem type the journal will automatically created.
- 09-08-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,233
An ext4 file system is journaled, so the journal should be created when the file system is initialized (formatted). As for a file system to store an Oracle database, just about any will do, although for performance you might want to use a raw partition without a file system. Oracle will happily use such and by avoiding file system overhead, it can improve I/O performance significantly.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-08-2012 #3
Oracle is a program just like any other, and there isn't a filesystem that cares what those programs store on it. Just pick the one that's best for you and that's that.
Yes, ext4 automatically manages journal entries from the moment it's created. This is the same with all journaled filesystems: just format and go.


Reply With Quote
