cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

When iam monitoring databases In sql im connecting to database through sql enterprise,in oracle iam connecting thorugh sqlplus "/as sysdba" command.how i have to connect in db2 database to monitor the db2 database.

Thanku

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Kumarraju,

You may use the user db2<sid>, which is like the Unix's root user for a DB2 instance.

Besides, when you perform a

su - db2<sid>

where <sid> is your SAP sytem id, you get the environment properly set.

Hope this helps

Best regards, Edgardo.