ORA-01004: default username feature not supported; logon denied

I have created an ASP object, used within a web site hosted using IIS 5, which connects to two Oracle 9i databases on different servers. This works fine when retrieving data from the first database, but attempts to connect to the second result in this message :-

"ORA-01004: default username feature not supported; logon denied"

Two separate TOracleSession objects are used for each connection.

The TOracleQuery for the second database works okay at design time in the datamodule.
 
Back
Top