Skip to Main Content

GoldenGate

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!

Manipulate optype

user10126973Mar 23 2022

Hi All,
How to manipulate @getenv ('ggheader', 'optype') if this is returns 'P' then I want make 'S'
I have tried with @case(@getenv ('ggheader', 'optype') ,'P' ,'S') but its putting blank value instead of S
Please share your thoughts how get this values?
Regards,
DR

This post has been answered by ORASCN on Mar 23 2022
Jump to Answer
Comments
Post Details
Added on Mar 23 2022
1 comment
135 views