Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Still have not got "HOST.PORT.SID"

Re: Still have not got "HOST.PORT.SID"

From: Eugen Nyffeler <eugen.nyffeler_at_ubs.com>
Date: Wed, 13 May 1998 18:07:43 +0200
Message-ID: <3559C54F.AF038325@ubs.com>


Huaping Luo wrote:
>
> Thank all of you who has responded my request.
> Unfortuanately, I have not solved my problem.
>
> My situation: I am writing a program in JAVA. In this program I need to connect to
> my Oracle database through JDBC thin driver (v7.34 design by Oracle). My Oracle
> resides in UNIX. I have to put "HOST.PORT.SID" into the connection statement.
>
> So far as suggested by respondents, I failed to find the file "tnsnames.ora"
> or "sqlnet.ora". I isssued the command "find . -name tnsnames(sqlnet).ora -print".
> the search returned nothing, except showing a list of dirctories not readable.
>
> Does each Oracle server has a port number?
> What is the port number of the default port?
>
> What is the easiest way to connect to an Oracle database?
>
> any help or hint will be appreciated.
>
> Huaping Luo

Hi

When the database is running, try a tnsping (might be called the same on PC) from a client.
This should return your desired values.

HtH
eugen Received on Wed May 13 1998 - 11:07:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US