Query:
Select sid,serial#,program,module,status,username,schemaname from gv$session where status ='ACTIVE'
This query is very useful to see all the active processes even we can see the ODI sessions here.
Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...
No comments:
Post a Comment