Re: SQLPlus and DSL internet connection in local usage
Date: Sat, 13 Mar 2004 10:25:50 -0800
Message-ID: <1079202323.448065_at_yasure>
Pete wrote:
> Hello again!
>
> I have Windows XP Pro version.
> Here are my *.ora files. I did not find anything amazing there
> but after couple of installations the problem still exists :(
> Could this be a listener problem?
>
> br
>
> Pete
>
> # SQLNET.ORA Network Configuration File:
> e:\oracle\ora91\network\admin\sqlnet.ora
> # Generated by Oracle configuration tools.
>
> SQLNET.AUTHENTICATION_SERVICES= (NTS)
>
> NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
>
> # TNSNAMES.ORA Network Configuration File:
> e:\oracle\ora91\network\admin\tnsnames.ora
> # Generated by Oracle configuration tools.
> # mikko-0jdq3imz1 is my PC's Windows computername
>
> INST1_HTTP =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = mikko-0jdq3imz1)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVER = SHARED)
> (SERVICE_NAME = MODOSE)
> (PRESENTATION = http://HRService)
> )
> )
>
> EXTPROC_CONNECTION_DATA =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
> )
> (CONNECT_DATA =
> (SID = PLSExtProc)
> (PRESENTATION = RO)
> )
> )
>
> MIKKODB =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = mikko-0jdq3imz1)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVER = DEDICATED)
> (SERVICE_NAME = mikkodb)
> )
> )
>
Interesting ... I was expecting reference to the domain provider. I'm open to suggestions from others. Seems like the DSL is not part of the problem.
-- 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 Sat Mar 13 2004 - 19:25:50 CET