Re: Run form 10g problem

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Sun, 14 Nov 2004 10:07:30 -0800
Message-ID: <1100455571.63179_at_yasure>


Willem wrote:
> I try to run a form with the run form option.
> The application server start up but then
> I get the ora -12560 Tns error in protocol adapter.
>
> The application server does not seem to make the connection with the
> database.
>
> I can connect to the database with forms and sqlplus.
>
> I tried many of the solutions I found on the web but nothing seems to help
> .
>
> I would really appreciate any help on this issue!!
>
> OS = window xp professional SP2
> Stand alone PC
> Oracle 10 g database and development suite.
> Databasename = ORCL
>
>
> #My tnsnames.ora:
> ORCL =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = to-3cb6bee3246d)(PORT = 1521))
> (CONNECT_DATA =
> (SERVER = DEDICATED)
> (SERVICE_NAME = ORCL)
> )
> )
> ----------------------------------------------------------------------------------------------
> #My listener.ora
>
> SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = orcl)
> (ORACLE_HOME = c:\DevsuiteHome)
> (PROGRAM = extproc)
> )
> )
>
> LISTENER =
> (DESCRIPTION_LIST =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = to-3cb6bee3246d)(PORT = 1521))
> )
> )
> )

PING?
TNSPING?
ORACLE_HOME?
ORACLE_SID?

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sun Nov 14 2004 - 19:07:30 CET

Original text of this message