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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -