Opening a connection as read-only using ODP driver
Using the ODBC driver it was possible to use the DBA=R switch in the connection string to open a read-only connection (equivalent I think to the check box option in the ODBC Data Sources applet in Control Panel.
Is there an equivalent for the ODP.NET driver? Is it even possible to do this using the ODP.NET driver.
I am using Oracle RDB and I need to be able to use "read-only" connections in my applications.