Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: problems connecting developer2000 to orcale database
You need to configure your TNSNAMES file, which will reside in ORACLE_HOME\network\admin
The entry will be something like:
your_database_name.world =
(description =
(address_list = (address = (protocol = TCP)(HOST=your_computer_name)(PORT=1521)) ) (CONNECT_DATA = (SID = your_SID_name)
Then, when you connect to the DB thru the connect string will be your_database_name.world.
It should then connect OK. Forms ALWAYS needs the connect string, otherwise it chucks out this error!
Regards
www.jamesbelton.co.uk
"lionell" <lvanhalderen_at_hotmail.com> wrote in message
news:392be3a7.20353091_at_news.a2000.nl...
> Hello. I want to connect to a database in Developer 2000. But the
> system
> says "no interface driver detected". I've tried evertything but it did
> not
> work.
> Can someone explain how to connecnt to an Oracle 8i database in
> Developer
> 2000.
>
> Thank you,
Received on Wed May 24 2000 - 00:00:00 CDT
![]() |
![]() |