This one was really close :)
I had to change
> select count(distinct(process)) ACTIVE from " . 'v$session' . "

to
> select count(distinct(process)) ACTIVE from " . 'v\$session' . "

and it worked!

Thanxs everyone!

Ron

Reply via email to