Hello,
On release JAN2014,
select * from sys.queue();
is returning all running process.
On release OCT2014
the same command is returning
SELECT: no such operator 'queue'
Do i miss a new way to get process list ?
Could you please tell me how to do ?
Thanks