How to start in linux ?

I use creator in linux and i would lije to know how to start creator in command line (shell)
what should i type ? studio creator ? or java studio creator ?
Please help me !!!!!!

Hi!
You should type: $CREATOR_DIR/bin/creator
Thanks,
Roman.

Similar Messages

  • How to start TOOLSProcessManager  in linux R12

    Hi,
    We are using Oracle Apps R12 windows and Linux.
    i have start in windows OracleSIT_sitartha_TOOLSProcessManager from services.msc
    but how to start in linux ?
    i have check in linux
    [applmgr@r12 ~]$ /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/bin/opmnctl status
    Processes in Instance: APPS_C_HOME.ap6004bld.us.oracle.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    HTTP_Server | HTTP_Server | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    WebCache | WebCache | N/A | Down
    WebCache | WebCacheAdmin | N/A | Down
    OC4J | home | 14760 | Alive
    I need start HTTP_Server only (forms Home 10.1.2)
    Regds
    Murali.R

    i have start TOOLSProcessManager bellow the error
    [applmgr@r12 ~]$ /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=r12.apps.com:6001
    1 of 4 processes started.
    ias-instance id=APPS_C_HOME.ap6004bld.us.oracle.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=6947)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=6955)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/WebCache~WebCache~1
    ias-component/process-type/process-set:
    WebCache/WebCacheAdmin/WebCacheAdmin
    Error
    --> Process (pid=6939)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/WebCache~WebCacheAdmin~1

  • How to start Oracle Application Server 10g on Linux

    Hi,
    I have installed the Oracle Appliacion server and Infrastructure server on Linux. Both I have installed under with Diff. folder
    Can some one please tell me how to start / stop Appliacion server and Infrastructure server on Linux
    We are going to use the these with Oracle EBS 11.5.10.2 .
    Oracle EBS 11.5.10.2 installed in the same Linux server under diff. folder
    Can some one please guide me.
    Thanks,

    You can do as rizla said or go another route.
    We setup profiles to use for all of the oracle homes. Then in the scripts we call the profiles. Easier to migrate and manage in my opinion if you have multiple oracle homes. You can then use profiles when ssh'd into the boxes, too. Both ways will work.
    Example:
    Script which you can chkconfig.
    #!/bin/sh
    # oracle_collabInfra
    # This shell script takes care of starting and stopping Oracle Collab Infra instance.
    #chkconfig: 345 96 14
    # Source function library.
    . /etc/rc.d/init.d/functions
    RETVAL=0
    start () {
    echo $"Starting Collab Suite on the Infra instance..."
    echo $"Starting Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl start"
    sleep 10
    echo $"Starting Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    startup;
    exit;
    sleep 10
    echo $"Starting Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl start iasconsole"
    sleep 5
    echo $"Starting Infra OID and OC4J_Security processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OID"
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OC4J_Security"
    echo $"Starting Infra HTTP_Server processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=HTTP_Server"
    return $RETVAL
    stop () {
    echo $"Stopping Collab Suite on the Infra instance..."
    echo $"Stopping all Infra OPMN managed processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl stopall"
    sleep 5
    echo $"Stopping Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl stop iasconsole"
    sleep 10
    echo $"Stopping Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    shutdown immediate;
    exit;
    sleep 10
    echo $"Stopping Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl stop"
    return $RETVAL
    restart () {
    stop
    start
    RETVAL=$?
    return $RETVAL
    # See how we were called.
    case "$1" in
    start)
    start
    stop)
    stop
    restart)
    restart
    echo $"Usage: $0 {start|stop|restart}"
    RETVAL=1
    esac
    exit $RETVAL
    profile:
    export ORACLE_BASE=/opt/oracle
    export ORACLE_HOME=$ORACLE_BASE/collabInfra
    export ORACLE_SID=orcl
    export TMP=/tmp
    export TMPDIR=/tmp
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/kerberos/bin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/backup_restore
    unset USERNAME

  • How to start a particular database in unix/linux

    Hi,
    Could any one tell me how to start a particular database in Unix/Linux assuming that my server consists of 10 databases.
    Can we use LSNRCTL tool for this??
    Regards,
    Nagarjun.

    > Could any one tell me how to start a particular database in Unix/Linux
    assuming that my server consists of 10 databases.
    There is something very wrong in basic understanding of Oracle RDBMS architecture, when running 10 Oracle instances on a single server.
    10x temp space. 10x redo space. 10x SGA. 10x system processes footprint. This is NOT how one scales Oracle and NOT how one uses Oracle optimally.

  • How to start SQL Developer for 11g in Oracle Enterpirze Linux

    I have installed oracle 11g in Oracle Enterprize linux. Please tell me how to start sql developer there?

    I think you have to install sql developer at first and then start it....
    actually, I'm not so much clearly understood what is your question.

  • Don't know how to start db on linux

    Hi, I need some tips on how to config tnsnames.ora, listener file. Don't know what the command to run Oracle Net Assistant to config the above files. Please help.
    Are there any web site teach how to start up & shutdown db on linux.
    I have installed oracel 9i on redhat 7.3.
    Regards

    Hi,
    Please post your query at
    Generic Linux
    Regards,
    Anupama

  • How to start netmgr and xhost on linux Fedora Core 5

    Hi
    I have couple of questions.
    1. I am having problem in starting netmgr on my linux. I am getting following error.
    Exiting
    java.lang.NullPointerException
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
    at oracle.sysman.emSDK.client.appContainer.WebApplication.<init>(WebApplication.java:752)
    at oracle.net.mgr.container.NetApplication.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    2. How to start xhost . The error I am getting is ..
    xhost: unable to open display "xxx.xxx.xxx.xxx:0.0"
    Please help me.
    Thanks,

    Some tips, based on my experience:
    1) Avoid logging in a root, unless you want to allow your Linux machine to be insecure (at least as insecure as any Windows machine);
    2) Never run X11 as root, as X11 has some known insecurities. (X11 means gnome, KDE, and the other window managers.) It is failrly easy for bad gus to take over the machine when running X11 as root.;
    3) Normally log in as a regular user and su to root, not log in to root and su to a user.
    4) The xhost command needs to be run as the user that is running 'X11' because it tells the X program to allow requests from any user on the host specified. Running 'xhost +' means 'any host. Running xhost by rhe owner of the X11 process should be done before issuing the "export DISPLAY=:0.0" and running the request to use the X11 display (invoking the program);
    5) A quick way of checking whether the permissions are set up properly is to run 'xeyes' at the command line. It seems to be almost always installed and sets up faster than most Oracle programs. (Ctrl-C to exit xeyes.)

  • How to start Enterprise Manager Server on  Linux

    I install successful oracle 9i on redhat 7.2 Linux ,but I don't know how to start Enterprise Manager Server on Linux ,please help me ,thanks!

    oemctrl start oms
    oemctrl status oms sysman/oem_temp
    oemctrl stop oms sysman/oem_temp

  • How to  start Enterprise manager 10g Linux?

    To,
    Can some one please tell me
    How to start Enterprise manager 10g on Linux RHEL 4.7
    Thanks,

    Hi
    While runniing $ sh emctl start dbconsole getting error of Enveromment variable ORACLE_SID not Defined
    Can you pls tell me Where do i fine env file to source the ENV file Enterprise manager 10g
    Also do i need to run the *$ sh emctl start dbconsole* command from GUI of Linux.
    Actualy follwoing is my exact stetup
    I have installed Oracle EBS 11.5.10.2 on Linux EHEL 4.7
    On the same Linux Box ( Where Oracle EBS 11.5.10.2 is installed ) Installed Oracle Application and Infra. server and Discoverer
    Please guide me on the same.
    Thanks,

  • How to start enterprise manager on Linux?

    I installed 8.1.6 client tools, including OEM, on my Linux box. My problem is that I can't figure out how to start it. I searched through a lot of documentation and books but I still don't see it is mentioned anywhere. Can any body help me on this?
    Thanks.

    hi , xu lifeng:
    have we met us about a month ago in the xi dan tu shu da sha?
    cause some one asked me the same question
    Dong

  • How to start oc4j instance in linux

    I need the oracle report server to generate reports via the call from JSP.
    But the response contains no data. But i think that the problem is that the oc4j instance is not started or the port number i am using in the URL is wrong.
    I have two questions in my mind.
    1) How to start the oc4j instance in linux
    2) How to find the port number of the oracle report server. will it be stored in any files.
    Pls provide some inputs on this query.

    Hello,
    1) How to start the oc4j instance in linuxYou have not specified what version, so for standalone you can use the following command:
    java -jar oc4j.jar
    In 10.1.3 you need to use the oc4j.cmd/oc4j.sh file to start and stop OC4J.
    If you are using the Application Server, then please use opmnctl start and stop the OC4J instance.
    2) How to find the port number of the oracle report server. will it be stored in any files.
    Please post this to the Reports forum.
    Hope this helps.
    Deepak

  • How to start WebLogic in Linux?

    Could you tell me how to start WebLogic 5.1 in KDE?
    Best Regards,

    You need to open up a terminal session (Try xterm).
    Change the directory to wherever you installed Weblogic (/home/Weblogic/) or
    something along those lines. (cd is the command that you want)
    Run the scripts located in that directory as specified in the Unix
    documentation.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Rex Law" <[email protected]> wrote in message
    news:3971bdb1$[email protected]..
    Could you tell me how to start WebLogic 5.1 in KDE?
    Best Regards,

  • How to start sap on linux while booting?

    Hi all,
    I want to start and stop SAP automatically when the system starts or is stopped.
    In earlier Suse (SLES 9) releases there was a script sapr3 in /etc/init.d which could be used for it, when the file /etc/sysconfig/sapr3 was filled correctly.
    In newer releases (SLES 10) there is no such script (besides boot.sapconf, which is uesd to set the sap parameters).
    Does anybody know how to start and stop sap systems using the init.d mechanism?
    Thank you for you help.
    Best regards
    Christian

    I do understand, that the function does no longer exist. But how to "create your own".
    If I were to create one I'd use something along the following lines...
    #! /bin/sh
    # SAP startup script - sapstart
    # chkconfig sapstart on - to enable on startup
    # Replace SAPEXE,ADMUSR and SLOG below with correct values
    ### BEGIN INIT INFO
    # Provides: sapstart
    # Required-Start: $network $syslog $remote_fs $time
    # X-UnitedLinux-Should-Start:
    # Required-Stop:
    # Default-Start: 3 5
    # Default-Stop: 0 1 2 6
    # Short-Description: Start SAP
    # Description: Startup of SAP
    ### END INIT INFO
    . /etc/rc.status
    PATH=/sbin:/bin:/usr/sbin:/usr/bin; export PATH
    SAPEXE=/sapmnt/DEV/exe
    ADMUSR=devadm
    SLOG=/var/log/saplog
    SHELL=/bin/csh
    # Reset status of this service
    rc_reset
    case "$1" in
        start)
         echo -n "Starting SAP.. "
         su -s $SHELL -l $ADMUSR -c $SAPEXE/startsap >> $SLOG &
         # Remember status and be verbose
         rc_status -v
        stop)
         echo -n "Please ensure SAP is cleanly shutdown before rebooting!.. "
         # Remember status and be verbose
         rc_status -v
         echo "Usage: $0 {start|stop}"
         exit 1
    esac
    rc_exit
    I deliberately left out 'stop' for obvious reasons, don't forget to create the log file.
    Untested so use at your own risk !
    Nelis

  • How to install in linux Enterprise Edition 6.0

    How to install in linux Enterprise Edition 6.0

    Hi Dipendra,
                         For running the Adobe application You need to configure some thing in both Java as well as in ABAP stack for that abobe form application to work. You need to do some configuration in the Visual administrator for Java & also in the ABAP stack sidi using your SAP user id line creating ADSUSER , ADS_AGENT    user id creation and roles assignment and RFC destination creation etc..          
    Just refer these documents for the installation and post-configuration of Adobe Document Service on NW2004s.
    https://websmp105.sap-ag.de/~sapdownload/011000358700003982082006E/InstallADSNW2004s_Jun06.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005526362005E/ADS_NW2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005299622006E/ADS_SizingNW2004sV2_1.pdf
    You can start by read the note 736902 to get the credentials for the ADS.
    Hope this answers your question.
    Thanks,
    Greetson

  • How to start Discoverer Administrator on Applications 11i Installation

    Hi all,
    I have Oracle EBS 11i installed and i want to know how to start Discoverer Administrator on this installation? It's is on a Linux Machine.
    Tks,
    Paulo.

    Hi,
    Discoverer Administrator is part of the Oracle Developer Suite and is a windows product that must be installed separately on a windows workstation.
    Rod West

