>Whats is the better use a LVM or ASM for the Oracle Database???
I would stick to the good'ol LVM, because ASM is not very known to me. Note that in an ASM filesystem you can't store anything. These two arguments are enough for me to go the LVM way.
In a system with ASM, the followings are
supported:
* Database files
* Control files
* Online redo log files
* Archived redo log files
* Flash recovery area files
* RMAN files (image copy and backup)
NOT supported:
* Installation files (in ORACLE_HOME, CRS_HOME)
* ORACLE_BASE files( including alert log, trace files, etc)
* CRS voting disk and OCR files
* Output data from UTL_FILE
* Any user or application specific files(e.g. XML or Java files)
* Oracle 9i external table files
****
Unix operates with beer.