Connect to Oracle 9i server using oracle 11g client

Hi,
my oracle 9i server is on unix machine.
I got new Window 7 64 bit machine for .NET code development(framework 4.0).It is having Oracle 11G installed.I am getting oracle connection error while running .NET application.
what changes (connection string/tnsnames.ora/others) will I have to do to connect Oracle 9i server using oracle 11g client ?

Hi,
Please post the complete error stack you are getting.
Regards
Yoonas

Similar Messages

  • Unale to print pdf files in oracle application server using oracle forms

    Hi
    We are using oracle developer suite 10g(10.1.2.3.0) in Windows vista. (test environment)
    Oracle application server 10g(10.1.2.3.0) in Hp-UX 11iv3 (production environment)
    We are able to print pdf files in test environment from oracle forms using the below command:
    host('/usr/bin/lp -d p9775hplaser '||'/ashome/output/'||:print_file);
    But while declaring to the live environment it is not working
    host('cat '||:pdf_print_file||' | acroread -toPostScript | /usr/bin/lp -dp9775hplaser');
    but when the above command is put in hp-ux cmd prompt it is workinh"'cat '||:pdf_print_file||' | acroread -toPostScript | /usr/bin/lp -dp9775hplaser'";
    Kind ly tell me whether the problem i with the host command and some other command is available for printing files from forms.

    Here is my guess:
    declare
    AppID PLS_INTEGER;
    begin
    AppID := DDE.App_Begin('acroread -toPostScript '||file name,DDE.APP_MODE_MINIMIZED);
    end;

  • How to connect to a Sql server from Oracle using db link

    Hi All,
    Does anybody have any idea about how to connect to a sql server from oracle database using db link to syncronize the data? I need to pull the data from Sql server table to Oracle tables and relay messages back to the sql server.
    Thank you,
    Praveen.

    we have 2 products - DG4MSQL and DG4ODBC.
    DG4ODBC is for free and requires a 3rd party ODBC driver and it can connect to any 3rd party database as long as you use a suitable ODBC driver
    DG4MSQL is more powerfull as it is designed for MS SQL Server databases and it supports many functions it can directly map to SQL Server equivalents - it can also call remote procedures or participtae in distributed transactions. Please be aware DG4MSQL requires a license - it is not for free.
    Check out Metalink and you'll find notes how to configure both products.
    For a generic overview:
    Note.233876.1 Options for Connecting to Foreign Data Stores and Non-Oracle Databases
    And the setup notes:
    DG4ODBC
    Note.561033.1 How to Setup DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX) :
    Note.466225.1 How to Setup DG4ODBC (Oracle Database Gateway for ODBC) on Windows 32bit RDBMS.HS-3-2 :
    Note.109730.1 How to setup generic connectivity (HSODBC) for 32 bit Windows (Windows NT, Windows 2000, Windows XP, Windows 2003) V817:
    Note.466228.1 How to Setup DG4ODBC on Linux x86 32bit
    DG4MSQL
    Note.466267.1 How to Setup DG4MSQL (Database Gateway for MS SQL Server) on Windows 32bit
    Note.562509.1 How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) 64bit Unix OS (Linux, Solaris, AIX,HP-UX)
    Note.437374.1 How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) Release 11 on Linux

  • JDBC-ORACLE CONNECTIVITY ISSUE WITYH OCI8 DRIVER using oracle 11g client..

    JDBC-ORACLE CONNECTIVITY ISSUE WITYH OCI8 DRIVER using oracle 11g client..
    I am getting below error when i m trying to access oracle db using oracle 11g client. It works with earlier oracle client versions. how do i resolve this. is there any issue with version of ojdbc6.jar that i am using??? I cant use thin driver since its an old application for which i dont have source files.
    Apr 6, 2013 1:00:59 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:262)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
    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:171)
    at PettyCash.SysDate.getSysSubSys(SysDate.java:232)
    at org.apache.jsp.PettyCash.index_jsp._jspService(org.apache.jsp.PettyCash.index_jsp:186)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Code is as follow for reference
    import oracle.jdbc.driver.*;
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    conn = DriverManager.getConnection ("jdbc:oracle:oci8:@" + database,db_user, db_pass);
    eNVIRONMENT VARIABLES set are as follows:
    classpath
    C:\Program Files\apache-tomcat-5.5.12\common\lib\servlet-api.jar;C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\lib\classes12.jar;C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\lib\ojdbc6.jar;
    JAVA_HOME
    C:\Program Files\Java\jdk1.5.0_04
    PATH
    C:\Program Files\Java\jdk1.5.0_04\bin
    ORACLE_HOME
    D:\Oracle11\product\11.2.0\client_1\BIN

    Apr 8, 2013 5:24:06 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
         at org.apache.jsp.abc.index_jsp._jspService(org.apache.jsp.abc.index_jsp:280)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

  • Connection to Oracle BI server using BRIO

    Hi,
    I read in the administrator manual that it's possible to connect to Oracle BI Server with third-party tools over ODBC. The instructions say to configure a DSN on the remote machine using the Oracle BI Server driver. Does this mean that I need to install this driver or perhaps a client this driver is packaged with in order to complete this connection?
    Is there some other way to connect to Oracle BI server using Brio?
    Any help appreciated.
    Thank you!
    Some background:
    We have Oracle BIEE 101320 installed with connections established to our warehouse. We have Oracle Answers (Siebel Analytics) configured and have dashboards running off the BI server.
    There are a lot of folks here who use Brio. We'd like to get them to connect to the Oracle BI server rather than to the data warehouse.
    --Josh
    Message was edited by:
    user598511

    Hi
    We are a Hyperion partner and have just started looking at Oracle BI Enterprise Edition. When I installed it it automatically creates an ODBC DSN on the server called AnalyticsWeb. I am working directly on the server and I can then connect using Hyperion Interactive Reporting Studio using an oce which points to the DSN. So Brio Explorer/Designer would be the same. Working on a separate client machine I guess you would need a DSN on that machine. Not sure you would do this but if you do a custom install on the client of the client tools, you should see Oracle BI Server as a data source.
    BUT...
    I imported the Hyperion Sample database into the Oracle metadata repository using the Admin tool, and then connect to it using Hyperion IR studio. While I can see the tables in the catalog, when I drag them into the Datamodel, they just disappear. I would be interested to see what you get.
    Cheers
    Bob Pentney
    Indigo NZ

  • Connecting to Oracle 8.0.3 server using Oracle 10.1.0 client

    I was wondering if it was possible to connect to a oracle 8.0 or oracle 8.1 server using oracle 10.1 client.
    I have tried connecting to oracle 8.0.3 and it gives me an error saying "connections to this server are no longer supported."

    If updating your Oracle Database isn't an option, then you can have 2 different clients installed (in different "Oracle Homes" (or directories), and use the selecthome.bat file to switch between your installed clients.
    For example, before connecting to 8i, you'd run:
    C:\Oracle\Client1_8i\bin\selecthome.bat
    or this to use your Oracle 10g client:
    C:\Oracle\Client2_10g\bin\selecthome.bat

  • Login to BI Server using Oracle BI Publisher Desktop 11g

    I have been trying to login into Bi Server using Oracle Bi Publisher Desktop. Once I try to login, a credentials error pops-up saying 'Please Contact your administrator for userid/password'. I am sure the credentials are correct because I used them on a different computer of the same specifications as mine for another user. Please help me.

    I am having the same issue.
    BI Publisher Desktop 11.1.1.6 32-bit
    Office/Word 2010 32-bit
    Windows 7 32-bit
    Just found a solution that worked for me:
    uninstalled BI Publisher Desktop 11.1.1.6 32-bit
    manually deleted old installation directory
    renamed all .exd files on harddisk to .exd.bak
    deleted all temorary files
    installed BI Publisher Desktop 11.1.1.5 as administrator
    started word 2010 as administrator
    Edited by: statra on 14.06.2012 14:30

  • Monitoring Services Installed on Oracle apllication Server using  ITCAM

    can we Monitoring Services Installed on Oracle apllication Server using Tivoli ITCAM for J2EE.

    Hi All,
    Finlly got rid of the problem by incuding ' loaderRef="oracle.tasks.loader" ' in my taskdef tag.
    Earlier it was
    <taskdef resource="oracle/antlib.xml" uri="antlib:oracle" >
    <classpath>
         <pathelement location="${oracle.home}/j2ee/utilities/ant-oracle-classes.jar" />
         <pathelement location="${oc4j.home}/lib/javax88.jar" />
         <pathelement location="${oc4j.home}/admin_client.jar" />
         <pathelement location="${oc4j.home}/oc4jclient.jar" />
         <pathelement location="${oracle.home}/webservices/lib/wsa.jar" />
         <pathelement location="${oc4j.home}/lib/bcel.jar" />
    </classpath>
    </taskdef>
    Now it is
    <taskdef
              resource="oracle/antlib.xml"
              uri="antlib:oracle"
              loaderRef="oracle.tasks.loader" >
              <!-- If fails to connect to deployer if we dont use above loader reference -->
              <classpath>
                   <pathelement
                        location="${oracle.home}/j2ee/utilities/ant-oracle-classes.jar" />
                   <pathelement location="${oc4j.home}/lib/javax88.jar" />
                   <pathelement location="${oc4j.home}/admin_client.jar" />
                   <pathelement location="${oc4j.home}/oc4jclient.jar" />
                   <pathelement
                        location="${oracle.home}/webservices/lib/wsa.jar" />
                   <pathelement location="${oc4j.home}/lib/bcel.jar" />
              </classpath>
         </taskdef>
    cheers ;-)

  • Connection between  oracle 9i server and oracle 9i client

    hi there,
    i have installed both oracle 9i server and oracle 9i client in my system.how can i connect these two to have connection between these server and client?
    Because i was using only 9i server for creating database and for other purposes.i have not used 9i client yet.
    Please write me the answer.
    Thanks in advance.

    Hi Balu,
    If you have the Oracle 9i Client, you can just edit your TNSNAMES.ora file of your client to have a TNS Entry for your new Database & try connecting it. You just need to try TNSPING & ensure that you can reach the Listener.
    Are you facing any specific problems ?
    Regards,
    Sandeep

  • Connection to Oracle 10g server on Oracle 8i client machine

    Hi guys,
    I wonder if you could help. I need to access Oracle 10G server using a client machine with Oracle 8i on it. I am getting the following error: "ORA-12154: TNS:could not resolve service name"
    I believe I have tnsnames.ora correctly set for the service. I was wondering if I am missing something or it is just not possible to connect to 10g. Do I need to install the Oracle 10g client on the same client machine as 8i? Would they run Ok together?
    Urgent response would be appreciated
    Thanks

    There are limitations in your combination (8.1.7 Client - 10g server), but you should get a different error. Anyway, please post the following :
    - the exact (complete, e.g. 8.1.7.4, 10.1.0.3) server and client version
    - from the client the content of sqlnet.ora and the relevant part of tnsnames.ora
    - from the server the result of "lsnrctl services"
    Would they run Ok together?Yes, of course you have to use different Oracle homes.

  • Oracle Application Server 10g with 11g Database

    Hi everyone,
    If anyone can tell, is there any compatibility issues in Oracle Application Server 10g with 11g Database?
    Will it work properly?
    Thanks

    hi,
    This will be helpful,
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#CHDBFJFD
    which states
    "All available editions of Oracle Database 11g (11.1.0.6) or higher are supported. Please refer to Metalink note 740417.1 for details on Oracle Database 11gR1 Certification for Oracle Application Server 10g (10.1.2.x) and Metalink note 887365.1 for details on Oracle Database 11gR2 Certification for Oracle Application Server 10g (10.1.2.x) "
    Regards
    Fabian

  • Displaying Chinese Character in Oracle Form 6i using Oracle 11g Database

    Hi,
    Please, can anyone send me the solution for displaying the Chinese characters in Oracle Form 6i using Oracle 11g database and also
    the configuration that has to be implemented.Its urgent.
    Thank You,
    Sridhar.T

    displaying the Chinese characters in Oracle Form 6i using Oracle 11g database I'm afraid you might have problems... see Implementing Chinese language in Oracle 11g

  • Can't connect to X11 window server using ':0.0'

    I tried to deploy a sampel BIBean application (JSP+BIBean) to standalone OC4J( install on AIX).
    When I launch the jsp from windows browser,I got the following error message.
    And I export DISPLAY=IP address:0.0 and bounce the OC4J, the IP address is the machine which I launch the browser and JSP. The I can lanuch the BIBean sample application successfuly (I can see the crosstab, grap...).
    But this means that only my machine's browser can access application, not others.. Is ther anything wrong with my configurations.. Please help!!!
    500 Internal Server Error
    java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.     at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)     at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:77)     at java.lang.Class.forName1(Native Method)     at java.lang.Class.forName(Class.java:142)     at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:72)     at java.awt.Font.initializeFont(Font.java:285)     at java.awt.Font.<init>(Font.java:319)     at oracle.dss.dataView.managers.ViewStyle.<clinit>(ViewStyle.java:6600)     at oracle.dss.thin.beans.dataView.BaseTitle.<init>(BaseTitle.java:50)     at oracle.dss.thin.beans.dataView.Title.<init>(Title.java:31)     at oracle.dss.thin.beans.dataView.Title.<init>(Title.java:42)     at oracle.dss.thin.beans.dataView.ThinDataview.<init>(ThinDataview.java:131)     at oracle.dss.thin.beans.gridView.ThinGridView.<init>(ThinGridView.java:123)     at oracle.dss.thin.beans.crosstab.ThinCrosstab.<init>(ThinCrosstab.java:216)     at java.lang.Class.newInstance0(Native Method)     at java.lang.Class.newInstance(Class.java:262)     at oracle.dss.persistence.persistencemanager.client.DefaultObjectFactory.getObjectInstance(DefaultObjectFactory.java:199)     at oracle.dss.persistence.persistencemanager.client.DefaultStateHandler.recreatePersistableFromStateAgent(DefaultStateHandler.java:357)     at oracle.dss.metadataManager.client.handlers.persistence.PersistenceMetadataHandler.getObjectInstance(PersistenceMetadataHandler.java:242)     at oracle.dss.metadataManager.client.MetadataManager.getUserObject(MetadataManager.java:3168)     at oracle.dss.metadataManager.common.MDFolder.lookup(MDFolder.java:355)     at oracle.dss.metadataManager.common.MDFolder.lookup(MDFolder.java:539)     at oracle.dss.addins.thin.common.BaseThinSession.loadView(BaseThinSession.java:110)     at oracle.dss.addins.thin.common.BasePresentationHandler.createBIThinObject(BasePresentationHandler.java:806)     at oracle.dss.addins.jspTags.PresentationTag.createThinObject(PresentationTag.java:102)     at oracle.dss.addins.jspTags.BIBaseTag.getThinObject(BIBaseTag.java:72)     at oracle.dss.addins.jspTags.PresentationTag.doStartTag(PresentationTag.java:162)     at viewerJSP.jspService(_viewerJSP.java:84)     [SRC:/viewerJSP.jsp:7]     at com.orionserver[Oracle9iAS (9.0.3.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java(Compiled Code))     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)     at java.lang.Thread.run(Thread.java:512)

    Hi, Kelly
    Thanks for your kind response.
    The X-server should work, when I export DISPLY to a remote X-server.
    How about ImageServlet.. It seems that the ImageServlet has more advantages than X-server or XVBF
    I tried to configure OC4J using ImageServlet follow UIX developer's guide. But I was not able to force OC4J to use ImageSevlet. But OC4J is stll try to find X-sever..
    I modified the web.xml file for the sample application I deployed.
    Is this a right configuration? What is the different
    <servlet>^M
    <servlet-name>uix</servlet-name>^M
    <servlet-class>oracle.cabo.servlet.UIXServlet</servlet-class>^M
    <init-param>^M
    <servlet-name>uix</servlet-name>^M
    <servlet-class>oracle.cabo.image.servlet.ImageServlet</servlet-class>^M

  • DBLink From Oracle 9i server to Oracle RDB Server

    Hi,
    i have to take access a table which is on ORACLE RDB server from Oracle 9i server...
    I have tried this many times......but not succeed. plz help me its very urgent.

    Hi..
    What did you do...did you create a dblink...is there some error ..
    To create the dblink you can use
    create database link <name> connect to <username_of_remote_db> identified by <user's_password> using '(DESCRIPTION =
         (ADDRESS_LIST =
           (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.x.x.x)(PORT = xxxx))
          (CONNECT_DATA =
            (SID = remote_db_sid)
           (SERVER = DEDICATED)
      ;Refer to link: [http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_5005.htm#SQLRF01205]
    Anand

  • Error: Can't connect to X11 window server using '172.16.1.254:0.0'

    Dear all,
    i am installing sap4.7 in hp-ux, after installing CI, i start DI, in 17 th step it asking to install oracle by executing RUNINSTALLER.....just i open new termenal (xshell) with orasid user i executed RUNINSTALLER but after some time it will show like this---- 172.16.1.254 is my local machine 80.0.0.151 is server
    /oracle/stage/920_64/Disk1/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.8848: Done
    Initializing Java Virtual Machine from ../../stage/Components/oracle.swd.jre/1.3.1.0.0a/1/DataFiles/Expanded/bin/java. Please wait...
    $ Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '172.16.1.254:0.0' as the value of the DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
         at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:58)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53)
         at java.awt.Window.<init>(Window.java:183)
         at java.awt.Frame.<init>(Frame.java:310)
         at java.awt.Frame.<init>(Frame.java:289)
         at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
         at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
         at oracle.sysman.oii.oiif.oiifm.OiifmMainFrame.<init>(OiifmMainFrame.java:296)
         at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:231)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:599)
    How to resolve this issue, what is the problem.
    Regards,
    satish-k

    If you logon to the console with a user, only that user is permitted to "send" the display to the screen. If you do an "su - ora<sid>" that user must be enable to do so too.
    - logon as root
    - open a terminal windows (a new one)
    - execute "xhost +"
    - use another terminal window
    - execute "su - ora<sid>"
    - execute "setenv DISPLAY <ip>:<port>"
    - then execute ./RUNINSTALLER in the SAP subdirectory of Disk1 (NOT runInstaller)
    Markus

Maybe you are looking for