Maybe you are looking for

  • (How) Do I need to repair my Macbook Pro?

    I have a MacBook Pro that is a little over two years old. Soon after I first bought it, some internet issues arose. With the help of the warranty, I took the laptop into a local Beckley's Office Equipment (I don't have an Apple store!) for a discount

  • SDM on 7600 series

    Hy, I have a 7609 and when logging with SDM v2.4 it says, it is an unsupported router. At: http://www.cisco.com/en/US/products/sw/secursw/ps5318/prod_installation_guide09186a00803e4727.html#wp37069 I can't see the model, though I was wondering isn't

  • Solaris 10 svc:/milestone/single-user timeout during patch run

    Hello all, when doing a patch run (Oct 07 baseline) on a Solaris 10 client the machine rebooted into single user as per normal. However the time for the patches to be applied in single user took so long the single-user milestone timed out and the mac

  • Showing SUM of minutes as hours & minutes

    Hi everyone, I'm using numbers as a timelog (as I see others doing the same). I can't, however, find the solution to my problem in the previous post search. I would appreciate any help anyone can offer, so thank you in advance. I have created a separ

  • Help on BADI

    Hi, I have requirement related to HR administration 1.When a person enters the company , start date and end date will be updated in PA0000 table with status as 'Z1'. (Used PA40  transaction to create an employee  with Action as 'Time sheet') 2.Then h