Ask a Question related to ASP Database, Design and Development.
-
Mike D #1
Oracle connection questions
I have been developing asp in a MS shop for a few years
and I just changed jobs. My new job is in an Oracle shop.
The oracle db here said that we needed to put the oracle
client on the server to connect from an asp page. Is this
true? I would have just thought we needed oledb drivers?
Thanks for any input or links
Mike D
Mike D Guest
-
Basic Oracle Questions
Has this been addressed in the form of patches or upgrades? Switching to a direct connection is not an option for us, as we only have access to the... -
DSN connection and Oracle 9i
Is it true that when 1 DSN is created on CF 5 server that it actually creates 64 concurrent connections on the backend for connection to the Oracle... -
Oracle connection pooling
Hi, I am getting issues that Oracle collecting opened sessions (connections) from my webservice using regular System.Data.OleDb.OleDbConnection... -
basic oracle questions.
Shravana Kumar wrote: 1. SELECT object_name FROM all_objects WHERE object_name LIKE '%PRIV%'; substitute ROLE for PRIV and find more... -
Oracle ADO connection
Sorry about being so slow about all this. I found my installer that is only called 'Oracle Installer' and it will only choose files that have the... -
Turkbear #2
Re: Oracle connection questions
On Tue, 1 Jun 2004 11:29:43 -0700, "Mike D" <anonymous@discussions.microsoft.com> wrote:
The OleDb Provider still uses the Oracle Client to connect to the database..>I have been developing asp in a MS shop for a few years
>and I just changed jobs. My new job is in an Oracle shop.
>
>The oracle db here said that we needed to put the oracle
>client on the server to connect from an asp page. Is this
>true? I would have just thought we needed oledb drivers?
>
>Thanks for any input or links
>
>Mike D
Ther are 'thin client' ODBC drivers available that use Java-Like connection strings and do not need the client, but, in
general, to access an Oracle database, the Oracle client must be installed.
Read all you can about Oracle - it is very unlike SqlServer and Access....
Try
[url]http://otn.oracle.com[/url]
Register ( it is free and does not spam) - it contains docs, technical papers, etc relating to Oracle.
Turkbear Guest
-
Mike D #3
Re: Oracle connection questions
Thanks for the reply.
I am downloading the OO4O for Oracle now. I see that they
are very different.
Mike
<anonymous@discussions.microsoft.com> wrote:>-----Original Message-----
>On Tue, 1 Jun 2004 11:29:43 -0700, "Mike D"shop.>>>I have been developing asp in a MS shop for a few years
>>and I just changed jobs. My new job is in an Oraclethis>>
>>The oracle db here said that we needed to put the oracle
>>client on the server to connect from an asp page. Isconnect to the database..>>>true? I would have just thought we needed oledb drivers?
>>
>>Thanks for any input or links
>>
>>Mike D
>The OleDb Provider still uses the Oracle Client toJava-Like connection strings and do not need the client,>
>Ther are 'thin client' ODBC drivers available that use
but, inmust be installed.>general, to access an Oracle database, the Oracle clientSqlServer and Access....>
>Read all you can about Oracle - it is very unlikedocs, technical papers, etc relating to Oracle.>
>Try
>[url]http://otn.oracle.com[/url]
>
>Register ( it is free and does not spam) - it contains>
>
>.
>Mike D Guest



Reply With Quote

