Ask a Question related to ASP Database, Design and Development.
-
Raul Castillo #1
Iss 5.0 and Oracle
I have a Windows 2000 server; IIS 5.0; and the Oracle Data
Base.
The Database has 2 schemas and 2 virtual directories in IIS
each one connect to corresponding schema If I try to use
both at the same time only one works ok the second one
does not return any data into the record set.
If I reset IIS and try to connect at second site it works
fine and the first one does not work.
do you have any idea?
..
Raul Castillo Guest
-
Oracle Table Access With Oracle OLEDB Driver
If I use the Oracle client to access the Oracle database with DW 2004, it does not display any tables. If I use the Microsoft client it does work. ... -
[Macromedia][Oracle JDBC Driver][Oracle]ORA-01000:maximum open cursors exceeded
Here is the technote from Macromedia regarding this issue: http://www.macromedia.com/go/tn_17660 Hope this helps! -
#13053 [Com]: oci8 error, this kill oracle-prosseces in the oracle-instance.
ID: 13053 Comment by: gid at gifpaste dot net Reported By: jsun at basefarm dot no Status: Bogus Bug Type: ... -
#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... -
New 'Oracle Express / Oracle 9i OLAP' White Paper Available For Download
Plus Consultancy (http://www.plusconsultancy.co.uk) recently presented a white paper entitled "Express Evolution - What Oracle 9i OLAP Offers The... -
Turkbear #2
Re: Iss 5.0 and Oracle
On Wed, 16 Jun 2004 11:25:11 -0700, "Raul Castillo" <raul.castillo@eds.com> wrote:
Oracle could care less about which virtual directory the connection request comes from..>I have a Windows 2000 server; IIS 5.0; and the Oracle Data
>Base.
>
>The Database has 2 schemas and 2 virtual directories in IIS
>each one connect to corresponding schema If I try to use
>both at the same time only one works ok the second one
>does not return any data into the record set.
>
>If I reset IIS and try to connect at second site it works
>fine and the first one does not work.
>
>do you have any idea?
>.
>
Please post how you are connecting ( ADO, DSN-Less , ODBC)
( Schemas do not correspond to virtual directories,
they are the 'owners' of the objects, like data tables, and are referenced as part of a fully-qualified table name,
like
schemaname.tablename
)
More info is better than less..
Turkbear Guest



Reply With Quote

