Teradata Abort any particular session -


. wish abort particular session have session no teradata. have searched in web , came know can pass abort session command through rdbms console , bteq rdbms console. there particular way so?

thanks advice, regards, karthik

bteq not console utility, don't need abort session, there's sql interface pmon-api, too:

select syslib.abortsessions (-1, '*', sessionid, 'y', 'y'); 

check "application programming interface" details.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -