JDBC-ROWSET SUPPORT ORACLE

DID ANY OF THE ORACLE THIN DRIVER SUPPORTS JAVA-ROWSETS. IF SO FROM WHERE I CAN DOWNLOAD THE DRIVER. I TRYED ROWSETS WITH 8.1.7 ORACLE THIN DRIVER, I COULD NOT IMPLEMENT IT.

Hi I am using latest driver from oracle site, but the problem is when i fire execute method of cahed rowset i throws error that i mentioned above, if you have any other driver than mail me on [email protected]

Similar Messages

  • Does JDBC driver support encryption?

    Does the JDBC driver support Oracle encryption?
    Is there a particular version of the jdbc zip file that we need?
    We're running on a Sequent, which does yet have the latest version of oracle- we're running Oracle 8.0.5.
    Is it 40 bit or 128 bit encryption?

    I have this sample code:
    String Query = "ALTER USER ? IDENTIFIED BY ? QUOTA 0 ON SYSTEM QUOTA 0 ON TEMP";
    PreparedStatement pstmt = conn.prepareStatement(Query);
    pstmt.setString(1,"\"TESTVIPIN\"");
    pstmt.setString(2,"\"abc123\"");
    pstmt.executeUpdate();
    Executing this, i get the same error. But if i try UPDATE statement, it is working fine. Is this problem with ORACLE JDBC driver (for ALTER USER...) or problem of code?
    Thanks,
    Vipin Koul

  • Does j2me support jdbc for Palm Oracle Lite(8i/9i)

    I have a requirement to develop an application in Java for PALM OS with Oracle Lite 8i/9i connectivity. does j2me support jdbc for Palm Oracle Lite(8i/9i). Please help me to know what all java VM available in the market which have oracle connectivity(jdbc/odbc/whatever) for Oracle Lite for PALM.
    thanks
    dk

    Pleae some one reply, if j2me/kvm supports jdbc/odbc connectivity to oracle lite 9i/8i on palm
    thanks
    dk

  • Does Oracle JDBC driver support cancel()?

    In JDBC API, class Statement has a cancel method, and its support depends on the implementation of the JDBC dirver.
    Does any Oracle JDBC driver support this feature? Thanks.

    Does any Oracle JDBC driver support this feature? Thanks.
    It is supported (but not by the server-side Thin driver); the return value will be "ORA-17015 Statement was cancelled"
    cheers,
    Mary

  • JDBC features supported

    Hi
    Please can somebody tell me if the Oracle 8i Lite JDBC driver supportes these JDBC 2 features:
    a) Datasource
    b) updatable resultset
    c) rowset
    Thanks
    Pete

    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/java.920/a96654/jdbc20ov.htm

  • PI 7.0 SP 11 support oracle cursor ?

    Hi
    Does PI 7.0 SP 11 support oracle cursor ? Because i need to send multiple rows data to oracle store procedure.
    Where do i have to search about the information how to call oracle store procedure with ref cursor input
    Regards
    Fernand

    Thank you Raj,
    I manage to calling store procedure with normal input (single), but then still got problem to supply data to store proc with input CURSOR.
    Base on link that you send me, i get this line out
    "CURSOR (output; only in conjunction with the Oracle JDBC driver)." is it meaning that JDBC adapter does not support CURSOR for input ? even SP 11 ?
    This is my sample oracle store procedure :
    CREATE OR REPLACE PACKAGE DB2_PAYSLIP IS
    CURSOR c_details IS SELECT '' in_nogaji               
              , '' in_jenis
              , '' in_no
              , '' in_deskripsi
              , '' in_jumlah          
         FROM DUAL;
    TYPE ct_details  IS REF CURSOR RETURN c_details%ROWTYPE;
    END;
    CREATE OR REPLACE PROCEDURE proc_ins_payslip(in_cur IN OUT db2_payslip.ct_details) IS
    v_in db2_payslip.c_details%ROWTYPE;
    BEGIN
          LOOP
                FETCH in_cur INTO v_in;
               INSERT INTO PAYSLIP_DETAIL VALUES(v_in.in_nogaji,v_in.in_jenis,v_in.in_no,v_in.in_deskripsi,v_in.in_jumlah);
               EXIT WHEN in_cur%NOTFOUND;
          END LOOP;
          CLOSE in_cur;
          COMMIT;
    END;
    Regards
    Fernand

  • Remote JDBC Problem with Oracle BPM Studio

    Hi all, i am facing the Remote JDBC Problem with Oracle BPM Studio.
    When i configure a Remote JDBC Connection for SQL in BPM Studio, it prompt me an error.
    The SQL Connection is configured as following :
    External Resource:
    Name : MyDS
    Type : SQL Database
    Supported Types : Remote JDBC
    Details:
    Database Type : BPM's Oracle Driver Version:10, 11
    J2EE : WLS
    Lookup Name : MyAppDS
    Configuration for "WLS"
    Name : WLS
    Type : J2EE Application Server
    Supported Types : GENERIC_J2EE
    Details:
    Initial Context Factory : weblogic.jndi.WLInitialContextFactory
    URL : t3://localhost:7001
    But, when i try to connect to the Database by using this configuration, I will get an Exception.
    An exception occurred while getting a resource from a connector.
    Detail:The connector [[ MyDS : SQL : REMOTE_JDBC ]] caused an exception when getting a resource.
    Caused by: An exception occurred while getting a resource from a connector.
    Detail:The connector [[ WLS : J2EE : J2EE ]] caused an exception when getting a resource.
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [[ Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ]]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
         at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
         at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
         at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
         ... 12 more
    Edited by: user2262377 on Jun 22, 2009 4:01 PM

    I guess the weblogic.jar is not included in the studio.
    So, i added weblogic.jar (Weblogic 10.3) and wlclient.jar (Weblogic 10.3)
    It is working in my simple java code. But, still not working in BPM Studio.
    The error logs:
    An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
    Caused by: java.lang.Object cannot be cast to java.io.Serializable
    fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
         at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:93)
         at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassCastException: java.lang.Object cannot be cast to java.io.Serializable
         at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)
         at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:413)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)
         at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)
         at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Which sql developer version will support oracle 8.1.7

    hi
    which sql developer version will support oracle 8.1.7 or is it necessary to use plsql developer to connect to database (oracle 8.1.7)

    Hi,
    SQL Developer version 1.2.1 is able to connect to 8.1.7 with limited functionality (prepared reports and browser for objects could not work)..
    Next version (tested with 3.2 64-bit) of SQL developer could be "hacked" to connect to 8.1.7 by simply copy file C:\oracle\product\10.2.0\client_1\jdbc\lib\classes12.zip from Oracle client prior 11
    into appropriate jdk\jre\lib\ext folder.

  • JDBC RowSet DML Sample

    Hello,
    Excuses for school English + google,
    With javac : error: AirlinesDML.java:42: unreported exception java.sql.SQLException; must be caught or declared to be thrown private static RowSet rowset = new OracleJDBCRowSet();
    With Java version "1.5.0_06".
    I am deroute because the throws SQLException east declares in the code!
    If a person can m help that would be sympathetic nerve.
    Thank,
    Claude

    Sorry, the source :
    package oracle.otnsamples.jdbc;
    import javax.sql.RowSet;
    import oracle.jdbc.rowset.OracleJDBCRowSet;
    import java.util.ArrayList;
    import java.util.List;
    import java.io.IOException;
    import java.sql.SQLException;
    public class AirlinesDML {
    private static RowSet rowset = new OracleJDBCRowSet(); // ERROR
    protected RowSetCache rowSetCache;
    public AirlinesDML() {
    public List selectRecords(String code,String name, String partner)
    throws SQLException, IOException{
    String query = null;
    ArrayList data = new ArrayList( );
    try {      
    code = "%"+code+"%";
    name = "%"+name+"%";
    partner = "%"+partner+"%";
    query = "SELECT * FROM otn_airlines " +
    "WHERE UPPER(code) LIKE UPPER('"+code+"') AND " +
    "UPPER(name) LIKE UPPER('"+name+"') AND " +
    "UPPER(partner) LIKE UPPER('"+partner+"') ORDER BY code";
    rowset = RowSetCache.getInstance().getRowSet();
    rowset.setCommand (query);
    rowset.execute ();
    while (rowset.next ()) {        
    String[] row = new String[3];
    for ( int i = 0; i < 3; i++ ) {
    row[ i ] = rowset.getString( i + 1 );
    data.add(row);
    } finally {      
    rowset.close();
    return data;
    public void insertRecord( String code,String name,String partner )
    throws SQLException, IOException{
    String query = null;
    try {     
    query = "INSERT INTO otn_airlines VALUES ('"+code+"','"+name+"','"+
    partner+"')";
    rowset = RowSetCache.getInstance().getRowSet();
    rowset.setCommand (query);
    rowset.execute();
    } finally {      
    rowset.close();
    public void updateRecord(String code, String name, String partner)
    throws SQLException, IOException{
    String query = null;
    try {    
    query = "SELECT * FROM otn_airlines " +
    "WHERE UPPER(code) LIKE UPPER('"+code+"')";
    rowset = RowSetCache.getInstance().getRowSet();
    rowset.setCommand(query);
    rowset.execute();
    query = "UPDATE otn_airlines SET name ='"+name+"', partner ='"
    partner"' WHERE code ='"+code+"'";
    rowset.setCommand(query);
    rowset.execute();
    } finally {  
    rowset.close();
    public void deleteRecord(String code) throws SQLException, IOException{
    String query = null;
    try {   
    query = "DELETE FROM otn_airlines WHERE code='"+code+"'";
    rowset = RowSetCache.getInstance().getRowSet();
    rowset.setCommand(query);
    rowset.execute();
    } finally {      
    rowset.close();
    public boolean checkTables() throws SQLException, IOException, Exception{
    try {        
    rowset = RowSetCache.getInstance().getRowSet();
    rowset.setCommand (" SELECT table_name FROM user_tables "+
    " WHERE table_name = 'OTN_AIRLINES' ");
    rowset.execute ();
    if (!rowset.next ()) {       
    this.createSchemaTables();
    } finally {    
    rowset.close();
    return true;
    public void createSchemaTables() throws SQLException, IOException, Exception {
    this.createTable();
    this.insertRecord("2R", "2R Airways", "N");
    this.insertRecord("2S", "2S Airways", "N");
    this.insertRecord("3C", "3C Airways", "N");
    this.insertRecord("3M", "3M Airways", "N");
    this.insertRecord("4S", "4S Airways", "N");
    this.insertRecord("5A", "5A Airways", "N");
    this.insertRecord("7F", "7F Airways", "N");
    this.insertRecord("A3", "A3 Airways", "N");
    this.insertRecord("AA", "AA Airways", "N");
    this.insertRecord("AC", "AC Airways", "N");
    this.insertRecord("AD", "AD Airways", "N");
    this.insertRecord("6E", "6E Airways", "N");
    public void createTable() throws SQLException, IOException{
    try {    
    rowset = RowSetCache.getInstance().getRowSet();
    String query = "CREATE TABLE otn_airlines(code VARCHAR2(2) NOT NULL " +
    "PRIMARY KEY, name VARCHAR2(40) NOT NULL, "+
    "partner VARCHAR2(1) NOT NULL)";
    rowset.setCommand(query);
    rowset.execute();
    } finally {     
    rowset.close();
    }

  • JDBC access to Oracle DB - nls_charset-12.jar

    All,
    I found this jar used by an application along with the oracle 9.x JDBC driver. Obviously an upgrade is required to the latest JDBC drivers. Does anyone know what nls_charset-12.jar is used for and if the new 11g version still requires it? I would assume there is only 1 jar file which would take care of JDBC communication with Oracle DB.
    Thanks in advance!

    >
    Yes, I will have to support international characters as well. So this jar file is still required with Oracle 11g?
    >
    That file has been replaced with orai18n.jar which is clearly stated on the download page:
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html
    The driver's readme also clearly explains for which character sets you need the ora18n.jar:
    http://download.oracle.com/auth/otn/utilities_drivers/jdbc/112/Readme.txt?e=1302938175&h=f74ccdcb22412e9b88109cc11fc17b32
    >
    The JDBC Server-side Internal Driver provides complete NLS support.
    It does not require any NLS extension jar file. Discussions in this
    section only apply to the Oracle JDBC Thin and JDBC OCI drivers.
    The basic jar files (ojdbc5.jar and ojdbc6.jar) contain all the
    necessary classes to provide complete NLS support for:
    - Oracle Character sets for CHAR/VARCHAR/LONGVARCHAR/CLOB type data
    that is not retrieved or inserted as a data member of an Oracle
    Object or Collection type.
    - NLS support for CHAR/VARCHAR data members of Objects and
    Collections for a few commonly used character sets. These
    character sets are: US7ASCII, WE8DEC, WE8ISO8859P1, WE8MSWIN1252,
    and UTF8.

  • Is Weblogic Application Sever 6.1  supports Oracle 9i database?

     

    Kapil,
    See http://edocs.bea.com/wls/platforms/index.html#jdbc
    We don't specifically support Oracle 9i, but that doesn't preclude you from
    using a 3rd party JDBC driver (perhaps from Oracle) to use with WLS. See the
    above link for qualifications on 3rd party drivers.
    Thanks,
    Michael
    Dennis Munsie wrote:
    Hi Kapil,
    For questions on what platforms are supported, your best bet is to look at
    http://www.weblogic.com/platforms/index.html. According to this, it does
    not appear that Oracle 9i is officially supported at this time.
    Dennis Munsie
    Developer Relations Engineer
    BEA Support
    "Kapil" <[email protected]> wrote in message
    news:3c2140cc$[email protected]..
    >--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Does WLS6.1 support Oracle 9.2.0.1?

    Hi,
    We are having the situation that our UAT (test environment) using WLS6.1 and Oracle 8.1.7 while Production environment using WLS6.1 and Oracle 9.2.0.1.
    Should our production go back to Oracle 8.1.7? Are there any likely problems we are going to have if we run our application (tested in v8.1.7) on Oracle v9.2.0.1 (not tested)? Is there any thing we need to do for WLS6.1 and Oracle9.2.0.1?
    Please help!
    Thanks in adv,

    Hello Khan,
    Please see http://e-docs.bea.com/wls/platforms/#jdbc for a list of currently supported
    Oracle platforms.
    Teju
    Khanh Truong <[email protected]> wrote:
    Hi,
    We are having the situation that our UAT (test environment) using WLS6.1
    and Oracle 8.1.7 while Production environment using WLS6.1 and Oracle
    9.2.0.1.
    Should our production go back to Oracle 8.1.7? Are there any likely
    problems we are going to have if we run our application (tested in v8.1.7)
    on Oracle v9.2.0.1 (not tested)? Is there any thing we need to do for
    WLS6.1 and Oracle9.2.0.1?
    Please help!
    Thanks in adv,

  • JDBC 10g - Support for TNS name entries

    Hello,
    I found the following statement:
    JDBC-Thin support for TNSNAMES.ORA Lookup: similar to JDBC-OCI, both client-side and server-side JDBC-Thin can now read the local TNSNAMES.ORA file to resolve service name or TNS alias. Consequently Java in the database will also be in position to reference external Oracle database, using service name. See the JDBC documentation for more details.
    in the Oracle white paper "What’s New for Java DB, JDBC, and Database Web Services in Oracle Database 10g". However, I have found several statments/notes in the accompanying 10g JDBC documentation that appear to directly contradict the statement above. For example, the following note:
    Note:
    Because the JDBC Thin driver can be used in applets that do not depend on an Oracle client installation, you cannot use a TNSNAMES entry to set up a Thin driver connection.
    Does anybody know if the JDBC Thin driver supports connection via a TNSNAMES entry? If so, can you direct me to the documentation on how to use it.
    FYI, I have managed to establish a connection using a TNS alias and JDBC-OCI as follows:
    OracleDataSource ods = new OracleDataSource();
    ods.setTNSEntryName("MyTNSAlias");
    ods.setUser("scott");
    ods.setPassword("tiger");
    ods.setDriverType("oci8");
    Connection conn = ods.getConnection();
    However, if I set driver type to "thin" instead of "oci8", I get the following error:
    Exception in thread "main" java.sql.SQLException: Io exception: SO Exception was generated
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:404)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:169)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:108)
    at prototype.TNSTest.main(TNSTest.java:36)
    Thanks in advance.

    Hi,
    I wrote the white paper in question and am in position to confirm that in 10.2, JDBC-Thin does indeed support tnsnames.ora; you need to specify the location (i.e., directory) of the tnsnames.ora file in the oracle.net.tns.admin system property
    java -Doracle.net.tns_admin=$ORACLE_HOME/network/admini have working examples in my book.
    I'll have it fixed in the online doc, our printed doc is sometimes out of sync.
    Kuassi http://db360.blogspot.com

  • RMS installation error: JDBC-thin client oracle/jdbc/driver/T2CConnection.getLibraryVersionNumber()

    Trying to Install RMS application 13.2.2 and I get past the pre-installation checks and when I get to the Data Source details and enter the data source details with the check box checked to validate the schema/Test Data Source I get the following error:
    Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver. Please check that the library path is set up properly or switch to the JDBC thin client oracle/jdbc/driver/T2CConnection.getLibraryVersioNumber()
    Checks performed:
    RMS Application code location and directory contents:
    [oracle@test-rms-app application]$ pwd
    /binary_files/STAGING_DIR/rms/application
    [oracle@test-rms-app application]$ ls -ltr
    total 144
    -rw-r--r-- 1 oracle oinstall   272 Dec 7  2010 version.properties
    -rw-r--r-- 1 oracle oinstall   405 Jan 16 2011 expected-object-counts.properties
    -rw-r--r-- 1 oracle oinstall   892 May 13 2011 ant.install.properties.sample
    -rw-r--r-- 1 oracle oinstall 64004 Jun  6  2011 build.xml
    drwxr-xr-x 9 oracle oinstall  4096 Jun 16 2011 rms13
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 installer-resources
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 antinstall
    drwxr-xr-x 2 oracle oinstall  4096 Jun 16 2011 ant-ext
    drwxr-xr-x 5 oracle oinstall  4096 Jun 16 2011 ant
    -rw-r--r-- 1 oracle oinstall 11324 Dec 18 09:18 antinstall-config.xml.ORIG
    -rwxr-xr-x 1 oracle oinstall  4249 Dec 18 10:01 install.sh
    drwxr-xr-x 4 oracle oinstall  4096 Dec 18 10:06 common
    -rw-r--r-- 1 oracle oinstall 16244 Dec 19 10:37 antinstall-config.xml
    -rw-r--r-- 1 oracle oinstall   689 Dec 19 10:37 ant.install.log
    [oracle@test-rms-app application]$
    Application installation:
    [oracle@test-rms-app application]$ ./install.sh
    THIS IS the driver directory
    Verified $ORACLE_SID.
    Verified SQL*Plus exists.
    Verified write permissions.
    Verified formsweb.cfg read permissions.
    Verified Registry.dat read permissions.
    Verified Java version 1.4.2.x or greater. Java version - 1.6.0
    Verified Tk2Motif.rgb settings.
    Verified frmcmp_batch.sh status.
    WARNING: Oracle Enterprise Linux not detected.  Some components may not install properly.
    Verified $DISPLAY - 172.16.129.82:0.0.
    This installer will ask for your "My Oracle Support" credentials.
    Preparing installer. This may take a few moments.
    Your internet connection type is: NONE
    Integrating My Oracle Support into the product installer workflow...
         [move] Moving 1 file to /binary_files/STAGING_DIR/rms/application
    Installer preparation complete.
    MW_HOME=/u01/app/oracle/Middleware/NewMiddleware1034
    ORACLE_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/as_1
    ORACLE_INSTANCE=/u01/app/oracle/Middleware/NewMiddleware1034/asinst_1
    DOMAIN_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/user_projects/domains/rmsClassDomain
    WLS_INSTANCE=WLS_FORMS
    ORACLE_SID=rmsdbtst
    JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
    Launching installer...
    To make sure I have connectivity from the app server to the database (on a database server) here are the steps followed:
    [oracle@test-rms-app application]$ tnsping rmsdbtst
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-DEC-2013 10:41:40
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = test-rms-db.vonmaur.vmc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = rmsdbtst)))
    OK (0 msec)
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ sqlplus rms13@rmsdbtst
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Dec 19 10:46:18 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ ping test-rms-db
    PING test-rms-db.vonmaur.vmc (192.168.1.140) 56(84) bytes of data.
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=1 ttl=64 time=0.599 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=2 ttl=64 time=0.168 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=3 ttl=64 time=0.132 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=5 ttl=64 time=0.135 ms
    --- test-rms-db.vonmaur.vmc ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4001ms
    rtt min/avg/max/mdev = 0.132/0.238/0.599/0.181 ms
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ uname -a
    Linux test-rms-app.vonmaur.vmc 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ cat /etc/*-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    [oracle@test-rms-app application]$
    The database is created and all the batch file scripts have been successfully deployed.  Now working on the application server.  The  Weblogic server is installed and 11g forms and reports are installed successfully.
    Any help would be helpful.
    Thanks,
    Ram.

    Please check MOS Notes:
    FAQ: RWMS 13.2 Installation and Configuration (Doc ID 1307639.1)

  • Does NFS support Oracle RAC with TAF ?

    Hi,
    Does NFS support Oracle RAC with TAF feature. ?
    If yes, please point to some valid document to prove the same.
    Regards
    Sumit

    TAF has nothing to do with the underlying storage architecture and is therefore 'supported' with your choice of asm, raw devices, cluster file system and NFS. NFS is supported on some platforms. For more details, check the certify tab in metalink. Some information can also be found here
    TAF will be available on any rac installation, but not all drivers support it (jdbc-thin for example)
    Bjoern

Maybe you are looking for

  • How to do Free of Charge Goods

    Hi Folks, In SRM is there a way to create Free of Charge goods Purchase orders? SRM Does allow to creat SC for $0 and get stuck at Purchase order processing. As R/3 has check box Free of Charge flag at Purchase order line item. I could not find it at

  • Failed to download FCPX Trial Version.

    I was trying to download FCPX Trial Version from Apple Downloads and failed. After pressing: "Download" - a message appeared: "Failed" + warning: " "The following disk images couldn't be opened Image: FinalCut Trial 7/0/3 reason: not recognized". My

  • Router WRV54G Quick vpn client 1.10 ruuing on XP (remotel...

    router WRV54G Quick vpn client 1.10 ruuing on XP (remotely) well, the client can connect to VPN router and i can verify the status online on tab vpn BUT after 2-3 min. client receive the error message "the gateway not responding" AND if client tries

  • ID3242: The security token could not be authenticated or authorized?

    Hi, we are getting an error when SSIS Package is writing the data into CRM 2013 Application using CRM 2013 SDK. Please find the error log as below. [Update Contact into CRM [792]] Error: System.ServiceModel.Security.MessageSecurityException: An unsec

  • Missing System Pref

    I just installed 10.5.6 then upgraded to 10.5.8 on my wife's G4 IBook. When I went into System Preferences > Desktop & Screen Saver > Desktop the check-box for Translucent Menu Bar wasn't there. It is there on my Mac Pro. Anyone have an explanation a