Can anyone explain the default users of Sybase Database i.e. SAPSA , SA , SAPOSS and SAPSR3DB ?
Request clarification before answering.
Hi Divya,
You can verify the same from the below commands from isql:
1> select * from master..syslogins
2>go
1> select * from master..sysusers
2>go
1> sp_helpuser <User_Name>
2>go
1>sp_displaylogin <Login_Name>
2>go
Regards
Kiran K Adharapuram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sa is the super user of Sybase database, it usually be disabled in production system for security reason.
SAPSA, SAPSSO and SAPSR3DB is created by SAP applications.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.