Display linux env var $JAVA_HOME in OSP/OUI installer automatically

Hi,
How do i make use of the OSP (getEnv) to get the value of the $JAVA_HOME env variable and save it to an existing installer variable to display? thank you.
j.
Edited by: user13682581 on Jun 13, 2011 6:26 PM

Hello Gurus,
I've finnaly bypass all that mess with web logic setup ,
It's easy
Download the
Fist Download and Setup Weblogic
Then Give Executable Privoiliges,
Chmod 777 net_oepe111130_wls1032_linux32.bin
Then Export Display
export DISPLAY=192.168.48.28:0.0
then run that Crap "bin" file" and it shows in a Grapich Interface,
[oracle@srvldbp04 tmp]$ export DISPLAY=192.168.48.28:0.0
[oracle@srvldbp04 tmp]$ ./net_oepe111130_wls1032_linux32.bin
Extracting 0%....................................................................................................100%
That's Cool,
Grid 11G - I like it
Thxs
Carlos

Similar Messages

  • Apache+tomcat+env vars ..?

    I know this should proabably be posted in a tomcat-related forum, but it's worth a shot.
    I'm using apache 2.0.43, and tomcat 4.1.12, linked togeather with mod_jk on a linux-machine (redhat 8.0), and everything works just fine .. except for one thing. I can't get apache to send tomcat the enviroment variables, such as remote host (client's hostaddress).
    I did however see a note in the jk documentation about the 'JkEnvVar' directive, wich should be added to httpd.conf to forward apache server env vars to tomcat engine. But that's all the information I get, and I've tried most combinations of the JkEnvVar directive and the apache REMOTE_HOST - variable, but still the request.getRemoteHost() always return "null" if I go through apache (it gives me correct info if I connect directly to tomcat though).
    I assume that noone has enough knowledge to help me out with this, so make my day, and suprise me =]

    I've been doing som digging, and found out that the remote host should be sent to tomcat by default. But still when I use request.getRemoteHost() I get null when I use apache, but it works fine when I directly use tomcat.
    Any great ideas anyone ..?

  • Changing env vars "upstream"? (how do you change MPD_HOST?)

    on desktops, you usually have a process tree that goes something like (well, this is only one branch):
    init───login───bash───startx───xinit─┬─.xinitrc───sessionmanager─┬─WM
    we all know that env vars are passed on "down the tree". but this sometimes bothers me, for example when using mpd. it uses a variable MPD_HOST
    so when i have a running desktop, and i want to use an other mpd instance I must change MPD_HOST.  I can only do this in the "local" environment.  the widgets in my WM, the interfaces that I use etc cannot be aware of the changed variable.
    how do you guys handle this?
    I have some ideas for solutions:
    1) make MPD_HOST=mpdhost and use /etc/hosts to make it point to other things. but that won't help for MPD_PORT or non-mpd related variables.  not mentioning some apps might cache dns internally. and this requires root
    2) hack my session manager so that i can somehow notify it (signals, let it listen to a socket, etc) and have it change an environment variable.  but i don't know if the changed variable will automatically "propagate downstream" (probably not).
    any more ideas?
    thanks.

    hm yeah, it obviously won't work for running instances of programs - it just makes sure that changes in env (in the respective env-file) take effect for all new instances of $program.
    You can eg use gdb to change the env of a running process (have a look at this script for reference http://www.nanonanonano.net/linux/chenv) , but most of the time that won't help you. Typically env vars are only evaluated at startup and then used to populate the appropriate structures. You'll probably have to implement the required functionality yourself in every single program.
    For MPD a more or less simple workaround might be writing a small proxy that allows you to switch its destination on the fly - but i don't know whether MPD's protocol is stateful and whether clients will handle the transition gracefully.
    Last edited by raf_kig (2010-02-12 14:55:02)

  • Env vars for C XML parser

    I have had a lot of problems with the Oracle C XML parser. I have put a question in this forum before about SEGV errors when xmlinit is called but I suspects that somthing else (very mystery thing) is the real cause to this problem.
    For now is status that I always gets error 201 when I calls xmlinit. My question is therefore: I have set the ORACLE_HOME to my Oracle installation directory. Do I have to set any more env var when I use the Oracle C parser?
    null

    Yes! When we get the error code 201 from the parser are an error message displayed. It is nearly always when the function xmlinit is called.
    But we do not always get this error. Sometimes do we get a SEGV signal and a core dump when xmlinit is called. Sometimes does it work perfectly. It can be different from one compilation to another and feels very mystery. I have searched for some error that can cause this in my own code but not found anything yet. My own code are relatively robust with a lot of error checks and I am not sure that it is my own code that fails but it is only my own code I have access to :)
    We used the XML Parser 1.01.0.0 until the last week then we found that there are a newer version available. We are now using the version 2.0.7.0.0 instead but without more success than before.
    What I have done for the parser so far is to copy the files lpxus.msb and lpxus.msg to my $ORACLE_HOME/oracore/mesg directory. I have also set the env vars ORA_NLS, ORA_NLS32 and ORA_NLS33 to my $ORACLE_HOME/ocommon/nls/admin/data directory. But I have got the parser to work without have set this env vars sometimes (and sometimes not) and I am really not sure if I have to set them as it says in the README.
    We are using the parser only to parse our XML configuration file through calls to several get-function in the DOM api. The encoding for our XML file is plain US-ASCII and we have experimented with this encoding in the file (<?xml version="1.0" encoding="US-ASCII"?>) and as a param to the functions xmlinit and xmlparse. We have also tried to call this function with no coding at all (a NULL-pointer), the encoding ASCII and UTF-8 with no more success than before. We continues to more or less randomly get SEGV-error, error 201 or a working program.
    The only params we gives to xmlinit is the errcode (the first param) and sometimes an error message handler function and the encoding. Never any other param.
    I think this was a lot of information but I can give more to anyone who need it to help us to get the parser to work. We have spend a lot of time for this now and we'll possibly make a descision about this parser tomorrow. If we not knows that we can get it to work we have to build an another solution without this parser. But it would be a pity because I like the this parser and its apis (if it works).

  • JNDI and env. vars. in ejb-jar.xml

    I have been trying for several days now to have my EJB session bean access
    its env. vars. stored in the ejb-jar.xml document. I have been unsuccessful.
    The only place I have been able to store my env. vars. is in the web.xml
    document outside my .jar file. Although workable, it would be preferable to
    store them in the ejb-jar.xml document in my .jar file.
    I am hoping some one can help me. I am using the following code in my ejb:
    Context init = new InitialContext();
    Context env = (Context)init.lookup("java:comp/env");
    m_bTruncCorporate =
    ((Boolean)env.lookup(MICRworks.MICR_ENV_TRUNCORP)).booleanValue();
    m_strOptPath = (String)env.lookup(MICRworks.MICR_ENV_OPFLPATH);
    m_strOptAccount = (String)env.lookup(MICRworks.MICR_ENV_OPFLACCT);
    m_strOptRouting = (String)env.lookup(MICRworks.MICR_ENV_OPFLROUT);
    My ejb-jar.xml follows:
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise
    JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
    <ejb-name>MICRworksBean</ejb-name>
    <home>USDataworks.MICRworks.MICRworksHome</home>
    <remote>USDataworks.MICRworks.MICRworks</remote>
    <ejb-class>USDataworks.MICRworks.MICRworksBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <env-entry>
    <description>Flag indicating whether to convert corporate
    checks</description>
    <env-entry-name>TruncateCorporate</env-entry-name>
    <env-entry-type>java.lang.Boolean</env-entry-type>
    <env-entry-value>true</env-entry-value>
    </env-entry>
    <env-entry>
    <description>Location of the 1For1 exclusion files</description>
    <env-entry-name>OptionFilePath</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>http://localhost:7001/MICRworksLite/files/</env-entry-value
    >
    </env-entry>
    <env-entry>
    <description>Name of the 1For1 account exclusions file</description>
    <env-entry-name>OptionFileAccount</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>account_file.txt</env-entry-value>
    </env-entry>
    <env-entry>
    <description>Name of the 1For1 routing exclusion file</description>
    <env-entry-name>OptionFileRouting</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>routing_file.txt</env-entry-value>
    </env-entry>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>MICRworksBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Supports</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    and my weblogic-ejb-jar.xml:
    <!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 7.0.0
    EJB//EN' 'http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>MICRworksBean</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <jndi-name>MICRworksBean</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    My feeling is that I am missing some sort of reference in the
    weblogic-ejb-jar.xml that points to the ejb-jar.xml but I have tried several
    things without success.
    I would appreciate any help I can get...especially if it contains specific
    code I can use as I am rather new to writing and deploying ejbs!
    Thanx in advance. Marek :-)

    Thanks for the reference. I was using another book as a reference (Using
    Java 2 Enterprise Edition by Mark Wutka) which had the same sort of example
    and as you can see below, I coded my bean as they suggest...I'm still unable
    to access the env. vars.!
    I deployed by bean using WebLogic's Builder and but didn't create any sort
    of application. I let WebLogic do what it would on its own. The WebLogic
    documentation seemed to indicate for simple testing this would work
    fine...is it wrong?
    btw. MICRworks.MICR_ENV_TRUNCORP equates to "TruncateCorporate" as you
    probably guessed.
    The WebLogic Admin Console shows the environment variables in the EJB
    Descriptors for my EJB but they do not show up when I view the JNDI tree for
    my server. I have taken this to mean that the deployment tool is not
    binding my env. vars. for some reason which would explain why my bean can't
    find them.
    I know it must be something stupid I am doing (or not doing) but I just
    can't see it. Please help!
    "Ryan LeCompte" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hello Marek,
    I would suggest that you download the free book "Mastering EJB 2ndEdition" by
    Ed Roman, Scott Ambler, and Tyler Jewell. The source code for the book isalso
    freely available and is meant to be deployed specifically on WebLogic.Look for
    a sample application called "Jasmine", which shows how to use environmententries.
    You will see a concrete example of how they are defined and later accessedfrom
    within EJBs. The book and source code are available at the followingaddress:
    >
    http://www.theserverside.com/books/masteringEJB/index.jsp
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    "Marek Kossak" <[email protected]> wrote:
    I have been trying for several days now to have my EJB session bean
    access
    its env. vars. stored in the ejb-jar.xml document. I have beenunsuccessful.
    The only place I have been able to store my env. vars. is in the web.xml
    document outside my .jar file. Although workable, it would be preferable
    to
    store them in the ejb-jar.xml document in my .jar file.
    I am hoping some one can help me. I am using the following code in my
    ejb:
    Context init = new InitialContext();
    Context env = (Context)init.lookup("java:comp/env");
    m_bTruncCorporate =
    ((Boolean)env.lookup(MICRworks.MICR_ENV_TRUNCORP)).booleanValue();
    m_strOptPath = (String)env.lookup(MICRworks.MICR_ENV_OPFLPATH);
    m_strOptAccount = (String)env.lookup(MICRworks.MICR_ENV_OPFLACCT);
    m_strOptRouting = (String)env.lookup(MICRworks.MICR_ENV_OPFLROUT);
    My ejb-jar.xml follows:
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise
    JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
    <ejb-name>MICRworksBean</ejb-name>
    <home>USDataworks.MICRworks.MICRworksHome</home>
    <remote>USDataworks.MICRworks.MICRworks</remote>
    <ejb-class>USDataworks.MICRworks.MICRworksBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <env-entry>
    <description>Flag indicating whether to convert corporate
    checks</description>
    <env-entry-name>TruncateCorporate</env-entry-name>
    <env-entry-type>java.lang.Boolean</env-entry-type>
    <env-entry-value>true</env-entry-value>
    </env-entry>
    <env-entry>
    <description>Location of the 1For1 exclusion files</description>
    <env-entry-name>OptionFilePath</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>http://localhost:7001/MICRworksLite/files/</env-entry-valu
    e
    >>>
    </env-entry>
    <env-entry>
    <description>Name of the 1For1 account exclusions file</description>
    <env-entry-name>OptionFileAccount</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>account_file.txt</env-entry-value>
    </env-entry>
    <env-entry>
    <description>Name of the 1For1 routing exclusion file</description>
    <env-entry-name>OptionFileRouting</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>routing_file.txt</env-entry-value>
    </env-entry>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>MICRworksBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Supports</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    and my weblogic-ejb-jar.xml:
    <!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic
    7.0.0
    EJB//EN' 'http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>MICRworksBean</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <jndi-name>MICRworksBean</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    My feeling is that I am missing some sort of reference in the
    weblogic-ejb-jar.xml that points to the ejb-jar.xml but I have tried
    several
    things without success.
    I would appreciate any help I can get...especially if it containsspecific
    code I can use as I am rather new to writing and deploying ejbs!
    Thanx in advance. Marek :-)

  • Native code don't find env var

    Hi,
    I have an application which calls functions from a .so library via JNI. The problem
    is: .so library needs access an environment variable. My EJB calls a single java
    class where are defined native methods from the .so library. If I implement a main
    method in the single class and run it using java, the class run property (the env
    var exists). But, when the .so library are invoked by EJB, it reports env var is
    needed.
    Weblogic is called from a build.xml from ant.
    I already tried:
    - use <sysproperty>
    - -D
    The .so is a product especific api, so re-write its code are out of solution...
    Thank you for the help.

    I have the same problem. I downloaded version 1.4.1 today. I compile the .java program clean. However, I must execute this command from the bin library, otherwise it says bad command or file. Once the .class file is created I execute the java File.class statement. The error I get is: "Exception in thread "main" java.lang.NoClassDefFoundError: File".
    My regional settings is USA/English. Any other suggestions?

  • Cant use sql developer in linux Env.

    cant use sql developer in linux Env. the "enter" is not work well.
    please give me some advices.thanks

    Sounds like the old and known problem with the accelerators, try:
    Preferences - Accelerators - Load Preset - DefaultHope that helps,
    K.

  • OUI installation error (emd.properties file location)

    hi!
    i'm trying to install new home (10g SE) in a SuSE linux server (which is already having another home (10g EE) running in a different path).
    10g (10.2.0.3) Enterprise Edition home location:
    $ORACLE_HOME: /app/oracle/product/10.2.0
    I have giving the 10g (10.2.0.3) Standard Edition home path in OUI as:
    $ORACLE_HOME: /opt/app/oracle/product/10.2.0
    The OUI installer throws following error, once I click 'Next' past product specific pre-requisite checks (all passed).
    "Error finding file /app/oracle/product/agent10g/sysman/config/emd.properties"
    I really don't understand, why is this looking for this file. I believe this file is not related to the database but OMS. Moreover, I'm confused on how it's picking up this path (/app/oracle/product/agent10g/sysman/config) while my new home path is entirely different.
    OMS agent is running in this server. Agent home is:
    /app/oracle/product/10.2.0/agent/agent10g
    Can anyone help on where I'm faultering?
    Thanks!

    AFAIK, 10.2.0.3 is only available as a patch on top of 10.2.0.1. Are you installing 10.2.0.1 ? Is there a reason for using a desupported version ?
    Pl post the contents of the install log file - http://docs.oracle.com/cd/B19306_01/install.102/b15660/app_ts.htm#sthref1324
    HTH
    Srini

  • HT204380 My phone (iPhone 5S) getting green display after one second going to switch off then automatically ON during FaceTime

    My iPhone (iPhone 5S) getting green display after one second going to switch off then automatically ON during FaceTime call. My OS version now 7.0.4. I think recent update actually to fix the above issue but still continues.

    Similar issue Andrew.  After installing 8.0, the IOS deleted 225 songs from one of my playlists, and I'm still "recalling"  songs that are no longer in my Music Library.  Fortunately, although the playlist of 235 had only 6 songs left on it ( on my  Mac), the Playlist was not erased from my I -Phone.  I was able to recreate the Playlist on my Mac, using the intact playlist on my phone.  When I synched however, I was back to square one.  I went to the Apple store, and I had to reset the phone .  We also downloaded IOS 8.02.  They saved my playlist in the Cloud, deleted it from my Mac, then synched it.  Lo and behold, the playlist I recreated on my Mac, synched to my I Phone.  After the reset, I had like 11GB of free space.  (Its been 5 days since the "reset" and the number of GBs fluctuates from day to day !!)
    When I got home from the Apple store I spent after  hours reinstalling all the apps, synchng the phone to the Bluetooth in my car ( you know the rest of the saga) , I purchased a song from I Tunes.  I "drag and dropped" it into a Playlist, and synched.  Didn't work.  Song shows in "Recently Added", but the drag and drop feature doesn't work.  Bottom line,  I'm not willing to "reset" my phone every time I add a song !  I've tried any number of fixes posted to this support community, but none have worked for me.
    Furthermore,  it took me 3 hours to get the phone re-synched to the Bluetooth system  in my car.  However every time I connect to "Bluetooth Audio", the system needs to "find" and "reconnect to" my phone.    If you ( or anyone else ) finds  something that might work for both the music synch and /or the Bluetooth, I'd appreciate your input. 
    Thanks, Lorenzo

  • JAVA_HOME env var requirements

    Does anyone know if Java2 must be installed on the system where Tomcat is installed (ie. deployment machine), i have seen JAVA_HOME that needs to be set, so i set it to /usr/java, but that is only JAVA1.1. It seems that all my example jsp and test jsp pages work, but that variable concerns me.
    I only want to have the bare minimum installed really on the deployment machine and what i thought i needed was:
    apache httpd package
    jakarta tomcat package (port 8080 disabled, 8007 enabled)
    jakarta servletapi package
    mod_jserv OR mod_jk (did not make my own mod_jk yet)
    If I need anything else as far as running efficiently JSP please let me know. I am still browsing through the pages, but JAVA_HOME i know i need it, but is it actually used to compile?
    Thanks,
    Lec

    Yeah, you need the SDK; JSPs are translated into servlets and then compiled. Do you really only want to use SDK 1.1 functionality in your JSPs?

  • RunInstaller error of Display -- linux 5.8, 11gr2

    During installation process, I am getting following error. It works in production, but not in dev env.
    Checking monitor: must be configured to display at least 256 colors
        >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<
    I had installed xhost and xterm on linux same as production server. I tried MobaXterm and Putty both.  What is missing?
    /home/oracle >export DISPLAY=localhost:0.0
    /home/oracle >xhost +x
    xhost:  unable to open display "localhost:0.0"

    >What is missing?
    Knowledge of how to use X-Windows software.
    Root cause & solution have NOTHING to do with Oracle database.
    does xclock successfully run on database server?
    If xclock does not work, then OUI won't work either.
    You must connect (login) to database server system with X-11 forwarding enabled.
    ssh -X oracle@dbserver

  • Set env var(FORMS_PATH) in default.env

    Thanks in advance to all:
    My question is:
    Can I set var FORMS_PATH in Linux environment as:
    FORMS_PATH=/u01/oracle/ora_midtier/forms:
    FORMS_PATH=$FORMS_PATH:/Forms10g/Source_Appl/Web/Menu
    or in different way (%FORRRXXXX%)
    Thanks again

    Thanks Martin for your time and reply,
    Of course I was not clear, I know where insert Forms_path and other var, (default.env under $ORACLE_HOME/forms/server
    Instead my question is:
    I am able writes FORMS_PATH= /dir1/subdir:/dir1/subdir2.... like FORMS_SOURCE=/dir1 and then FORMS_PATH=$FORMS_SOURCE/subdir ....
    or
    FORMS_PATH=/dir1
    FORMS_PATH=$FORMS_PATH:/dir2
    FORMS_PATH=$FORMS_PATH:/dir3
    Anyway thanks again
    and sorry for my error I wrote formsweb.cfg instead of default.env
    Message was edited by:
    RV

  • Java.lang.NoClassDefFoundError when compile class in Weblogic Linux Env.

    Hi,
    I'm trying jay article ( http://jaysensharma.wordpress.com/2009/08/17/mdb3-0-sample-for-weblogic-application-server/ ) for send message
    to JMS, it works great in windows but in Linux is failed.
    I’m facing the issue when compile QueueSend class linux environment,
    but windows it works great.
    in windows I compile the class like this :
    C:\bea\user_projects\domains\MyDomain\bin>setDomainEnv.cmd
    C:\bea\user_projects\domains\MyDomain>java QueueSend t3://localhost:7001
    JMS Message Sent: Test Message Body with counter = 0
    JMS Message Sent: Test Message Body with counter = 1
    in Linux :
    after ./setDomainEnv,
    $bea\…\MYDOMAIN\bin >java QueueSend t3://localhost:7001
    Exception in thread “main” java.lang.NoClassDefFoundError: javax/jms/Message
    Caused by: java.lang.ClassNotFoundException: javax.jms.Message
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    I think it cannot find the java_home or classpath properly, how to solve this issue?
    Really thanks in advance.
    Edited by: muhkah on 09-Apr-2010 19:58

    Hi Muhkah,
    Please add the *"<BEA_HOME>\modules\javax.jms_1.1.1.jar"* file also in the Client ClassPath.
    But the Best thing i will suggest it to Just add the "wlfullClient.jar" file in the client ClassPath...this is a very useful Jar file which solves many many issues. There is a very simple way to create this JAR file: http://jaysensharma.wordpress.com/2010/02/03/building-wlfullclient-jar/
    <BR>
    The advantage of using *"wlfullclient.jar"* is Just Make it once and then reuse this single Jar in any client Application which is going to interact with WebLogic. This Powerful Jar contains almost all the Classes which is needed by a Client.
    Now you can run your Client Program like this :
    java    -classpath    /app/bea10.3/wl_server/server/lib/wlfullclient.jar    QueueSend t3://localhost:7001
    Thanks
    Jay SenSharma

  • How to start RMAN in linux env?

    Hi Gurus,
    I am new to RMAN and trying to start RMAN in linux as follows.
    $rman
    when i am giving rman command ,nothing is comming..the cursor is blinking.
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME=$ORACLE_BASE/dbs
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    and rman executable is available in $ORACLE_HOME/bin.
    $ cd $ORACLE_HOME/bin
    $ pwd
    /u01/app/oracle/dbs/bin
    $ ls -ltr rman*
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rmanO
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rman
    $
    Please suggest me how to resolve this problem.
    Regards
    Nagendra.

    Nagendra2 wrote:
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME={color:#ff0000}$ORACLE_BASE/dbs{color}
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    I beleive your "ORACLE_HOME" is incorrect!
    This may work better:
    export ORACLE_SID=test
    ORAENV_ASK=NO
    . /usr/local/bin/oraenv
    ORAENV_ASK=YES
    The above will set your environment variables correctly.
    :p

  • PAGESTREAM=YES does not work in LINUX Env

    Hi ,
    Where in the application server can we specify, the cache directory the browser or apache has to look for the report output after report has run.
    MY issue is that , I run a report and the browser shows it up. But when i add the parameter pagestream=YES in the report URL ,it says page not found.
    This happens in a linux environment but not when the same report is run ona 10gas windows env.
    Any help in this regard is appreciated
    Thanks,
    Ashok

    Hello,
    Did you check the HTML code returned to the browser ?
    Menu View -> Source.
    When PAGESTREAM=YES is added, some HTML code is returned
    to the browser with FRAMESET and FRAME tags in order to
    "split " the window in two. a BASE HREF tag is added too.
    Can you check this tag BASE HREF ?
    Regards

Maybe you are looking for