Re: Toad & Personal Oracle 8i
From: Steve Chapman <schapman_at_quest.com>
Date: 2000/07/27
Message-ID: <8lpvp8$cfi$1_at_nntp9.atl.mindspring.net>#1/1
Date: 2000/07/27
Message-ID: <8lpvp8$cfi$1_at_nntp9.atl.mindspring.net>#1/1
Try BEQ-LOCAL for the database alias. Also, open up your TNSNAMES.ORA file (located under c:\orant\network\admin or similarly named "admin" folder) to make sure an entry exists for the database alias you are trying to connect to.
...
BEQ-LOCAL.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle80)(ARGV0 =
oracle80ORCL)(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
(CONNECT_DATA = (SID = ORCL)))
...
-- Steve Chapman TOAD Development Team Quest Software, Inc. www.quest.com www.toadsoft.com "Giampaolo Buscarini" <gbuscarini_at_tiscalinet.it> wrote in message news:39706EF5.176B2B07_at_tiscalinet.it...Received on Thu Jul 27 2000 - 00:00:00 CEST
> Can anyone connect Toad to Personal Oracle 8i ?
> I get an ORA-12154 error message.
> I succesfully use Developer 6.0 and other Oracle tool with PO 8i.
> Dev 6 and PO 8i are installed in two different oracle home.
>
> Thanks,
> Giampaolo Buscarini
>