How connect BI with Oracle DB

Hi gurus,
I have a BI system in Iseries(DB4), I tried connect BI to Oracle Database with UD connect, I followed the UD conect GUIDE for BW 3.5, I used JDBC Driver Ojdbc6.jar.
I have a issue with the test JDBC connector.
http://<myserverBI>:50000/TestJDBC_Web/TestJDBCPage.jsp
I get the error
java.lang.UnsupportedClassVersionError: (oracle/jdbc/driver/OracleDriver) bad major version at offset=6
Exception id: [42003C008197020B0000000000001995000495444B967B67]
Thanks
William Neira

Environment:
Our BI version is 7.01 , OS is iseries.
The target Oracle DB version is 11g(11.2.0.1.0, 64bits on AIX).
Configuration procedure :
1. Import Oracle driver "ojdbc6.jar" and create new driver which named "Oracle " under
JDBC Connector ->Runtime ->Driver in Visual Admin.
2. Jco RFC BI_J2EE and RFC TCP in SM59, the connection test is OK.
3. Connector container-> resource adapter ->add
library:ORACLE
4. Connector container-> Managed connection Factory -> Properties
DriverName: oracle.jdbc.OracleDriver
Password: ****
User:SIEC
URL:  jdbc:oracle:[email protected]:1522:SIEC
the error persist
  java.lang.UnsupportedClassVersionError: (oracle/jdbc/driver/OracleDriver) bad major version at offset=6
Exception id: [42003C00819702E10000001A000019950004954808C45F78]
Thanks.
William Neira

