Hi everyone,
        I am having a problem connecting to an oracle Db.  I am getting the
following error message back.

java.sql.SQLException:
Refused:OR=(CODE=12500)(EMFI=4))(ERROR=(CODE=12547)(EMFI=
4))(ERROR=(CODE=12560)(EMFI=4))(ERROR=(CODE=517)(EMFI=4))(ERROR=(BUF=''))))
        at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:230)
        at
oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:110)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(DriverManager.java:126)
        at com.rcubed.test.JdbcTest.main(Compiled Code)


It is occuring on the following line:

Connection conn =

DriverManager.getConnection("jdbc:oracle:thin:@10.10.10.30:1521:orcl","scott
","tiger");

Does anyone know what the problem could be or where i can find some kind of
interpretation for the error codes in the message.  I am using version
7.3.4.02 drivers for NT and trying to connect to an oracle Db version
7.3.4.2.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to