Re: ODBC from Windows to Oracle 7 on UNIX

From: <johnbhurley_at_sbcglobal.net>
Date: Fri, 15 May 2009 10:13:27 -0700 (PDT)
Message-ID: <30d24f4d-7e6b-40d6-8856-82ae7ce17d5f_at_p4g2000vba.googlegroups.com>



On May 15, 12:44 pm, Jonathan Kim <jonat..._at_apalogistics.com> wrote:

snip

> Hi,
> I am very new with Oracle.
> This company has Oracle 7 on UNIX and I want to establish ODBC from
> Windows.
> The vendor who set up this system made themselves pretty clear that
> they don't want to help us set up ODBC.
>
> So, I need your help.
>
> One scenario I found was installing Oracle 8i client on Windows and
> connecting it to Oracle 7 on UNIX. Then set up ODBC to Oracle via the
> client.
> However, I am having trouble to connecting the client to the Oracle
> server on UNIX.
> Below is what I have in tnsnames.ora
>
> CMS7 =
>   (DESCRIPTION =
>     (ADDRESS_LIST =
>       (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxxx.com)(PORT =
> 1521))
>     )
>     (CONNECT_DATA =
>       (SID = xxxx7)
>     )
>   )
>
> “xxxxxxxxxxx.com” is hostname of UNIX machine and xxx7 is SID of our
> production db on UNIX.
> I made sure on internal DNS that “xxxxxxxxxxxx-intl.com” points to the UNIX
> machine.
>
> Still, “test service” fails to connect to the server as below.
>
> >Initializing first test to use userid: scott, password: tiger
> >Attempting to connect using userid:  scott
> >The test did not succeed.
> >ORA-01017: invalid username/password; logon denied
>
> >There may be an error in the fields entered,
> >or the server may not be ready for a connection.
>
> It still happens with legitimate login id and password.
>
> Thank you for your help in advance.
>
> Jonathan Kim

For starters you probably do not want to publish things in this newsgroup like the real server name, real oracle sid, etc. This just is not a good idea at all and to point potentially trouble makers attention at a very old oracle 7 database ... not a great idea.

Seriously your vendor is probably very correct and I would want to make sure real you have managements approval and have made management aware of the many risks in odbc type connections.

Moving on ... if you are getting a invalid username/password message you are ( attempting to ) connect to something that sure smells like oracle.

What error message do you get with your "legitimate" login attempt? Does your legitimate login have create session ability outside of logging in via some 3rd party application?

Can you connect via sqlplus command line from your machine with whatever login you are attempting? Received on Fri May 15 2009 - 12:13:27 CDT

Original text of this message