Similar Messages

  • How to connect java with oracle

    can any body show me the code of how to connect java with oracle database.
    thank you

    To configure Oracle JDBC:
    1. Add Oracle JDBC JAR file classes12.zip or ojdbc14.zip to classpath.
    2. Load and register the JDBC driver.
    Class.forName("oracle.jdbc.driver.OracleDriver");
    3. Obtain a connection:
    String url="jdbc:oracle:thin:@<host>:1521:<database>
    Connection con = DriverManager.getConnection(url,
    "myLogin", "myPassword");
    4. Create a SQL statement.
    Statement stmt = con.createStatement();
    5. Obtain a result set.
    ResultSet rs = stmt.executeQuery(
    "SELECT ...");

  • Problem in connecting JSP with Oracle 9i.

    Hi,
    I am having problem in connecting JSP with Oracle 9i.
    I am using windows XP and my JDK version is 1.4. For executing JSP I am using
    "jakarta-tomcat-5.5.4-preconfigured". My database name is global.
    I have set java_home, j2ee_home, oracle_home, path, classpath as follows:
    j2ee_home=c:\sun\appserver
    java_home=c:\sun\appserver\jdk
    oracle_home=C:\oracle\ora92
    path=C:\Sun\AppServer\bin;C:\Sun\AppServer\jdk\bin;C:\oracle\ora92\bin
    classpath=C:\Sun\AppServer\lib\j2ee.jar;C:\oracle\ora92\jdbc\lib\ojdbc14.jar;C:\oracle\ora92\jdbc\lib\nls_charse
    t12.zip
    My code is as follows:
    <%@ page language="java" %>
    <%@ page import ="java.sql.*"%>
    <%
    try
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    Connection conn = DriverManager.getConnection ("jdbc:oracle:oci8:@global", "scott", "tiger");
    catch(SQLException e)
    out.println(""+e);
    out.println("Connected");
    %>
    I tried other program:
    <%@ page language="java" %>
    <%@ page import ="java.sql.*"%>
    <%
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:global","scott","tiger");
    out.println("Connected");
    %>
    I am getting following error:
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 5 in the jsp file: /jsp/oracle.jsp
    Generated servlet error:
    oracle.jdbc.OracleDriver cannot be resolved or is not a type
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:389)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Thanking you in advance,
    Anurag

    maneesh108 wrote:
    hi this is maneesh1) Read the thread it has been answered.
    2) The thread is very old. Don't resurrect old threads.
    I'm locking this zombie thread.
    Kaj

  • Unable to connect forms6i with oracle 10g

    hi:
    i am facing a problem to connect forms6i with oracle 10.2 g. i already make a entry in TNSNAMES.ora file in forms folder.
    while i am trying to connect it dispaly "ORA-12203: TNS:unable to conect to destination" error.
    please help. Thanks in advance.
    Regards,
    Abhishek

    Hi
    i already make a entry in TNSNAMES.ora Another option...
    1. Pls Verify that the net service name you entered was correct including no spaces.
    2.Verify that the ADDRESS portion of the connect descriptor which corresponds to the net service name is correct.
    3.Ensure that the destination process (for example the listener) is running at the remote node and the cabel of ur local net work connecting to ur server is well connected and working well.
    4. Test ur local network cabel and try to make the connection to another computer set.
    5.u can check from Start > control panel > administrative tools > services that the service name is started or not if it is Started Restarted or refresh it.
    6. Ensure that the listener is running at the remote node and that the ADDRESS parameters specified in TNSNAMES.ORA are correct.
    and the more ....
    Hope this helps...
    Regards,
    Abdetu...

  • Error in connecting webdynpro with oracle

    Hi
          while connecting webdynpro with oracle, i am getting this type of error. I imported the classes12.jar file also.
    <b>Error:</b>
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    The <b>coding</b> which i used to connect is as follows,
    Class.forName("oracle.jdbc.driver.OracleDriver");
              DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
              Connection conn = DriverManager.getConnection(
              "jdbc:oracle:thin:@entegdt36:1521:dbserver",
              "scott","tiger");
              pst=conn.prepareStatement("select * from Test");
              rs=pst.executeQuery();
              while(rs.next())
                   res=res+rs.getString(1);
                   wdThis.wdGetContext().currentContextElement().setName(res);
    Please help me to solve this problem.
    It's very urgent.
    Thanks in advance.

    Hi,
    Go to technical landscapes and create a technical landscape for your ECC backend system.
    This should solve the problem.
    Regards
    Bharathwaj.

  • How to synchronize with Oracle 11 g

    Hi @ all,
    since a longer time I try to synchronize a Oracle Database Lite with Oracle 11 g over Mobile Server. But I still hadn't any success. I wanna use C# 3.5 and ADO.NET. Oracle Lite documentation is very bad, did not helped me. I cannot understand how to design a mobile sync application. Is it neccessary to use Mobile Database Workbench and Packaging Wizzard and to publish my mobile application to Mobile Server? Is too complex, I don't need/want this. All I wanna do is to use offline Oracle Lite Database on my PDA and synchronize the data during ActiveSync-connection with a Oracle 11 g data base. I tried also OracleSync classe and OracleEngine.Synchronize() and BGSyncControl, but nothing worked. I talked to our oracle support but they only send me links to tuorials sites I already read. I'm very unhappy about synchronization in Oracle Lite.
    Has anyone successfully done synchronization with Oracle Lite and Oracle 11 g on a mobile device and can give me some hints or sample code? Or is there any mobile database which is better for synchronization?
    Thank you very much for your answers or your code examples.
    Aness

    When attempting to synchronize Oracle Lite with the Windows Mobile emulator, ActiveSync is not able to establish a connection with the emulator device after the emulator device is set to emulate being cradled with the Device Emulator Manager.
    Cause
    The SERDMAAsPlugin.dll is not registered on the host system.
    Solution
    1. Open a Command Prompt.
    Start, Run, cmd
    2. Navigate to the C:\Program Files\Microsoft Device Emulator\1.0\ directory.
    3. Register the SERDMAAsPlugin.dll.
    regsvr32 SERDMAAsPlugin.dll
    4. Reset the emulator device.
    5. Open Microsoft ActiveSync.
    6. Select File, Connection Settings.
    7. Ensure that "Allow connections to one of the following" is checked and that the DMA connection type is listed within the drop down box.

  • Unable to connect JAVA with Oracle

    I have jdk1.6 and oracle installed on my machine but unable to connect java with database
    have classes12.jar and ojdbc14.jar
    my environmental variables in respect to this are :
    JAVA_HOME= C:\Java\jdk1.6.0_04
    JRE_HOME=C:\Java\jdk1.6.0_04
    PATH=J:\oracle\ora92\lib;
    J:\oracle\ora92\bin;
    C:\Program Files\Oracle\jre\1.3.1\bin;
    C:\Program Files\Oracle\jre\1.1.8\bin
    CLASSPATH=J:\oracle\ora92\jdk\jre\bin\JdbcOdbc.dll;
    J:\oracle\ora92\jdbc\lib\classes12.jar;
    J:\oracle\ora92\jdbc\lib\ojdbc14.jar
    The code is
    import java.sql.*; public class dat1 {               public static void main(String[] args)throws SQLException,ClassNotFoundException {         try     {     Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");     Class.forName("com.oracle.jdbc.OracleDriver");     } catch (ClassNotFoundException e) { System.out.println("unable to load driver"); return; }     } }
    the error message is
    Error in thread "main" java.lang.NoClassDefFoundError
    Please Help Me
    Thanks For Reading
    Thanks a lot in Advance For your ANSWERS

    maybe if you asked nicely instead of ordering people around we might tell you.
    As it is all you're going to hear is that you don't need both those jars, as they contain different versions of the same driver.
    I'm not going to tell you which you need, as you should have the documentation to tell you that. But then you also should have the documentation to tell you how to set your classpath properly and you failed to read that too.

  • How connect 10g with discoverer (host name give me error)

    hi master
    sir i install discoverer but not connect with oracle 10g
    i flow this step
    1. From the Start button use Programs | Oracle - BIToolsHome1 | Configuration and Migration Tools | Net Configuration Assistant.
    2. Select Local Net Service Name Configuration the click the Next button
    3. Check Add then click the Next button
    4. Type the Service Name of the database you want to connect to, then click the Next button
    5. On the next screen, select TCP and click the Next button
    6. On the next screen, enter the full name for the Host name using a fully qualified domain name and then tell the system which Port the database is using. Click the Next button
    7. If you know a username and password on the database select Yes, perform a test and then click the Next button. While this is not a mandatory step it is well worth doing as it will show whether you can connect to the database.
    8. On the next screen, the test will either succeed or fail. If it says Invalid username / password click the Change Login button and enter a known username / password combination
    9. When informed Connecting... Test successful click the Next button
    10. Provide a name that you want to know this connection by then click the Next button
    11. When asked if you would like to configure another service name, select No and click the Next button
    12. Click the Next button again
    13. Click the Finish button
    but Host name or step 6 give me error
    this is my database name == universi
    this is my computer name == fahim
    this is my system user password == mfa786
    how i configure my discoverer with oracle 10g
    please give me idea
    thank's
    aamir

    thank's for your reply
    sir try to configure but host name step not success
    and i try to test
    then taht window give me this error
    see errir
    Connecting...ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    The test did not succeed.
    Some of the information you provided may be incorrect.
    Click Back to review the information provided for net service name, or Change Login to change username.
    ============== this is my bi path
    C:\oracle\BIToolsHome_6\network\ADMIN
    this is my tnsnames.ora file
    # tnsnames.ora Network Configuration File: C:\oracle\BIToolsHome_6\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    UNIVERSI =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fahim)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = universi)
    ================ this is my listener.ora file
    # listener.ora Network Configuration File: C:\oracle\BIToolsHome_6\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\BIToolsHome_6)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fahim.iqra.edu.pk)(PORT = 1521))
    when i try to run my discoverer that give me this error
    unable to connect fahim@universi
    failed to connect to databae - ORA-12514: TNS: listeer dose not currently know of service requested in connect descriptor
    please give me idea how i connect my oracle 10g with discoverer
    thank's
    aamir

  • Problem in connecting netbeans with oracle 10g express edition

    hi friends... i need help in connecting the database with netbeans..... in netbeans, under services option... i have a option for database... but am not getting any drop-down while right clicking to add a new database... i tried in both netbeans6.9 and netbeans7... what should i do to connect netbeans7 to oracle 1og express edition.... pls help me friends.... pls do reply

    First of all, I think your dot... button is broken, it keeps repeating which makes it SO much harder to read your post.
    Secondly, I suggest you take your question to the Netbeans mailing lists. This is a Java programming forum, not a technical support forum for the hundreds of tools available to support Java programming.
    http://netbeans.org/community/lists/index.html

  • How to start with Oracle SOA

    Hi All,
    I want to learn Oracle SOA,Can anyone please help me how to start lerning Oracle SOA.
    I have worked one year as java programmer befor.
    Thanks and regards,
    Deekay.

    A good way to start is SOADEMO tutorial shipped with SOA Suite. It has step by step instructions for developing BPEL and ESB applications.

  • Problem In connecting Client with oracle

    hello all,
    I am trying to connect a system, with my oracle server, but the client machine is also having oracle installed on it. Is it possible to connect same machin with my oracle server. I am working on Oracle 8i.

    Except version incompatibility, any Oracle system can connect to any Oracle DB, any Oracle server can work as Client to another Oracle server.
    On the machine that works as Client you have only to configure a TNS alias to connect to the DB on the other machine.

  • Connectivity issue with Oracle Source

    Hi,
    Am trying to run a SSIS package to pull data from Oracle. Package was running fine from BIDS.But when i run the job from Sql Agent am getting the below error.Can you please help me on this.Am using 2012 version of SSIS
    Message
    Executed as user: ABCDEF\SQLDEV015. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.5548.0 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  9:32:29 PM  Error: 2014-12-22 21:32:31.32
        Code: 0x000002BD     Source: Package4 Connection manager "ORACLE"     Description: Oracle Home not found.  End Error  Error: 2014-12-22 21:32:31.32     Code: 0x0000020F     Source: Connect
    to ORACLE Oracle Source [2]     Description: The AcquireConnection method call to the connection manager ORACLE failed with error code 0x80004005.  There may be error messages posted before this with more information on why the AcquireConnection
    method call failed.  End Error  Error: 2014-12-22 21:32:31.32     Code: 0xC0047017     Source: Connect to ORACLE SSIS.Pipeline     Description: Oracle Source failed validation and returned error code 0x80004005.  End
    Error  Error: 2014-12-22 21:32:31.32     Code: 0xC004700C     Source: Connect to ORACLE SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2014-12-22 21:32:31.32    
    Code: 0xC0024107     Source: Connect to ORACLE      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  9:32:29 PM  Finished:
    9:32:31 PM  Elapsed:  1.422 seconds.  The package execution failed.  The step failed.

    Hi SSDL,
    According to the error message, the issue is that the user cannot connect to the Oracle server. To fix this issue, please refer to the following suggestions:
    Verify the Oracle server is installed on the server that the connection string indicates. It means that verify the connection string is incorrect.
    Does the user that runs the package the correct
    authorization?
    Check if the SQL Agent job step that runs this package is set to run it in 32 bit mode.
    The following two similar threads are for your references:
    http://stackoverflow.com/questions/26790105/ssis-package-fails-in-sql-server-agent-but-not-in-visual-studio-odbc-connectio
    http://www.attunity.com/forums/microsoft-ssis-oracle-connector/issues-pulling-data-oracle-package-fails-1472.html
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to begin with Oracle Apps

    Hi All,
    Currently I am working as a D2k Developer. I would like to learn about Oracle apps.
    Will you please guide me from where i have to start learning oracle apps.
    And please advise me how i can become familiar with Oracle Apps by practice.
    Regards and Thanks,
    Ansaf.

    Ansaf,
    What part of Oracle Apps you want to learn? Functional/Technical/Development?
    Please search old thread for similar discussion.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Oracle+Apps+DBA+Functional+Developer&objID=c3&dateRange=all
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Oracle+Apps+Developer+Career&objID=c3&dateRange=all
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Career&objID=f210&dateRange=all
    Regards,
    Hussein

  • How to work with oracle and active directory...

    Hi,
    Can somebody let me know how do i configure active directory with oracle 10g?
    I am trying to do this using configuration wizard but fields are grayed out for me to proceed. It also shows me to prepare active directory to work with oracle first.
    How do i do that?
    Can someone let me know the steps to do so?
    Regards
    Vikas

    Depends on what you want to achieve?
    Usually when you want Enterprise Users (users that are managed by a directory instead of a schema) you will perform other steps than in a scenario where you need some attributes from the AD.
    cu
    Andreas

  • Unable to start SAP due to the connection error with Oracle

    Dear All,
    We have done distributed installation. CI, Oracle has been installed successfully.
    But when we tried to connect the DB from CI. we are getting the error
    R3trans -d is giving the return code 00012,  when we tried to start system from CI.
    Following is the trans.log error
    $ more trans.log
    4 ETW000 R3trans version 6.09 (release 640 - 26.10.04 - 15:45:42).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 05.05.2009 - 18:03:30
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Tue May  5 18:03:30 2009                              48  0.000048
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    11  0.000059
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             40  0.000099
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/BSW/SYS/exe/run/dboraslib.o' ...
    4 ETW000                                                                              37  0.000136
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/BSW/SYS/exe/run/dboraslib.o), hdl 0
    4 ETW000                                                                            3493  0.003629
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/BSW/SYS/exe/run/dboraslib.o' loaded
    4 ETW000                                                                              18  0.003647
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/BSW/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              34  0.003681
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/BSW/SYS/exe/run/dboraslib.o' is "640.00", patchlevel (0.32)
    4 ETW000                                                                             120  0.003801
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/BSW/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              20  0.003821
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/BSW/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              42  0.003863
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              20  0.003883
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 00
    0, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              23  0.003906
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         25  0.003931
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              18  0.003949
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000
    , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              20  0.003969
    4 ETW000  [dev trc     ,00000]  Got ORACLE_HOME=/oracle/BSW/920_64 from environment
    4 ETW000                                                                             300  0.004269
    4 ETW000  [dev trc     ,00000]  -->oci_initialize                                     20  0.004289
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.WE8DEC        4762  0.009051
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPR3's password            29  0.009080
    4 ETW000  [dev trc     ,00000]  Connecting as /@BSW on connection 0 ...               22  0.009102
    4 ETW000  [dev trc     ,00000]  Allocating service context handle                     22  0.009124
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      13  0.009137
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server BSW (con_hdl=0,svchp=110791c98,svrhp=1107942f8)
    4 ETW000                                                                              67  0.009204
    4 ETW000  [dev trc     ,00000]  Assigning server context 1107942f8 to service context 110791c98
    4 ETW000                                                                           39616  0.048820
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        29  0.048849
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=110791c98,srvhp=1107942f8,usrhp=11079cd38)
    4 ETW000                                                                              24  0.048873
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                            2415  0.051288
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=1107942f8)
    4 ETW000                                                                              28  0.051316
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=110791c98,srvhp=1107942f8)
    4 ETW000                                                                              18  0.051334
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 1107942f8         142  0.051476
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              25  0.051501
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  20  0.051521
    4 ETW000  [dev trc     ,00000]  Connecting as SAPR3/<pwd>@BSW on connection 0 ...
    4 ETW000                                                                              19  0.051540
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      11  0.051551
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server BSW (con_hdl=0,svchp=110791c98,svrhp=1107942f8)
    4 ETW000                                                                              27  0.051578
    4 ETW000  [dev trc     ,00000]  Assigning server context 1107942f8 to service context 110791c98
    4 ETW000                                                                           33038  0.084616
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 11079cd38          15  0.084631
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 11079cd38          13  0.084644
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=110791c98,srvhp=1107942f8,usrhp=11079cd38)
    4 ETW000                                                                              22  0.084666
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                            1858  0.086524
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=1107942f8)
    4 ETW000                                                                              18  0.086542
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=110791c98,srvhp=1107942f8)
    4 ETW000                                                                              19  0.086561
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 1107942f8         123  0.086684
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              24  0.086708
    4 ETW000  [dblink      ,00419]  ***LOG BY2=>sql error 1034   performing CON [dblink#1 @ 419]
    4 ETW000                                                                              57  0.086765
    4 ETW000  [dblink      ,00419]  ***LOG BY0=>ORA-01034: ORACLE not available           18  0.086783
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        IBM AIX RISC System/6000 Error: 2: No such file or directory [dblink#1 @ 419]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'BSW'"
    Could you please provide us the relavant solution.

    hi
    > 4 ETW000  [dblink      ,00419]  ***LOG BY0=>ORA-01034: ORACLE not available           18  0.086783
    Check for your ORACLE_HOME and ORACLE_SID
    ORA-01034 is thrown during you attempt to upgrade because there is an invalid entry in one of the following files:
    /etc/oratab
    /var/opt/oracle/oratab
    Regards,
    Nitin Salunkhe

Maybe you are looking for