ORACLE SSIS connection - ERROR

What can I do to try to establish a connection between Oracle and SSIS?, this is so far the most frustrating experience with this tool.
I have updated all the tns files that I have found in my pc. I have done tnsping to the database and I am getting an answer. But with SSIS anything seems to work.
I am having the next error:
Test connection failed because of an error in initializing provider. ORA-06413: Connection not open
But the provider is not working of line
I am new with this tool, if you can help or if you need more information ask me, but please be polite with your comments or answers
I'm using SQL SERVER 2012 and Microsoft Visual Studio 2010

Hi dj2907,
Did you use
Microsoft Connector Version 2.0 for Oracle by Attunity to load data into Oracle or unload data from Oracle in the context of Microsoft SSIS?
I suggest that you should use this adapter to connect to an Oracle Database in SSIS. For more details about how to use this connector to establish a connection to Oracle, please refer to the following blog:
http://www.sjoukjezaal.com/blog/2014/05/connecting-to-an-oracle-database-using-ssis-2008/
Besides, as to the error message, the cause should be 64-bit Microsoft OS's install 32-bit applications into the following location
"C:\Program Files (x86)\..."
rather than the typical location of
"C:\Program Files\..."
This causes an existing networking bug to occur where the networking layer is unable to parse program locations that contain parenthesis in the path to the executable which is attempting to connect to Oracle.
To fix this issue, please find the location of the application that is generating the error.  Check the path to this location and see if it contains any parenthesis.  If so, you must relocate the application to a directory without any parenthesis
in the path.
The following similar thread is for your reference:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/ab662d63-6385-4f73-b27f-d526048f601f/connecting-to-oracle-on-64bit-x64-machine?forum=sqlintegrationservices
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Tomcat 5.5.20 / Oracle  JDBC connection error

    Hi All,
    I am using Eclipse 3.2/ Tomcat 5.5.20/ Oracle 8i
    Inside my java class; right after finding the context, it gives error on line:
    conn = dataSource.getConnection();
    my server.xml <Resource> settings are proper within one tag...
    I am loosing my hair faster... please someone help me..
    Error Stack:
    javax.servlet.ServletException
         org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545)
         org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NullPointerException
         com.nibtt.beans.ConnectionBean.getConnection(ConnectionBean.java:80)
         com.nibtt.actions.LoginAction.execute(LoginAction.java:44)
         org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Regards
    Hepzi

    Hi Zadok,
    I am going insane. Thank God you replied. I am pasting my code here.
    I have setup Tomcat5.5.20 <resource> tag as follows: for connection pooling
    <Resource      name="jdbc/TestStrutsDB" auth="Container"
              type="javax.sql.DataSource" factory="org.apache.commons.dbcp.BasicDataSourceFactory"
              username="SCOTT" password="TIGER"
              driverClassName="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:thin:@111.1.1.1:1521:TEST"
              maxActive="8" maxIdle="4"/>
    my application web.xml code:
    <resource-ref>
    <description>Oracle DB Connection</description>
    <res-ref-name>jdbc/TestStrutsDB</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    my java code:
    public Connection getConnection() throws Exception{
              Context ctx = new InitialContext();
    Context envContext = (Context)ctx.lookup("java:/comp/env");
    javax.sql.DataSource dataSource = null;
         ResultSet rst = null;
         Statement stmt = null;
         try {
              if(envContext == null ) {
         System.out.println( "context is NULL");
              } else
         System.out.println( "context is NOT NULL");
    dataSource = (javax.sql.DataSource)envContext.lookup("jdbc/TestStrutsDB");
              if (dataSource != null) {
                   System.out.println( "before actual connection to database: "+dataSource.toString() );
                   try {
                        conn = dataSource.getConnection();
                   } catch (Exception connEx) {
                        System.out.println( connEx.getStackTrace());
              if(conn != null) {
         System.out.println( "Got Connection "+conn.toString());
         stmt=conn.createStatement();
         rst=stmt.executeQuery("select username from testTomcat");
         while(rst.next()){
              System.out.println("User Name is: " + rst.getString("username"));
         rst.close();
         rst = null;
         stmt.close();
    stmt = null;
    conn.close();
         conn = null;
         // do what you wish with Connection
         } catch (SQLException e) {
              while((e = e.getNextException()) != null) {
                        System.out.println("SQLException: " + e.getMessage());
                        System.out.println("SQLState: " + e.getSQLState());
                        System.out.println("VendorError: " + e.getErrorCode());
                        System.out.println(e.getStackTrace());
         } finally {
         try {
         conn.close();
         } catch (SQLException ex) {
              System.out.println(ex.getStackTrace());
              return conn;
         } //End of Connection function
    Please let me know if had gone wrong somewhere
    Thanks in advance
    Regards
    Hepzi

  • Urgent case!!! Oracle DB Connect Error ORA-01033

    Dear all expert,
    After Re-boot the computer, The system show the following error code; Kindly provide solution for me to fixed this case..
    Thank of all Expert.
    The Error message reference to the following:
    SQL&gt; shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL&gt;
    SQL&gt; startup
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00333: redo log read error block 90114 count 8192

    No...
    I am running SQLPLUS from AIX which our SAP OS using ora<sid>.  SQLPLUS from local command prompt works fine.
    We are currently looking into firewall issues where the oracle listener reponds back on a random port rather than the standard port 1521 for which firewall is open. 
    I got hold on some ORACLE notes which talks about using SHARED SOCKET connection to solve the issue

  • Oracle JDBC Connection Error code 12505 in J2EE

    Hi All,
    I'm in a great problem.Could not connect my J2EE server to my Oracle database server.
    My config/resource.properties file as follows
    ================================
    jdbcDataSource.5.name=jdbc/iisdb
    jdbcDataSource.5.url=jdbc:oracle:thin:@128.51.12.33:15 21:iisals.rsapps;create=true
    jdbcDriver.1.name=oracle.jdbc.driver.OracleDriver
    My config/default.properties file as follows
    ================================
    jdbcDatasources=jdbc/iisdb|jdbc:oracle:thin:@128.51.12.33:1521:iisals.rsapps
    Deployment is successful but while running the application through browser the error is as follows
    =======================================
    javax.ejb.CreateException: java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135286784)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    which is for either SID identification problem or TCP/IP
    port problem.
    But from my PC the same database can be connected through sql plus.
    So I am n't getting where is the problem ??????
    Whether any properties file has to be changed ???
    Can anyone help me in this regards,

    Hai everybody,
    I do have the same problem. I am trying to connet to the oracle8.1.7 database in linux machine from windows98. I am able to connect to the database thro' sqlplus, but when i try to connect using JDBC i am getting the follg error :
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNU
    M=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    can any one rectify this problem. I checked even java.policy file. Everything seems to be ok.
    Thx & regards
    jagan

  • Eclipse jboss jsp oracle xe connect error

    hi
    i am using eclipse ganymede 342 and my second configuration is:
    jboss as 420 ga
    oracle 10g xe
    windows xp
    jdk15
    when i run my jsp file that contains instructions to connect to oracle 10g xe and query my database i got this error:
    org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 9
    6: <body>
    7: <%
    8: try{
    9: Class.forName("oracle.jdbc.driver.OracleDriver" );
    10: //Class.forName("oracle.jdbc.OracleDriver" );
    11: String url = "jdbc:oracle:thin:@//127.0.0.1:8080:xe";
    12: Connection con = DriverManager.getConnection(url,"system","system" );
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:518)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    javax.servlet.ServletException: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:855)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:784)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:98)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
         org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:128)
         org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:66)
         java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         java.lang.Class.forName0(Native Method)
         java.lang.Class.forName(Class.java:164)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:63)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    why?
    thanks for your help.

    hi orafad,
    i try current style db:
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@//localhost/xe","system","system");
    but i get this error:
    exception
    org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 17
    17: Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@//localhost/xe","system","system");
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:518)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    javax.servlet.ServletException: java.lang.NoSuchMethodError: oracle.i18n.text.OraBoot.getCharsetMaxCharLen(Ljava/lang/String;)Ljava/lang/String;
    and then i tried this one:
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@127.0.0.1:8085:xe","system","system");
    and got this error:
    Error: Erreur d'E/S: The Network Adapter could not establish the connection
    so i think my url connection is good and may be the problem is elsewhere
    thanks for your listening
    ========================
    hi udo,
    i checked the lsnrctl status and this is the result:
    Microsoft Windows XP [version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\xp>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 07-OCT. -2011 14:02:49
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connexion Ó (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUT du PROCESSUS D'ECOUTE
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Date de dÚpart 06-OCT. -2011 23:04:12
    DurÚe d'activitÚ 0 jours 14 heures 58 min. 36 sec
    Niveau de trace off
    SÚcuritÚ ON: Local OS Authentication
    SNMP OFF
    Service par dÚfaut XE
    Fichier de paramÞtres du processus d'Úcoute C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Fichier journal du processus d'Úcoute C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    RÚcapitulatif d'Úcoute des points d'extrÚmitÚ...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=compaq)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8085))(Presentation=HTTP)(Session=RAW))
    RÚcapitulatif services...
    Le service "CLRExtProc" comporte 1 instance(s).
    L'instance "CLRExtProc", statut UNKNOWN, comporte 1 gestionnaire(s) pour ce service...
    Le service "PLSExtProc" comporte 1 instance(s).
    L'instance "PLSExtProc", statut UNKNOWN, comporte 1 gestionnaire(s) pour ce service...
    Le service "XEXDB" comporte 1 instance(s).
    L'instance "xe", statut READY, comporte 1 gestionnaire(s) pour ce service...
    Le service "XE_XPT" comporte 1 instance(s).
    L'instance "xe", statut READY, comporte 1 gestionnaire(s) pour ce service...
    Le service "xe" comporte 1 instance(s).
    L'instance "xe", statut READY, comporte 1 gestionnaire(s) pour ce service...
    La commande a rÚussi
    however, i want to say that i manually changed the http port for oracle (now port 8085) to avoid conflict with jbossAS which use port 8080 by default
    all changes goes correct
    so i change my url connexion like this:
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@//localhost:1521:xe","system","system");
    and got the same error
    question: it is not a problem to run eclipse jboss oracle express edition in a virtual machine?
    or may be an error inside my jsp page:
    <%@ page language="java" import="java.sql.*" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Employes</title>
    </head>
    <body>
    <%
    try {
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@//localhost:8085:xe","system","system");
    System.out.println("Connected sucessfully.<br /><br />\n");
    System.out.println("Return all the employees name.<br />\n");
    String sql = "SELECT ENAME FROM EMP";
    Statement stmt = conn.createStatement();
    ResultSet rs = stmt.executeQuery(sql);
    while (rs.next()) {
         out.println(" ename=" + rs.getString("ename") + "<br />\n");
    stmt.close();
    stmt = null;
    conn.close();
    conn = null;
    out.println("<br />Disconnected sucessfully.<br /><br />\n");
    catch (Exception ex) {
    out.println(" Error: " + ex.getLocalizedMessage() + "<br><br>\n");
    %>
    </body>
    </html>
    thanks for your listening
    ==================================
    NB:
    i work into virtual machine oracle virtualbox with windows xp and my configuration is:
    eclipse
    jboss
    oracle express edition
    jdk

  • Oracle JDBC Connection Error ?

    Hi all .. i have JDeveloper9.0 and oracle database i have created the following page (which is the first !) to test the connection to oracle database,
    <%@ page contentType="text/html;charset=WINDOWS-1252"%>
    <%@ page import="java.sql.*"%>
    <%@ page import="oracle.jdbc.driver.*"%>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=WINDOWS-1252">
    <META NAME="GENERATOR" CONTENT="Oracle JDeveloper">
    <TITLE>
    Hello World
    </TITLE>
    </HEAD>
    <BODY>
    <%
    out.println("good things comes for the ones whos wait");
    // testing Database Connection
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@10.0.24.23:1513:test","ap1s","ap1s");
    Statement st = conn.createStatement();
         ResultSet rs= st.executeQuery("select * from XX_CNSLTNT");
         while(rs.next())
    System.out.println(rs.getString(1));
    %>
    <form method="POST" action="untitled1.jsp">
    <p>
    <input type="text" name="T1" size="20">
    <input type="submit" value="Submit" name="B1">
    <input type="reset" value="Reset" name="B2">
    </p>
    </form>
    </BODY>
    </HTML>
    and its generating me this error, when i compile :
    Error: cannot access directory oracle\jdbc\driver; verify that directory is reachable from classpath and/or sourcepath
    so, does any one have a clue of the problem is ??
    thanx in advance

    Is ojdbc14.jar or classes12.jar in the Classpath?

  • Unable to connect to oracle source with SSIS connection manager

    I have oracle drivers installed and I  am trying to connect to oracle database by using SSIS with oracle provider
    Oledb but receiving error as:
    Test connection failed because of an error in initializing provider. No error message available, result code: E_UNEXPECTED(0x8000FFFF).Any suggestions
    Thanks..

    http://sqlblog.com/blogs/jorg_klein/archive/2011/06/09/ssis-connect-to-oracle-on-a-64-bit-machine.aspx
    Solution
    Download the Oracle 11G full client.
    Install the 32 AND the 64 bit version of the
    11G full client (Installation Type: Administrator) and reboot the server afterwards. The 32 bit version is needed for development from BIDS with is 32 bit, the 64 bit version is needed for production with the SQLAgent, which is 64 bit.
    Configure the Oracle clients (both 32 and 64 bits) by editing  the files
    tnsnames.ora and
    sqlnet.ora. Try to do this with an Oracle DBA or, even better, let him/her do this.
    Use the "Oracle provider for OLE DB" from SSIS, don't use the "Microsoft Provider for Oracle" because a 64 bit version of it does not exist.
    Schedule your packages with the SQLAgent.
    Arthur
    MyBlog
    Twitter

  • Oracle Discoverer 11g Error to create a new public connection

    Hi,
    Since i have install a new Discoverer 11g, i got this error.
    A connection error.
    - error while creating the session, check for other errors.
    - oracle.discoiv.connections.ConnectionStoreException: While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    - While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    - While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    unable to retrieve connection list
    - Cannot retrieve connection list. Check the Discoverer application log for more details.
    The installation is an stand-alone without OID but i know why - jdbc looking to the metadata of the pstore.
    The database schemas are created and populated by RCU by i cannot use the STAND ALONE mode.
    Cheers
    Edited by: unsolaris on 7-Apr-2012 5:14 PM

    Thank you for your hint, but ...
    In Metalink there are no results for me.
    This is my metalink address:
    https://metalink.oracle.com/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(from=BOOKMARK&bmDocType=PROBLEM&bmDocDsrc=KB&bmDocTitle=Repository%20Assistant%20Fails%20With%20%22ORA-00942:%20table%20or%20view%20does%20not%20exist%22%20In%20Workspace%20Creation&viewingMode=1143&bmDocID=557067.1))
    Do you have another address?
    Thank you
    Regards
    Siegwin

  • Database Connection Error 42000:[Microsoft][ODBC driver for oracle] Syntax

    Hi,
      This is Sathish, I am trying to create a report and retrieve data through stored procedure using ODBC Connection. When connecting to the Stored Procedure it is showing Database Connection Error 42000:[Microsoft][ODBC driver for oracle] Syntax error or access violation' Error.
    CRXI R2, Oracle 9i.
    What do i do to solve this issue.
    Regards,
    Sathish

    Hi Satish
    It could be an issue with the driver.
    You can try with the OLEDB n Oracle native connection to test if the issue persists.
    Also you can refer to the [Troubleshooting Database Connectivity for Crystal Reports|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d05b3bb7-0f28-2c10-4ea3-84dbdc4e414e&overridelayout=true]
    Hope this helps!!
    Regards
    Sourashree

  • [nQSError: 77030] Oracle BI Presentation Server Connection Error: Unable to resolve the address for cn.

    Hi Experts,
    When I use Agent functionality to send email in BIEE 11.1.1.7.0, it will generate the following error message as below:  Are you facing the same problem ? Please help me,Thanks very much.
    Global Error: [nQSError: 77030] Oracle BI Presentation Server Connection Error: Unable to resolve the address for cn.
    Error Codes: AXSBMN8D:
    The operation completed successfully.

    Can you try doing telnet to SMTP server from where BI server is installed and let us know the outcome.Just want to check if any firewall is blocking
    telnet hostname portnumber
    Thanks,

  • C# connect Oracle 10g XE Error

    From example
    http://www.oracle.com/technology/obe/hol08/dotnet/getstarted-c/getstarted_c_otn.htm
    using Oracle.DataAccess.Client; // ODP.NET Oracle managed provider
    using Oracle.DataAccess.Types;
    string oradb = "Data Source=ORCL;User Id=hr;Password=hr;";
    OracleConnection conn = new OracleConnection(oradb); // C#
    conn.Open(); <== Connect Error
    Error Message "ORA-12154: TNS:could not resolve the connect identifier specified"
    From question
    How to Connect Oracle Database 10g Express Edition ?
    How to entry in your tnsnames.ora file called "ORCL"?
    I'm beginner.
    Best Regards,

    Hi,
    I posted a reply in the other thread:
    Re: Connect Oracle Database 10g Express Edition Error?
    Regards,
    Mark

  • Error while creating Oracle DB connection in Endeca Intergrator 3.1

    Hi All,
    I am facing an issue while creating a new Oracle DB connection using Inegtator in 3.1 version.
    I get the following exception:
    loader constraint violation in interface itable initialization: when resolving method "oracle.jdbc.OracleConnectionWrapper.setWrapper(Loracle/jdbc/OracleConnection;)V" the class loader (instance of org/jetel/util/classloader/GreedyURLClassLoader) of the current class, oracle/jdbc/driver/OracleConnection, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for interface oracle/jdbc/OracleConnection have different Class objects for the type oracle/jdbc/OracleConnection used in the signature
    we dont have SID but service name and we use like the following in earlier versions:
    jdbc:oracle:thin:@localhost:1556/xx_yy.us.oracle.com
    Not sure what is the issue... Any pointers are appreciated!!
    Thanks in Advance,
    Kartik P.

    Could you have installed Integrator ETL Server into the same Tomcat instance as Studio?  That's not a supported configuration per http://docs.oracle.com/cd/E40518_01/integrator.311/integrator_install/toc.htm#Installing%20Integrator%20ETL%20Server%20on%20Tomcat : "Integrator ETL Server must be installed on a standalone Apache Tomcat. Do not install Integrator ETL Server on a Tomcat server that is being used to host other applications. For example, do not install Integrator ETL Server on the Tomcat that is hosting Studio. ".

  • AS connection error ORA - 03114 to Oracle

    Hi all
    Since 2 days we are facing an issue with our application server.
    B Wed Apr 30 07:23:53 2008
    B  ***LOG BV4=> reconnect state is set for the work process [dblink#2 @ 1772] [dblink  1772 ]
    B  ***LOG BYY=> work process left reconnect status [dblink#2 @ 1773] [dblink  1773 ]
    In the sqlnet.log we have the following error
    ***********************************************************************TNS-12541: TNS:no listener
    2560
    nnecting to:
    (DESCRIPTION=(SDU=32768)(ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=FRSD0APP01)(PORT=1527))(CONNECT_DATA=(SID=PEB)(GLOBAL_NAME=PEB.WORLD)(CID=(PROGRAM=D:\usr\sap\PEB\D00\exe\disp+work.EXE)(HOST=FRSD0APP07)(USER=SAPServicePEB))))
    TNS-12541: TNS:no listener
    2560
    nnecting to:
    (DESCRIPTION=(SDU=32768)(ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=FRSD0APP01)(PORT=1527))(CONNECT_DATA=(SID=PEB)(GLOBAL_NAME=PEB.WORLD)(CID=(PROGRAM=D:\usr\sap\PEB\D00\exe\disp+work.EXE)(HOST=FRSD0APP07)(USER=SAPServicePEB))))
        ns secondary err code: 12560
    nnecting to:
    (DESCRIPTION=(SDU=32768)(ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=FRSD0APP01)(PORT=1527))(CONNECT_DATA=(SID=PEB)(GLOBAL_NAME=PEB.WORLD)(CID=(PROGRAM=D:\usr\sap\PEB\D00\exe\disp+work.EXE)(HOST=FRSD0APP07)(USER=SAPServicePEB))))
        ns secondary err code: 12560
    32-bit Windows: Version 9.2.0.4.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 9.2.0.4.0 - Production
        nt main err code: 5115
    for 32-bit Windows: Version 9.2.0.4.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 9.2.0.4.0 - Production
        nt secondary err code: 61
    nt main err code: 5111
      Tr    00511: No listener
          Tns error struct:TNS-00511: No listener
    e:TNS-00511: No listener
      Tns error struct: code: 61
        nt secondary err code: 61
        nt OS err code: 0
        nt OS err code: 02541
        nt OS err code: 0
        ns main err code: 12541
        12541: TNS:no listener
        ns secondary err code: 12560
        nt main err code: 511
        TNS-00511: No listener
        nt secondary err code: 61
        nt OS err code: 0
        ns secondary err code: 12560
        nt main err code: 511
        TNS-00511: No listener
        nt secondary err code: 61
        nt OS err code: 0
    TNS-12541: TNS:no listener
    TNS-12541: TNS:no listener
        ns secondary err code: 12560
        ns secondary err code: 12560
        nt main err code: 511
        nt main err code: 511
        TNS-00511: No listener
    TNS-00511: No listenere: 61
        nt secondary err code: 61
        nt OS err code: 0
    After investigation we have see Note 690903 - Problems when you reconnect of work
    processes on Oracle
    But this error is not relevant for us.
    If someone can help us, thanks a lot

    Hi Peter
    This is an application server
    The listener is running on the CI
    But the TNSPING is OK.
    After a stop/start of the AS now eveything is working, but I would like to investigate further
    Best regards

  • Attunity Error in SSIS - "OCI Error Encouneterd"

    I have SSIS BIDS (SQL Server 2008) (32 bit), and am using Attunity connector to connect to an Oracle DB. A while back we had our systems upgraded to windows 7 64 bit.
    I have installed Oracle 11g client on my machine, added TNS entries for the above Oracle server connection and also pointed this path (path for TNSNames.ORA) in the "PATH" environment variable as well as "TNS_ADMIN" (which I created)
    environment variable.
    Even after doing all this, I get the following error when validating the Attunity Oracle source connector, the error is as follows:
    "OCI Error Encouneterd. ORA-12154: TNS could not resolve the connect identifier specified, Test connection failed".
    I also researched that this might be due to paranthesis in the path for devenv.exe (BIDS).... So I went through the following post, installed JUNCTION, and created a junction pointing to the actual directory for devenv.exe.
    http://danieladeniji.wordpress.com/2011/08/03/microsoft-sql-server-integration-services-attunity-error-oci-error-encountered-ora-12154-tnscould-not-resolve-the-connect-identifier-specified/
    This too has not resolved the problem....
    Any help appreciated!!

    Okay I checked out the solution in the link and tried to implement the same:
    To solve the problem, you have two options:
    Specify the Oracle connection string, instead of the TNS service name in the Oracle Connection Manager Editor, for example, in the following format:host:port/service_name
    Define a dummy registry entry (Z_SSIS) as follows:
    Open the regedit utility.
    Locate the following Key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORACLE.
    Right-Click on ORACLE node and click on New -> Key.
    Call the new key Z_SSIS (to make sure it's the last entry).
    Right-Click on the Z_SSIS node and click on New -> String.
    Name the property ORACLE_HOME.
    Double-Click on the ORACLE_HOME and set it to the location of the Oracle 32Bit installation home directory you want to use
    Option 1 does work , you can do that instead of just giving the TNS Name of the connection. So probably I can use that as a solution for my problem here...
    Option 2 does not work...I tried creating the new registry key, but that has not solved the issue.
    Thank You

  • 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:     GB
    Output type:   EXCEL
    [5/10/10 10:59:27 AM] [UNEXPECTED] [46321:RT1487572]
    oracle.apps.fnd.cp.util.RemoteFileException: An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_*****.ac.uk. There may be a network configuration problem, or the TNS listener on node FNDFS_*****.ac.uk may not be running. Please contact your system administrator.
    at oracle.apps.fnd.cp.util.RemoteFile.readURL(RemoteFile.java:241)
    at oracle.apps.fnd.cp.util.RemoteFile.transferFile(RemoteFile.java:194)
    at oracle.apps.fnd.cp.util.RemoteFile.transfer(RemoteFile.java:130)
    at  oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:264)at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [5/10/10 10:59:27 AM] [46321:RT1487572] Completed post-processing actions for request 1487572.I'm sure we never had to set anything up in our Test instance!??!!??
    many thanks for looking..
    Steven

    nobody experienced this before..?

Maybe you are looking for

  • Where can I learn more about setting up shared wireless for a small apartment complex?

    I have a solid understanding of setting up wireless networking from the theoretical standpoint (protocols, technology, security, etc.) and from the standpoint of a simple home or classroom/lab installation, but have zero experience on what equipment

  • Comparing Photoshop CS2 and Elements 4.0

    [If this has already been addressed in this forum, I apologize in advance, but I haven't seen it, at least not addressing the questions below. I also apologize to those who read this on both the Photoshop and the Elements sites.] For years I've been

  • WebDynPro ABAP in adobe flex client

    Hi, I have some WebDynPro ABAP applications. I want to run them in adobe flex client as rendering medium. Is it possible. Best Regards Sid

  • Is C30 quiet???

    Hi all, I decide to get a new PC and decide to get the Thinkstation C30 or P300 to replace my 58p! The 58p was a bit high pitch for my liking; and I had the cover open while operation with a Radeon 6570 graphic card to reduce both the noise and make

  • Jar files exporting

    Hi all, I have a jar file that works along with some C plus plus dll s. I need to package the jar in such a way that it should have the necessary files for the jar to open and there is no need for the client to again install java. I mean my jar shoul