cancel
Showing results for 
Search instead for 
Did you mean: 

check database

former_member829550
Active Participant
0 Kudos

hi frnds,

what is the difference between checkDB and verifyDB in db13 tcode and when should i perform them.

also how to lock and unlock the clients...

points will be awarded for the right answers.

regards,

bhupesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think that would be verify backup not verify db.

Verify backup will check the backup which you have taken.

Check DB is the job which will check the database for consistency.

I dont think so there is a mechanism for client locking.

But if you dont want any user to login into that client then you can delete from scc4.

But the actual clinet will still be there.Again if you want that client to be used then create the entries in the scc4.

Regards,

Vamshi.

Answers (2)

Answers (2)

former_member829550
Active Participant
0 Kudos

thanks all,

my question is answered.

Former Member
0 Kudos

Dear Mudari,

Dont think you can lock a client.However you can lock all the user via SU10.

Now you can unlock it via.

Say you want to unlock SAP*

sqlplus /nolog;

conn /as sysdba

DELETE FROM <sid>.USR02

WHERE BNAME='SAP*' AND MANDT='<client no.>'

EG-->

DELETE FROM dev.USR02

WHERE BNAME='SAP*' AND MANDT='123'

Note: in your instant profile logon/no_automatic_user_sapstar = 0

Then restart and login with passowrd pss and user ID pass.

I guess you must already be knowing this.

Database verify backup will see weather backup has taken place successfully or not and check database will see for consistency.

Regards,

Ashutosh

JPReyes
Active Contributor
0 Kudos

@ashutosh singh

Dont think you can lock a client.However you can lock all the user via SU10.

Now you can unlock it via.

Say you want to unlock SAP*

sqlplus /nolog;

conn /as sysdba

DELETE FROM <sid>.USR02

WHERE BNAME='SAP*' AND MANDT='<client no.>'

EG-->

DELETE FROM dev.USR02

WHERE BNAME='SAP*' AND MANDT='123'

Note: in your instant profile logon/no_automatic_user_sapstar = 0

Then restart and login with passowrd pss and user ID pass.

This info is irrelevant to the question and misleading

Please read the question properly before posting.

Regards

Juan

Former Member
0 Kudos

Dear Juan,

I am sorry and you are right I misunderstood the question.Also there is a mistake in my information.Will take care in future.

PS:Bhupesh please ignore my above post.My reply was not appropriate.I apologies for it.

Regards,

Ashutosh

Edited by: ashutosh singh on Aug 19, 2008 11:18 AM