Show TOC

Background documentationThe OPS$ Mechanism Under UNIX

 

For the database, the SAP system is a single user, SAPR3 / SAP<SAPSID>, whose password is stored in the table SAPUSER. Therefore, to access the database, the SAP System uses a mechanism called the OPS$ mechanism, which works as follows:

  1. When the system accesses the database, it first logs on to the database as the user OPS$<operating_system_user>, for example, OPS$<SAPSID>adm.

    (The OPS$ user that corresponds to the operating system user must be defined in the database and identified as externally.

  2. It retrieves the password for SAPR3 from the SAPUSER table.

  3. It logs on to the database as the user SAPR3.