Archives of the TeradataForum
Message Posted: Thu, 19 Oct 2006 @ 15:56:07 GMT
Subj: | | Re: Put Teradata System Quiescent |
|
From: | | Barner Eric |
Disable logons for all. (You can issue SQL for this).
Then kill any remaining sessions. (Unix shell script will suffice.). But don't cause a rollback, make sure there are no MLOADS or updates .
(i.e. check Transient Journal).
Enable logons for only DBC users.
That should new traffic out of the system, and kill any remaining sessions already on the box, thus it is quiesced.
|