Pass default schema in URL using oracle thin driver
448124Jul 25 2005 — edited Jul 27 2005Is there any way to pass the default schema to the thin driver via the URL? I have a situation where the corporate policy says that no web based application can sign on directly as the schema owner. I am using an external application that does not allow me to change the java code and is currently set up to use the schema owner to logon to the database and access the tables that it needs. I was hoping to find a property like currentSchema that would allow me to pass this in from the WebLogic console where I need to define the connections.