Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to view current value of variable

CJ605783Dec 19 2007 — edited Dec 19 2007
Is there a way to view the value of a variable, with what value did the job run?
For example I can only view the code which executed:

where (1=1)

And (COMMON_BET_FACT.FBT_SETTLED_DATE >= #GLOBAL.startdtseq
AND COMMON_BET_FACT.FBT_SETTLED_DATE <= #GLOBAL.enddtseq)


But this doesn't show me the values of the variables #GLOBAL.startdtseq & #GLOBAL.enddtseq in the Operator log

Where can I see the values with which the code got exxecuted?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2008
Added on Dec 19 2007
4 comments
884 views