Wednesday, February 2, 2022

ODI - How to track load plan step package scenario behind code from session id

Follow the Steps:

Go to operator tab => Load plan executions and select the plan 


Expand the steps and select the SCEN and click on session id.
 

Click on package steps


Expand and select the operation and open session tasks.


Go to code


Now you can see the execuated code.



No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...