select 
	'alter system disconnect session '''|| SID ||','|| SERIAL# ||',@'||inst_id||''' immediate;' 
from 
	gv$session 
where 
	USERNAME in ('GREECE_WCR','GREECE')
/
