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: Problems Connecting Oracle database XSQL and/or JSP via apache

Re: Problems Connecting Oracle database XSQL and/or JSP via apache

From: Anton Buijs <aammbuijs_at_xs4all.nl>
Date: Wed, 23 Oct 2002 21:06:55 +0200
Message-ID: <ap6s2h$p3k$1@news1.xs4all.nl>


Go to http://tahiti.oracle.com , choose the appropriate version (you don't mention it), click look for error message and search for 12505. You will find there that it is a Net8 (or Net9?) error TNS-12505 meaning that the listener on the database server is not listening for the SID you specified in your connection request.

Mark Starmer <markstarmer_at_hotmail.com> schreef in berichtnieuws 8e45ea32.0210231034.3a41f1e3_at_posting.google.com...
| Hi,
|
| I don't seem to be able to get a connection into my oracle database
| through a web browser. I'm it's something really simple, I just can't
| put my finger on it!
|
| I keep getting the following error messages:
|
| Under JSP
|
| java.sql.SQLException: Io exception: Connection
|

refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12505)(ERROR_STACK=(ERROR=( CODE=12505)(EMFI=4))))
|
| Under XSQL
|
| XSQL-007: Cannot acquire a database connection to process page.
| Io exception: Connection
|

refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12505)(ERROR_STACK=(ERROR=( CODE=12505)(EMFI=4))))
|
| I am just learning about Oracle and don't have a clue what is going
| on, I have searched through varoius usenet listings and cant find
| anything other than being somthing wrong with a listener service,
| which has been started and I have added another to a different port to
| chech to see if there were any conflicts, which there weren't... I
| have setup classpasths for oraclexsql.jar, xmlparser2.jar,
| classes111.zip and xsqlconfig.xml
|
| Please Help, and many thanks in advance!
|
| Mark Starmer
|
| BSc Computer Science > Faculty of Computing Science & Engineering > De
| Montfort University > United Kingdom
Received on Wed Oct 23 2002 - 14:06:55 CDT

Original text of this message

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