Wednesday, February 2, 2022

ODI - DB Query to check sessions status if active

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.

No comments:

Post a Comment

Featured Post

OIC - Date Conversion: Convert dd-MMM-yy Format to MM-dd-yyyy using javascript

Use Case: In many enterprise applications and data integrations (like Oracle ERP, SAP, or banking systems), date fields often come in legacy...