----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
"Rutz, Heike" wrote:
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Hi everyone,
>
> My environment:
>
> win nt 4.0
This is your first problem ^_^
> jserv 1.1
> jsdk 2.0
> jdk 1.2.2
>
> When my Servlet tries to get a DBConnection I get sometimes the following
> error message:
> java.sql.SQLException: Refused:ROR=(CODE=12505)(EMFI=4))))
> I can't see what may be the cause for this. Has anybody see this error
> message before and has an idea about it?
Yes, or so I think. Your database seems to be refusing the connection.
If that is an Oracle database, you should get a ORA message (is that
what 'ROR' should be?). Look that message up at Oracle.
The user adn password for the user that has the access to the databse
must be passed to Oracle correctly and Oracle must have the privileges
to acces the database. Additionally, there are permissions for write
access to the database that also must be set on the Oracle side to allow
updates of the database.
Check with an Oracle DBA.
Ben Ricker
Web Administrator
US-Rx, Inc.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]