Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie: Forms Installation/Configuration problem
Alfie wrote:
> Hi,
>
> I can successfully build a test form - it links to the database fine, so I
> can create a single base table default form under scott/tiger.
> It compiles succesfully. However, when I try to run I get:
>
> TNS-12560: TNS:protocol adapter error
>
> # TNSNAMES.ORA Network Configuration File:
> c:\Oracle\OraDS10g_home1\network\admin\tnsnames.ora
> # Generated by Oracle configuration tools.
>
> EXTPROC_CONNECTION_DATA =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SID = PLSExtProc)
> )
> )
>
Nowhere in this TNSNAMES is there a pointer to your database.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Thu Apr 22 2004 - 09:48:57 CDT