Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. export ORACLE_HOME=<SOME_PATH_TO_ORACLE_HOME>

  2. Change the directory to $ORACLE_HOME/rdbms/lib.

  3. Enter the following command:

    Code Block
    make -f ins_rdbms.mk dnfs_on

Prepare oranfstab file on Target VDB server.

Info

It can be placed in $ORACLE_HOME/dbs/oranfstab or under /etc/oranfstab

If placed under “/etc/oranfstab” then the files will be global for every ORACLE_HOME installed on the server

If placed in $ORACLE_HOME/dbs it will be applicable only to this ORACLE_HOME

...