Can we rename the [webutil] section in formsweb.cfg?
OK, let me explain...
In the formsweb.cfg we have a [webutil] section, which points to a specific database connection (eg. userid=webutil/webutil@db1)
This works fine and we have applications running against the db1 database using Webutil.
Using the same Forms server, we have applications that connect to db2 database (eg. userid=webutil/webutil@db2)
I am trying to find a way to have something like:
[webutil1]
userid=webutil/webutil@db1
[webutil2]
userid=webutil/webutil@db2
But where is the reference to [webutil] defined so that I can update it?
Thank you!
(Forms 11g 11.1.2.2.0)