Archives of the TeradataForum
Message Posted: Thu, 06 Mar 2003 @ 15:09:19 GMT
Subj: | | Re: Teradata User Unlocking |
|
From: | | McBride, Michael |
Use the RELEASE LOCK command from another acrmain script using the same login id as the original arcmain script that locked the user
database
sample script:
logon teradata/BAR_user,BAR_pw;
RELEASE LOCK (user)
;
logoff;
Michael E. McBride
Teradata Certified Master
Teradata Database Administrator
Data Architect and Data Warehouse Practitioner
American Eagle Outfitters
|