Oracle 10g
Posted: 31.03.2010, 01:10
I'm in need of help,
I'm using ubuntu 9.10 64bits and when I run the command Zconnect1.connect in the application return the error:
Project raised exception class 'Unknown'
but, when i'm in IDE lazarus and click on component ZConnection1 and on Object Inspector change the property Connected to true, return the error:
SQL Error: ORA-12154: TNS:could not resolve the connect identifier specified.
When run sqlplus in the terminal OK
$sqlplus diego@banco
SQL*Plus Release 10.2.0.4.0 - Production on Tue Mar 30 21:01:38 2010
Copyright (c) 1982, 2007, Oracle. All Right Reserved.
Enter password:*****
Connect to:
Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
SQL>
Anybody know the solution to the problem?
Thanks
I'm using ubuntu 9.10 64bits and when I run the command Zconnect1.connect in the application return the error:
Project raised exception class 'Unknown'
but, when i'm in IDE lazarus and click on component ZConnection1 and on Object Inspector change the property Connected to true, return the error:
SQL Error: ORA-12154: TNS:could not resolve the connect identifier specified.
When run sqlplus in the terminal OK
$sqlplus diego@banco
SQL*Plus Release 10.2.0.4.0 - Production on Tue Mar 30 21:01:38 2010
Copyright (c) 1982, 2007, Oracle. All Right Reserved.
Enter password:*****
Connect to:
Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
SQL>
Anybody know the solution to the problem?
Thanks