Find Database Schema

SAP GUI

From the SAP screen, go to System > Status. You can get the schema name from the Owner tab of Database data.

SAP System Status Information

Windows

1. Start -> My Computer Properties -> Advanced -> Environment Variables.

Database Schema in Windows

Unix / Linux

1. Telnet/SSH to OS level then switch to database SID user. Run command:

# su - ora
oraqas > env | grep schema
dbs_ora_schema=SAPSR3

You May Also Like

Leave a Reply?