ORA-06413 when running app

Just upgraded to Oracle 8 (personal edition) 8.0.4.0.0 under NT.
In a sample app I put a TOracleSession component on it and can connect to the any one of several instances. Borland's SQL explorer also works fine. However, when I try to run the same app either inside or outside the IDE I get the following error:
ORA-06413 Connection not open.

Any ideas one what is going on?
--Greg
 
The ORA-06413 (Connection not open) error can occur if the working directory of your application contains parentheses. This is a Net8 bug that can only be worked around by renaming the directory or using a different working directory.

------------------
Marco Kalter
Allround Automations
 
Back
Top