cancel
Showing results for 
Search instead for 
Did you mean: 

rights of superdba user

Former Member
0 Kudos

Hello,

can anybody tell me the rights of the superdba user of maxDB so that I can create a corresponding user ?

Thanks for Help, Herbert

Accepted Solutions (1)

Accepted Solutions (1)

former_member229109
Active Contributor
0 Kudos

Hello Herbert,

By default SAP installation the database system administrator is the superdba user.

You could run the SQL statement, for example, ' select * from users' and see,

if the superdba user is SYSDBA in your database.

Use the dbm command 'user_get superdba' or 'user_getrights superdba SERVERRIGHTS'

to see the rights of the superdba user in your database.

Documentation on MAXDB users could be found in MAXDB library.

maxdb.sap.com/doc/7_6/default.htm or maxdb.sap.com/doc/7_7/default.htm

< www.sdn.sap.com/irj/sdn/maxdb -> The Complete SAP MaxDB Documentation Set

in documentation section >

For example:

maxdb.sap.com/doc/7_6/default.htm

-> Basic Information -> Administration -> Users, Authentication and Authorizations

Then go and See also:

Database System Administrator (SYSDBA user)

< and it's answer on your question >

Thank you and best regards, Natalia Khlopina

Former Member
0 Kudos

Thanks a lot. That helps. Got the right information.

Regards

Herbert

Answers (0)