Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

3
Create a symbolic link to allow databases or applications access to the file
using its Quick I/O interface:
# ln -s .filename::cdev:vxfs: filename
4
Change the owner and group permissions on the file:
# chown oracle:dba .filename
# chmod 660 .filename
An example to show how to access the mount point /db01, create a datafile,
preallocate the space, and change the permissions:
# cd /db01
# touch .dbfile
# /opt/VRTS/bin/setext -r 100M -f noreserve -f chgsize .dbfile
# ln -s .dbfile::cdev:vxfs: dbfile
# chown oracle:dba .dbfile
# chmod 660 .dbfile
Accessing regular VxFS files as Quick I/O files
You can access regular VxFS files as Quick I/O files using the ::cdev:vxfs: name
extension.
While symbolic links are recommended because they provide easy file system
management and location transparency of database files, the drawback of using
symbolic links is that you must manage two sets of files (for instance, during
database backup and restore).
83Using Veritas Quick I/O
Accessing regular VxFS files as Quick I/O files