Modify session variable from a different session
My Setup is like this, in my Core Banking System (CBS) I have two components that connect to the 10g R2 database.
Component 1 - Web Tier which is used by the end users to access the CBS for their day to day activities.
Component 2 - Channel Interface - used by the channels like ATM, Cash Deposit Machines, Internet Banking, Mobile Banking, etc.
My requirement is that i want to set the session variable "COMMIT_WRITE" as "BATCH,NOWAIT" for all the Channel Interface connections alone. For the connection coming from the web tier it will use the defaut parameter set in the database.