Hello. We are using OpenLink to connect Progress 8.3a with Oracle 9i.
If the ODBC connection is configured as follows
options = -RO
we get a read only connection and we are able to select data from Progress.
If we remove the -RO option, one of two things happens:
1) if no one else is connected, it locks the database ("data dictionary being edited by [openlink user]) for any other user trying to connect
2) if anyone else is connected, the openlink connection fails (the oplrqblog file shows a successful connection)
This leads me to believe we are getting a transaction on the data dictionary from the ODBC link (this is similar to an issue we had with transactions occurring when clients did not use -RO), because this is what Progress does when it sees that.
Can you suggest how to resolve this issue?
Thanks
If the ODBC connection is configured as follows
options = -RO
we get a read only connection and we are able to select data from Progress.
If we remove the -RO option, one of two things happens:
1) if no one else is connected, it locks the database ("data dictionary being edited by [openlink user]) for any other user trying to connect
2) if anyone else is connected, the openlink connection fails (the oplrqblog file shows a successful connection)
This leads me to believe we are getting a transaction on the data dictionary from the ODBC link (this is similar to an issue we had with transactions occurring when clients did not use -RO), because this is what Progress does when it sees that.
Can you suggest how to resolve this issue?
Thanks