Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ for SAP Administrator's Guide
  3. Installing NetBackup for SAP
  4. Linking the Oracle instances with the SBT library (UNIX or Linux Oracle databases with RMAN only)
Veritas NetBackup™ for SAP Administrator's Guide

Linking the Oracle instances with the SBT library (UNIX or Linux Oracle databases with RMAN only)

Perform the linking procedures that are described in this topic only if you use NetBackup for SAP with an Oracle database and RMAN. The exact linking command to use depends on your operating system platform.

Note:

You must link Oracle with the SBT library for all Oracle instances on the host that are planned to be backed up through NetBackup for SAP using RMAN. Whenever a new Oracle instance is added it must also be similarly linked.

Link the library with NetBackup when:

  • Using NetBackup for SAP for the first time.

  • Adding a new SAP instance that should be backed up with NetBackup for SAP with RMAN.

To link the NetBackup for SAP binary file on AIX (64-bit) and 64-bit Oracle9i R2 or later software

  • Enter the following command to link the Oracle database and the SBT library to NetBackup:
    ln -s /usr/openv/netbackup/bin/libsapora.a64 \
    $ORACLE_HOME/lib/libobk.a

To link the NetBackup for SAP binary file on HP-Itanium and 64-bit Oracle9i R2 or later software

  • Enter the following command to link the Oracle database and the SBT library to NetBackup:
    ln -s /usr/openv/netbackup/bin/libsapora.so \
    $ORACLE_HOME/lib/libobk.so

To link the NetBackup for SAP binary file on HP PA-RISC (64-bit) and 64-bit Oracle9i R2 or later software

  • Enter the following command to link the Oracle database and the SBT library to NetBackup:
    ln -s /usr/openv/netbackup/bin/libsapora.sl64 \
    $ORACLE_HOME/lib/libobk.sl

To link the NetBackup for SAP binary file on Linux IBMpSeries or Linux Itanium and 64-bit Oracle9i R2 or later software

  • Enter the following command to link the Oracle database and the SBT library to NetBackup:
    ln -s /usr/openv/netbackup/bin/libsapora.so \
    $ORACLE_HOME/lib/libobk.so

To link the NetBackup for SAP binary file on Linux (64-bit) and 64-bit Oracle9i R2 or later software

  • Enter the following command to link the Oracle database and the SBT library to NetBackup:
    ln -s /usr/openv/netbackup/bin/libsapora.so64 \
    $ORACLE_HOME/lib/libobk.so

To link the NetBackup for SAP binary file on Solaris SPARC (64-bit) and 64-bit Oracle 9i R2 or later software

  • Enter the following command to link the Oracle database and the SBT library to NetBackup:
    ln -s /usr/openv/netbackup/bin/libsapora.so64.1 \
    $ORACLE_HOME/lib/libobk.so

To link the NetBackup for SAP binary file on Solaris Opteron and 64-bit Oracle 10g R2 or later supported versions

  • Enter the following command to link the Oracle database and the SBT library to NetBackup:
    ln -s /usr/openv/netbackup/bin/libsapora.so.1 \
    $ORACLE_HOME/lib/libobk.so

Feedback

Was this page helpful?
Previous

Linking NetBackup for SAP with backint (UNIX or Linux Oracle databases without RMAN only)

Next

Installing NetBackup for SAP HANA

Feedback

Was this page helpful?