/
Step 1:  Create "Dbvisit Base" Directory

Step 1:  Create "Dbvisit Base" Directory

The first step is to create the Dbvisit Base directory. This is the directory into which Dbvisit Standby will be installed. The Oracle Database software owner should own this directory. The following steps can be executed as the "root" user to create the directory and set correct permission:

[root@dbvlin101 ~]# cd /usr
[root@dbvlin101 usr]# mkdir dbvisit
[root@dbvlin101 usr]# chown -R oracle:oinstall dbvisit
[root@dbvlin101 usr]# ls -ld dbvisit
drwxr-xr-x 2 oracle oinstall 4096 Aug 21 11:13 dbvisit