Connecting to an Oracle 8i Database

Hi Everyone,
Has there been any successful ODI 11g connection (via Studio or Agent) to an Oracle 8i database?
When I create a new Data Server, and select the Oracle JDBC driver in the list, I get this prompt message:
Oracle JDBC Driver (Type 4 / Type 2).
Use this driver to connect to Oracle 7, 8i, 9i, 10g and 11g databases.
Supports both type 2 (OCI) and type 4 (Thin) connections.
But I get no luck in connecting to the 8i database. Even if I've added classes12.zip or ojdbc14.jar in the classpath.
Has anyone been able to get this work?
Thanks!

Hi,
As in ODI 11g certification matrix i dont see Oracle 8i, I am afraid, ODI 11g doesnt support Oracle 8i DB, not sure even though. Have a look,
http://www.oracle.com/technetwork/middleware/data-integrator/odi-11gr1certmatrix-163773.xls
http://soauser.blogspot.com/2011/02/connecting-to-oracle-8i-database-from.html
Thanks,
Guru

Similar Messages

  • How to connect to an Oracle XE database from Forms

    Hello,
    I have just installed Oracle XE on my computer. After that I downloaded Oracle Developer Suite. My intention is to build programs with Forms. This forms program shall manage data stored in my Oracle XE database.
    My question is: How to connect to the Oracle XE database from forms. In forms developer I have tried to connect the database with the command Ctrl+J. Then I registered username, password and oracle instance (orcl). It will not work!
    best regards
    Håkan Axheim

    Hello,
    the tnsnames.ora must have been updated with the XE information.
    the SID for Xpress Database is always XE
    XE =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = XE)
      )Francois

  • Connecting to an oracle sever database with Microsoft visual studio?

    hey guys and girls......I work at a college and need to have visual studio connect to an oracle database. ...can this be done?...
    1. I setup an oracle server with all the default settings....
    2. I can connect to the oracle server with the client install from oracle using sql plus, but not VS...am i missing something?
    Thanks for the help...i hope to hear from someone soon..

    hey guys i ran into some trouble adding this driver...I have never done this before...any step by step instructions out there...
    I'm running oracle 10 g
    thanks

  • Connecting to the Oracle 10g Database through Java code

    I have a Oracle 10g database to be connected to.
    Through sql plus, I can connect to it using the following command
    sqlplus "sys@pmi as sysdba"and password is 'password'
    how do I connect to this db through my Java code?
    I tried
    _connection = DriverManager.getConnection("jdbc:oracle:thin:@10.245.4.100:1521:pmi as sysdba", "sys", "password");but it gave the exception "ExceptionIo exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))"
    I also tried
    _connection = DriverManager.getConnection("jdbc:oracle:thin:@10.245.4.100:1521:pmi", "sys", "password");but this gives the exception "ExceptionORA-28009: connection as SYS should be as SYSDBA or SYSOPER"
    Can anyone please help me in writing the line of code

    You need to use the getConnection syntax that requires a Properties object.
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm#05_05
    - cafal

  • I need to create a DSN less connection to an oracle 10g database in coldFusion 10

    Can i use <Cfquery   dbtype =:dynamic Connectstring="">
    if so, where can I get examples of the Connectstring
    if not what other options are available

    I am planning to do my project on Linux with J2EE,Oracle technologies.You don't need to set up a DSN. Just use a JDBC connect string such as jdbc:oracle:thin:@localhost:1521:xe
    ~Jer

  • Unable to connect to Personal Oracle 9i database

    I have loaded Borland Jbuilder 8 and Oracle 9i Release 1 Personal Edition in WinXP
    When i try to compile the below code , i get the Error
    Exception in thread "main" java.lang.NoClassDefFoundError
    I have set my CLASSPATH to c:\oracle\ora90\jdbc\lib\classes12.zip
    import java.sql.*;
    class Employee
    public static void main (String args [])
    throws SQLException
    // Load the Oracle JDBC driver
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    String url = "jdbc:oracle:oci8:@test";
    try {
    String url1 = System.getProperty("JDBC_URL");
    if (url1 != null)
    url = url1;
    } catch (Exception e) {
    Connection conn =
    DriverManager.getConnection (url, "scott", "tiger");
    Statement stmt = conn.createStatement ();
    ResultSet rset = stmt.executeQuery ("select ENAME from EMP");
    while (rset.next ())
    System.out.println (rset.getString (1));
    rset.close();
    stmt.close();
    conn.close();
    Is there anything else i have to do. I even tied compiling from command line but i got the same error. Any help will be higly appreciated

    2) Make sure, you have ojdbc14.jar and nls_charset12.zip in your >CLATHPASS, I have it both for user and system varables, to be on the >safe side).
    I don't think you need classes12.zip in the CLASSPATH.
    Just fyi: for JDK 1.2.x 1.3.x, you need to have classes12.zip and >nls_charset12.zip in the CLASSPATH to work, but I didn't try it since >I have 1.4venyP, I am not questioning your post because I am still pretty new to Java (I started writing Java since February). However, I don't have any of those jar file or zip file in my CLASSPATH, and I am using JDK 1.3.1.
    I am using 1.3.1 because back in February when I visited the Sun site, their J2EE 1.4 was still in beta, therefore, I downloaded the 1.3.1 of both J2EE and J2SE.
    Like the original poster, I am also using Oracle 9.2 and JBuilder 8. And I never ever have to do any tweaking to my CLASSPATH. Everything works beautifully. I can compile and run any Java program from JBuilder, from Eclipse, and from the command prompt. No problem whatsoever.
    That's why I don't understand why everybody is talking about all these modification to the CLASSPATH.
    Just wondering. Thanks.

  • ** 911 ** Cannot connect to oracle 9i database No suitable Driver

    All:
    Any help rendered would be appreciated. (jdk 1.4.2_06, Tomcat 4.0,
    Oracle DB 9i Windows XP)
    I have a web app (Jasper report tool) and I cannot connect to a Oracle 9i database.
    1)error received: "Apr 2, 2007 2:05:15 PM com.entDB.Enterprise_db connectToDatabase SEVERE: Function connectToDatabase() - Cannot load the driver, reason:java.sql.SQLException: No suitable driverCheck classpath for driver java.sql.SQLException: No suitable driver
    2)CLASSPATH SETTING = C:\tomcat\common\lib\ojdbc14.jar
    3)Source code:
    protected boolean connectToDatabase() {
    try {
    // I tried this !!! Class.forName("oracle.jdbc.driver.OracleDriver");
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con = DriverManager.getConnection("URL,USER,PASSWORD ");
    return true;
    }catch (SQLException e) {
    logger.error("Function connectToDatabase() - Cannot load the driver, reason:" + e.toString() + "Check classpath for driver ", e);
    return false;
    4.I placed a copy of the jar file in TOMCAT common lib, and server lib.
    I have tried various solutions listed at different web sites without success. Has anyone had similiar problems? Can anyone assist?
    thanks ......
    ******* Confused *********

    I used 911 because It is an emergency for me (I am
    under a deadline) . You might want to read this: Urgent Questions
    URL, PASSWORD, USER are strings
    declared in another section of code.Yes, but in the code you posted the variable names are all inside double quotes?

  • How to Connect to Oracle 9i database server via Oracle 10g XE

    I have installed Oracle 10g eXpress Edition and uninstalled Oracle 9i client database. I used Oracle 9i client to connect to another Database server on a local LAN. Is it possible to create a database link to the old Oracle 9i database server via Oracle 10g XE? If yes, do I need to add ODBC drivers?
    I want to achieve the following:
    1) Create a connection to the Oracle 9i database server using Ora101040 odbc drivers.
    2) Use a similar 9i tool (Enterprise Management Console) within Oracle 10g XE to access Oracle 9i Database tables on a LAN network.
    3) Create data access to Oracle 10g XE via some ODBC connection from a C++ runtime application.
    Hope to receive help from Oracle professionals.
    Thanks.

    I have installed Oracle 10g eXpress Edition and
    uninstalled Oracle 9i client database. I used OraclePlease clarify - you uninstalled the 9i database or the 9i client.
    9i client to connect to another Database server on a
    local LAN. Is it possible to create a database link
    to the old Oracle 9i database server via Oracle 10g
    XE? If yes, do I need to add ODBC drivers?
    Database links between Oracle databases do not require ODBC. They do require Oracle Networking (included with both Oracle9i Database and Oracle Database 10g XE) to be configured correctly.
    It is also possible to connect ot the 9i database using the 10g Instant Client (separate download)
    I want to achieve the following:
    1) Create a connection to the Oracle 9i database
    server using Ora101040 odbc drivers.Please clarify - what client do you wish to run that needs ODBC?
    2) Use a similar 9i tool (Enterprise Management
    Console) within Oracle 10g XE to access Oracle 9i
    Database tables on a LAN network.XE does not have an equivalent to Oracle Enterprise Manager. XE does come with HTMLdb preinstalled and configured, and HTMLdb provides a subset of the administration capabilities of Enterprise Manager.
    3) Create data access to Oracle 10g XE via some ODBC
    connection from a C++ runtime application.You can download ODBC drivers from the same location on OTN you downloaded XE. I do not know whether XE includes ODBC drivers. ODBC drivers will usually still require you to configure the Oracle Networking.
    There are a number of items that make me believe you do not have a good grasp of Oracle architecture and basics. If true, I encoureage you to start reading the Concepts manual found for the database at http://docs.oracle.com, or at least the O'Reilly book 'Oracle Essentials' found at http://oracle.oreilly.com

  • What is Connection in Oracle 10g Database?

    Please let me know what is connection term in Oracle 10g Database in detail?
    Thanks,
    Waheed.

    Network Connections
    Oracle Net Services is Oracle’s mechanism for interfacing with the communication
    protocols used by the networks that facilitate distributed processing and distributed
    databases.
    Connections and Sessions
    Connection and session are closely related to user process but are very different in
    meaning.
    A connection is a communication pathway between a user process and an Oracle
    instance. A communication pathway is established using available interprocess
    communication mechanisms (on a computer that runs both the user process and
    Oracle) or network software (when different computers run the database
    application and Oracle, and communicate through a network).
    Oracle® Database
    Concepts
    10g Release 1 (10.1)
    Part No. B10743-01

  • Not able to connect to oracle 11g database source through OBI Server

    Hi,
    I am having an issue regarding the database connectivity.
    Iam unable to connect to the oracle 11g database through OBI server. However its connecting through SQL Plus with same username/password@hoststring. Its giving the error as :
    [nQSError: 17001]Oracle Error code:1017,message:ORA-01017: invalid username/password; logon denied at OCI call OCILogon
    [nQSError: 17014]Could not connect to Oracle database.
    Please help me out in resolving the issue.

    If it's working in one place and not the other then it's obviously not an OBIEE problem.
    Are you typing it in right??
    Do you have multiple tnsnames.ora files pointing to different databases, maybe sqlplus is picking up one and toad & OBIEE the other and so the username/pw is wrong for that database?
    There's a limited amount that can be said to help, as the error is 100% clear what the problem is :) it's just working out whether you're connecting to the database that you think you are connecting to, and then whether the username & PW you're entering is correct for that DB.
    BTW OBIEE 10.1.3.4 is supported with 11g, and we're using it without problem here.

  • Installing IBM Websphere Advanced Edition 3.0 and connecting to Oracle 81 database

    When we install IBM Websphere Advanced Edition 3.o for Solaris and try connecting to the Oracle 81 database some errors were faced as below
    003.820 1ef19816 ConnectionPoo W Failure while creating connection java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.CreateNsTables.dbInit(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.NameServer.init(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeNameService(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    003.856 1ef19816 CreateNsTable W Failed to get a connection java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.CreateNsTables.dbInit(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.NameServer.init(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeNameService(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    004.208 1ef19816 AdminServer A Initializing WebSphere Administration server
    004.228 1ef1ff18 DrAdminServer A DrAdmin available on port 36,133
    004.248 1ef19816 ConnectionPoo W Failure while creating connection java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.Connect ionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    004.263 1ef19816 DBMgr F Failed to create a data source: java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    FATAL Failed to create a data source: {0} java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    java.lang.Throwable
    at java.lang.Throwable.<init>(Compiled Code)
    at com.ibm.ejs.ras.CBuffLogger.fatalEvent(Compiled Code)
    at com.ibm.ejs.ras.Tr.fireTraceEvent(Compiled Code)
    at com.ibm.ejs.ras.Tr.fatal(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    Please help
    Thanks in Advance
    null

    When we install IBM Websphere Advanced Edition 3.o for Solaris and try connecting to the Oracle 81 database some errors were faced as below
    003.820 1ef19816 ConnectionPoo W Failure while creating connection java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.CreateNsTables.dbInit(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.NameServer.init(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeNameService(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    003.856 1ef19816 CreateNsTable W Failed to get a connection java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.CreateNsTables.dbInit(Compiled Code)
    at com.ibm.ejs.ns.CosNaming.NameServer.init(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeNameService(Compiled Code)
    at com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    004.208 1ef19816 AdminServer A Initializing WebSphere Administration server
    004.228 1ef1ff18 DrAdminServer A DrAdmin available on port 36,133
    004.248 1ef19816 ConnectionPoo W Failure while creating connection java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.Connect ionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    004.263 1ef19816 DBMgr F Failed to create a data source: java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    FATAL Failed to create a data source: {0} java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
    at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionPool.<init>(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext._ConnMgrBaseImpl.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.ConnectionManager.getConnectionPool(Compiled Code)
    at com.ibm.ejs.dbm.jdbcext.SMDataSource.getConnection(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    java.lang.Throwable
    at java.lang.Throwable.<init>(Compiled Code)
    at com.ibm.ejs.ras.CBuffLogger.fatalEvent(Compiled Code)
    at com.ibm.ejs.ras.Tr.fireTraceEvent(Compiled Code)
    at com.ibm.ejs.ras.Tr.fatal(Compiled Code)
    at com.ibm.ejs.sm.util.db.DBMgr.initialize(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(Compiled Code)
    at com.ibm.ejs.sm.server.AdminServer.main(Compiled Code)
    Please help
    Thanks in Advance
    null

  • Installing JDBC driver to connect to Oracle 8i Database from Weblogic 10.3

    I want to connect to Oracle 8i database from weblogic 10.3 application server. I found a classes12. zip file on Oracle.com to use as driver for the same.
    I am also connecting Oracle 9i database from the app server. Now if i replace the classes12. jar from the lib folder won't it disallow me to connect to the Oracle 9i database.
    2ndly the claases12.zip file i found from the site is for jdk 1.2 will it create any problems. Please let me know
    Kindly let me know what is the standard procedure to install a new driver in Weblogic 10.3.

    I tried to install weblogic 10.3 using jdk 1.5.07 but. it is not supported. Moreover from the sites also i found that it's only the application wars and ears compiled in jdk 1.5 need not be recompiled in 1.6. But no reference of jdk 1.5 is there.
    I tried to use thin client from the code and connect to Oracle 7i
    i got the following exception.
    java.lang.ArrayIndexOutOfBoundsException: 4
    at oracle.jdbc.driver.T4C8TTIdty.marshal(T4C8TTIdty.java:465)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:329)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    490)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:474)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at com.omantel.finacc.DAO.DatabaseConnection.getUBCCConnection(DatabaseC
    onnection.java:372)
    at com.omantel.finacc.java.DMADAO.getUBCLAmount(DMADAO.java:411)
    at jsp_servlet.__receiptentry._jspService(__receiptentry.java:1198)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <Apr 22, 2009 3:36:47 PM GMT+04:00> <Error> <HTTP> <BEA-101017> <[weblogic.servl
    et.internal.WebAppServletContext@553afb - appName: 'DMA', name: '/DMA', context-
    path: '/DMA', spec-version: 'null'] Root cause of ServletException.
    com.omantel.finacc.exception.AppException: 4
    at com.omantel.finacc.exception.ExceptionHandler.handleException(Excepti
    onHandler.java:43)
    at com.omantel.finacc.java.DMADAO.getUBCLAmount(DMADAO.java:428)
    at jsp_servlet.__receiptentry._jspService(__receiptentry.java:1198)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.ArrayIndexOutOfBoundsException: 4
    at oracle.jdbc.driver.T4C8TTIdty.marshal(T4C8TTIdty.java:465)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:329)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    490)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:474)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at com.omantel.finacc.DAO.DatabaseConnection.getUBCCConnection(DatabaseC
    onnection.java:372)
    at com.omantel.finacc.java.DMADAO.getUBCLAmount(DMADAO.java:411)
    at jsp_servlet.__receiptentry._jspService(__receiptentry.java:1198)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >

  • Connecting to an Oracle 9i DB using PHP?

    Hi,
    I'm having difficulties connecting to an Oracle 9i database using PHP.
    I've set up an ODBC data source called "connOracle", which when I test it is successful.
    I've also installed php componenents and am able to run basic php files using basic php commands through my IIS web server.
    I've look through various tutorials but can't seem to successfully connect to an oracle databse.
    Can anyone help me out with the scripting and provide any advice on where I can look.
    Thanks in advance,
    Nick

    Hi,
    I'm having difficulties connecting to an Oracle 9i database using PHP.
    I've set up an ODBC data source called "connOracle", which when I test it is successful.
    I've also installed php componenents and am able to run basic php files using basic php commands through my IIS web server.
    I've look through various tutorials but can't seem to successfully connect to an oracle databse.
    Can anyone help me out with the scripting and provide any advice on where I can look.
    Thanks in advance,
    Nick

  • Help in creating the connection pool  for Oracle 8i using Jdriver

    Hi
    Iam pretty new to Weblogic and would be greatfull if some one can help me
    out in finding the parameters to be specified in Weblogic console for creating
    a Connection pool for Oracle 8i database running on solaris. I have installed
    necessary client libraries in weblogic machine.
    The details for my database are as follows
    database name : mydb
    database server : 173.24.24.1
    database port : 1521
    username : myuser
    I would appreciate if you can provide me the following details to be entered in
    weblogic console for creating the connection pool
    URL
    DRIVER CLASS NAME
    PROPERTIES
    ACL NAME
    PASSWORD
    Thanks,
    S Hari

    Hari
    Jdbc Connection Pool Configuration
    URL= jdbc:weblogic:oracle
    DRIVER CLASS NAME=weblogic.jdbc.oci.Driver
    PROPERTIES
    user=myuser
    password=<password in mydb>
    server=mydb
    After configuring Connection Pool Select Targets tab. Select Server from Available
    to Chosen.
    Deepak
    Hari wrote:
    Hi
    Iam pretty new to Weblogic and would be greatfull if some one can help me
    out in finding the parameters to be specified in Weblogic console for creating
    a Connection pool for Oracle 8i database running on solaris. I have installed
    necessary client libraries in weblogic machine.
    The details for my database are as follows
    database name : mydb
    database server : 173.24.24.1
    database port : 1521
    username : myuser
    I would appreciate if you can provide me the following details to be entered in
    weblogic console for creating the connection pool
    URL
    DRIVER CLASS NAME
    PROPERTIES
    ACL NAME
    PASSWORD
    Thanks,
    S Hari

  • SQL Developer to Oracle 8 database

    Hello,
    I am trying to connect to an Oracle 8 database using SQL Developer on a Windows 7 64bit PC. I tried SQL Developer version 1.5 but then read that it cannot connect to databases earlier than version 9. I then got a copy of SQL Developer version 1.2 because it can connect to database version 8 but then found that it won't run on Windows 7 64 bit.
    I downloaded the Oracle 10g software and thought that I would use that with a tnsnames file to connect via SQL Developer 1.5 but when I go to install it it seems to want to install everything and essentially create an Oracle database on my PC.
    Can anyone suggest an easier way to acheive this, can I not just install some client software that doesn't install a database and take up 1GB of space.
    Any help much appreciated
    Thanks

    Hi,
    Welcome to the forum!
    What is a unix timestamp?
    If it's the number of seconds since mdinight on January 1, 1970, then you can convert that to a DATE like this:
    DATE '1970-01-01' + ( unix_timestamp
                       / (24 * 60 * 60)
                  )To display any DATE in a specific format, use TO_CHAR:
    TO_CHAR ( DATE '1970-01-01' + ( unix_timestamp
                                  / (24 * 60 * 60)
         , 'YYYYMMDD HH24:MI:SS'
         )

Maybe you are looking for

  • App File Server connection error when trying to run a BI Publisher report..

    hello Gurus... As above - App File Server connection error when trying to run a BI Publisher report.. FOR THE FIRST TIME. What does our DBA need to do..? error message reads.. Template code: SUARXASR Template app:  AR Language:      en Territory:    

  • Messages are in schedule state in adapter engine

    Hi PI Gurus, In Production system, I have a proxy to JDBC scenario (Using AAE). From ECC messages are flowing successfully, but when I check the WRB I found no message. When I checked the Message Monitoring I found, those messages were in schedule st

  • How to shutdown and startup oracle 11g R1 from dbcontrol (EM)?

    Dear All, I have already installed oracle 11g R1. The database is running smooth including the dbcontrol / EM. I have difficulty in shutdown and restart database from EM. How to set EM, so that I can start and shutdown the database from EM?

  • Driver for Partlow 1462?

    I need a LabView (8.0) driver for a Tenney Jr. enviromental chamber with a Partlow 1462 controller. Does anyone have something like this? Or has anyone tried to develop one? I see several others are looking for something similar...any luck yet?

  • Design thoughs CTAS vs TRUNCATE / INSERT

    Would like to hear your thoughts on the speed / other pro's and con's of Create Table As Select * from table and truncate table insert into /*+ append */ select * from table; Consider at present we have force logging on.