What do you name your file system path?
When I first started creating databases in 1999 I usedOFA standard for naming the file paths to the ORACLE_HOME and data files
The file system path was something like ORACLE_HOME=/*/app/oracle/product/11.2.0
and data files were something like
/u02/app/oracle/oradata
/u03/app/oracle/oradata
/u04/app/oracle/oradata
These paths are so long winded. Is there any one that is still using this? Anyone with a SAN and not separate hard disks they need to spread files across still using this naming convention for their file systems?Â
I use something like this. Most all databases are on VM's so they have their own space. Most applications and database are on separate VM's. It's short and sweet and easy to get to where you need to go or backup.