cancel
Showing results for 
Search instead for 
Did you mean: 

what is the equivalent of OPS$SIDADM in DB2 UDB?

Former Member
0 Kudos

Gurus:

In Oracle we have OPS$SIDADM and OPS$ORASID. What is the equivalent of them in DB2 UDB?

Also what is the equivalent of sapr3 user in UDB?

If an object is NOT in the schema of syscat, what schemas it may be in?

Thanks !!

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Jennifer,

as far as I know, the OPS$ mechanism allows to connect to an Oracle database with the user being authenticated by the operating system. (Please correct me if I am wrong)

On DB2, users are always authenticated by the operating system. Or in other words, there are no pure DB users, they always exist on the OS.

"sapr3" also exists on SAP / DB2 systems. With newer installations, this was replaced by sap<sapsid> (to support "Multiple Components in One Database" setups). So depending on when and how your system was installed, either one of sapr3 or sap<sapsid> is used.

Schema names besides syscat, are either sapr3 or sap<sapsid>.

Above is true for the ABAP stack.

On a JAVA stack, the connect user is called sap<sapsid>db.

Regards, Hans-Juergen

Answers (2)

Answers (2)

Former Member
0 Kudos

db2 connect user SAPR3

-Damien

Former Member
0 Kudos