Ask a Question related to ASP Database, Design and Development.
-
Scott Buerkley #1
Oracle 9.2.0.3.0 ODBC Fails
We just upgrade our oracle server from 8i up to 9i and now our asp pages are
failing. We were using the Microsoft ODBC drivers for Oracle V
2.573.7926.00 to connect othe 8i server.
At the beginning we were getting and odbc error when it was trying to
connect in the script. After installing the Oracle ODBC drivers V
9.02.00.006 we are not getting any error message at all. It just stops at
Opening Page... and goes no where. Even if I switch back to using the
microsoft odbc connection again it still just hangs now also.
Here is the connection code we are using:
' ***** IQO is using the Oracle ODBC drivers *****
myDSN="DSN=IQO;uid=user;pwd=password"
'myDSN="DSN=IQO"
'myDSN="DSN=IQO;userid=user;password=password"
' ***** IQ is using the Microsoft ODBC for Oracle drivers *****
'myDSN="DSN=IQ;uid=user;pwd=password"
mySQL="select MFGNO from Standard order by MFGNO"
set conntemp=server.createobject("adodb.connection")
conntemp.open myDSN
set rstemp=conntemp.execute(mySQL)
Thx,
Scott Buerkley
Scott Buerkley Guest
-
#24950 [Bgs]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
ID: 24950 User updated by: fschulze at more-radio dot de Reported By: fschulze at more-radio dot de Status: Bogus... -
#24950 [Opn->Bgs]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
ID: 24950 Updated by: sniper@php.net Reported By: fschulze at more-radio dot de -Status: Open +Status: ... -
#24950 [Fbk->Opn]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
ID: 24950 User updated by: fschulze at more-radio dot de Reported By: fschulze at more-radio dot de -Status: ... -
#24950 [Com]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
ID: 24950 Comment by: cunha17 at uol dot com dot br Reported By: fschulze at more-radio dot de Status: Feedback... -
#24950 [NEW]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
From: fschulze at more-radio dot de Operating system: Solaris8 PHP version: 4.3.2 PHP Bug Type: Compile Failure Bug... -
Scott Buerkley #2
Re: Oracle 9.2.0.3.0 ODBC Fails
Just wanted to let everyone know, I started a new post called "Microsoft
ODBC for Oracle" Failing. I am getting error messages now. As it turns out
the, something with my connection string causes the IIS server to go to
100%, so the web pages looked like they were hanging. I can not stop the
www server and restart it. It just hangs. I have to reboot the server each
time while testing :( so I am going back to troubleshooting the microsoft
drivers instead. :)
Thx,
Scott Buerkley
"Scott Buerkley" <Scott_Buerkley@yahoo.com> wrote in message
news:%23LnVzmyKEHA.2556@TK2MSFTNGP11.phx.gbl...are> We just upgrade our oracle server from 8i up to 9i and now our asp pages> failing. We were using the Microsoft ODBC drivers for Oracle V
> 2.573.7926.00 to connect othe 8i server.
>
> At the beginning we were getting and odbc error when it was trying to
> connect in the script. After installing the Oracle ODBC drivers V
> 9.02.00.006 we are not getting any error message at all. It just stops at
> Opening Page... and goes no where. Even if I switch back to using the
> microsoft odbc connection again it still just hangs now also.
>
> Here is the connection code we are using:
>
> ' ***** IQO is using the Oracle ODBC drivers *****
>
> myDSN="DSN=IQO;uid=user;pwd=password"
>
> 'myDSN="DSN=IQO"
>
> 'myDSN="DSN=IQO;userid=user;password=password"
>
>
> ' ***** IQ is using the Microsoft ODBC for Oracle drivers *****
>
> 'myDSN="DSN=IQ;uid=user;pwd=password"
>
> mySQL="select MFGNO from Standard order by MFGNO"
>
>
> set conntemp=server.createobject("adodb.connection")
>
> conntemp.open myDSN
>
> set rstemp=conntemp.execute(mySQL)
>
>
> Thx,
> Scott Buerkley
>
>
Scott Buerkley Guest



Reply With Quote

