How to start apache which embeded in oracle

hi,
i run the following command under the root priviledge:
$ORACLE_HOME/Apache/Apache/bin/apachectl start.
but,
the server said:
./apachectl start: httpd could not be started
what is the reason?
when i first install the o8i, the web server is alive( i do nothing)

I have encountered the same problems. Have you found a solution?
Thanks
hi,
i run the following command under the root priviledge:
$ORACLE_HOME/Apache/Apache/bin/apachectl start.
but,
the server said:
./apachectl start: httpd could not be started
what is the reason?
when i first install the o8i, the web server is alive( i do nothing)

Similar Messages

  • How to start Apache?

    cd /usr/apache2
    ./apachectl start
    But testing http://localhost is not successful.
    It seems that httpd is not running.

    Thanks for reply,
    Yes, I started with httpd.conf file. And the result of svcs -x apache2 is:
    svcs -x apache2
    svc:/network/http:apache2 (Apache 2 HTTP server)
    State: maintenance since Mon Jun 06 18:28:45 2005
    Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
    See: http://sun.com/msg/SMF-8000-KS
    See: apache2(1M)
    Impact: This service is not running.
    So it is obvious that is not running. But it is strange, because I have disabled the service and to enable again, and I have the same behaviour.
    When I am starting over with apachectl or with svcadm refresh I am not getting any error but it is not running.
    Is anyone having the same behaviour?
    Thanks

  • Does anyone know how to start a remote program by oracle

    I have a program which would load data from a bloomberg financial data termial. We only can load bloomberg data via their termial. So, we haven't any other choice to access bloomberg data (for example, it is impossible to access data using socket).
    However, because this program is a Excel application and our bloomberg terminal is not a private device, many person would use this terminal to view information and data. Obviously, this excel program would influence other user while this user try to open another excel program and want to edit data. I really want to schedule this program on specific time by the oracle database.
    Another reason is that if you want to use a excel applicaiton as a data loading background program, it would work on instable status, for example, sometime it would become no response status and we hard to find any reason.
    Is there any mechanism to shedule a remote program/task by oracle?

    Hi coppershen,
    IMHO you should think about alternative ways. I don't know Bloomberg services so I just give you some ideas to think about.
    1. Is there a useable web service to use. If so, you can use the webservice within your database
    2. Is there a service which will send you an XML or CSV file than you can import the data directly in your database.
    3. If you use a data terminal their could be the possibility to use any terminal emulation to access the data. It is a little tricky but than you can use a program to download the data and pump it in your database.
    Consider SQL*Loader as a better tool for loading data. It can interpret nearly any text data if it has a defined structure.
    I will stand by for further diskussions.

  • Starting Apache

    Hi, new to Solaris 10 here. Been using linux for a year or so, and I always feel comfortable with webmin running. But I can't figure out how to start apache out of the box. Can anyone give me a quick pointer?
    ta.
    Dave

    To elaborate, there is an httpd.conf-example in /etc/apache. Edit this file, or create a completely new one and copy it to httpd.conf in /etc/apache. apachectl is in /usr/apache/bin, should you want to run configtest before starting the server.
    Also note that Apache 2 config files are in /etc/apache2, the binaries are in /usr/apache2, but to start the server you need to run the svcadm command: 'svcadm enable apache'.

  • How to start SQLPLUS in oracle 10g which install on Red Hat Linux AS 4

    I install oracle 10g on Red hat linux enterprize AS 4. but i can not start SQLPLUS. I could not login to grid control. When installation, some agents installations are fail. what can i do? please help me out.

    I install oracle 10g on RHEL 4. But error occure in cofiguration assistant.
    following assistance not configured (which are recommended):
    Oracle Net Configuration Assistant - fail
    HTTP Server Configuration Assitant - skipped
    Java Security Configuration Assistant - skipped
    OC4J Configuration Assistant - skipped
    Web Cache Configuration Assistant - skipped
    Oracle Instance Configuration Assistant - skipped
    Oracle Database Configuration Assistant - skipped
    OC4J Instance Configuration Assistant - skipped
    OPMN Configuration Assistant - skipped
    Register DCM Plug-ins with EM - skipped
    Application Server Control Configuration Assistant -skipped
    DCM Repository Backup Assistant - skipped
    Enterprize Manager Reposotory Creation Assistant - skipped
    Log Details given about "Oracle Net Configuration Assistant" as
    /usr/app/oracle_sw_owner/oracle/product/10..0/EM10g_1/oracle.swd.jre/bin/..
    /lib/i686/native_thread/libzip.so : symbol errno version GLIBC_
    Unable to initialize threads:cannot find class javalang thread not define in file libc.so.6 with link time referance (libzip.so)
    could not create Java VM
    configuration of assistant "Oracle Net Configuration Assistant" fail
    When try to run sqlplus from xterm, it gives an following error :
    $ /usr/app/oracle_sw_owner/oracle/product/10.1.0/EM10g_1/bin/sqlplus
    Message file sp1<lang>.msb not found
    Error 6 initializing SQL*Plus
    After installation there is an information is given for Enterprise Manager Grid Control and it gives an url as http://localhost.localdomain:7777/em. But when i try to connect it gives an error massage as "The connection was refuse when attempting to contact localhost.localdomain:7777"
    Same situation when i try to connect Enterprise Manager Application Server (its url: http://localhost.localdomain:1810). It gives an error massage "The connection was refuse when attempting to contact localhost.localdomain:1810"
    What can i do in this situation? Please help me out.

  • How to Start / Stop Oracle Applications

    How to Start / Stop Oracle Applications.
    Oracle Applications Services (TCF, ConcManagers, Metric, Forms, Reports etc...) TnsListner & Oracle Service (DB) are started when the Server is started.
    What is the sequential Order to Start / Shutdown services, Listener & DB.
    Best regards,

    hi
    there is no hard coded rule on which service should be started first.
    the basic thing is concurrent manager uses database for starting, so i advice you the following sequence:
    1. start the database
    2. start the database listener
    3. Apache server
    4. forms server
    5. report server
    6. concurrent manager
    and shutdown in the reverse order
    simple
    regards
    srinivas

  • 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 with Oracle Endeca tool

    Hi All,
    In my project, i got a chance to work on Endeca application support activities.
    I am basically Java and ADF developer. I am new to Oracle Endeca.
    Can someone guide me, how to start and where to start to learn Oracle Endeca searching  application.
    I appreciate if you can share docs or blog-spot or forums links.
    Thanks & Regards,
    Konda

    Konda,
    Endeca has few different products. Find out which product which version you are using. Then start with 1. Endeca-Concepts Guide, 2. Endeca Getting Started Guide (of your product), 3. Endeca MDEX Engine Basis Developer Guide. After these 3 based on what your requirement is you will be able to figure out which next document to pick.
    HTH,
    Pankaj.

  • How to start learning Oracle SOA

    Hi All
    I am a Siebel Guy with 7+ years of experience. I would like to learn Oracle SOA Suite including BPEL, BPM, OSB and AIA.
    Please suggest me how to start and proceed.
    It will be helpful for me.
    Thanks in Advance.
    C.R.Bala
    Bangalore
    India

    Start with by understanding what is SOA ? Why do we need SOA ?
    Introduction Video
    http://www.oracle.com/webfolder/technetwork/tutorials/demos/fmw/SOASuite11g/SOA_Suite_11g/SOA_Suite_11g.html
    Some examples provided below from Oracle. Scroll down you can see video which talks about how to install weblogic, soa, osb much more.
    http://java.net/projects/oraclesoasuite11g/pages/Home
    If you have any issues then let us know we have ppl to help you.
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Thanks,
    Vijay

  • How to start agent on the database host which is being Monitored

    Hello All,
    I have installed OEM 11.2.1.0. I have stopped getting alerts after the Node1 server is rebooted. I am monitoring RAC database.
    When I checked the agent status on host I get the following output
    [oracle@rs1pre91dvdba01 bin]$ pwd
    /u01/app/oracle/agent11g/bin
    [oracle@rs1pre91dvdba01 bin]$ emctl agent status
    Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
    [oracle@rs1pre91dvdba01 bin]$ export ORACLE_UNQNAME=MDM11
    [oracle@rs1pre91dvdba01 bin]$ emctl agent status
    EM Configuration issue. /u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba01_MDM11 not found.
    [oracle@rs1pre91dvdba01 bin]$
    And same on Node 2
    [oracle@rs1pre91dvdba02 bin]$ pwd
    /u01/app/oracle/agent11g/bin
    [oracle@rs1pre91dvdba02 bin]$ export ORACLE_UNQNAME=MDM12
    [oracle@rs1pre91dvdba02 bin]$ emctl agent status
    EM Configuration issue. /u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba02_MDM12 not found.
    Please can I know how to start the agent on the nodes and also how auto the process of starting the agent on the Server reboot
    Thanks.

    [oracle@rs1pre91dvdba01 bin]$ env | sort
    ASM_SID=+ASM1
    _=/bin/env
    COBBLER_SERVER=ccoshs02xvsat01.ccosvc.com
    DB_HOME_BIN=/u01/app/oracle/product/11.2.0/dbhome_1/bin
    DB_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    DISPLAY=localhost:10.0
    DWH_SID=DWH11
    G_BROKEN_FILENAMES=1
    GI_HOME_BIN=/u01/app/11.2.0/grid/bin
    GI_HOME=/u01/app/11.2.0/grid
    GRID_HOME=/u01/app/11.2.0/grid
    HISTSIZE=1000
    HOME=/home/oracle/
    HOSTNAME=rs1pre91dvdba01.pre.ccosvc.com
    INPUTRC=/etc/inputrc
    LANG=en_GB
    LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/dbhome_1/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    MDM_SID=MDM11
    NLS_DATE_FORMAT=dd-mm-yyyy hh24:mi:ss
    NLS_LANG=ENGLISH_UNITED KINGDOM.AL32UTF8
    OLDPWD=/home/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=MDM11
    ORACLE_UNQNAME=MDM11
    PATH=/u01/app/oracle/product/11.2.0/dbhome_1/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/home/oracle//bin
    PWD=/u01/app/oracle/agent11g/bin
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=172.30.0.43 54890 22
    SSH_CONNECTION=172.30.0.43 54890 172.30.2.201 22
    SSH_TTY=/dev/pts/0
    SVN_EDITOR=vi
    TERM=xterm
    TNS_ADMIN=/u01/app/11.2.0/grid/network/admin
    USER=oracle
    Please can you tell me which variables needs to change

  • How to start Oracle Configuraton Manager?

    Hi
    I am a bit greenhorn to EBS
    I don't know how to start OAM.
    Could anyone help please?
    We have EBS R12 on AIX.
    Thanx

    Jane,
    OAM is a responsibility which can be accessed from the application.
    Please refer to:
    Note: 413067.1 - No OAM Application Manager Link in R12 after a fresh installation
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=413067.1

  • How to start oracle 11g?

    Hi, I just did an installation of oracle 11g on my fedora 9. The db installed ok and I managed to connect as sys using sqldeveloper. After reboot, the database doesn't start automatically (which is what I want). But I don't know how to start it!!!
    I looked around the net and I currently execute these commands:
    cd /home/ariskk/programs/oracle/ariskk/product/11.1.0/db_1/bin/
    export ORAENV_ASK=NO
    export ORACLE_SID=orcl
    #replace orcl above with the SID in whose ORACLE_HOME you find the listener
    . oraenv
    unset ORAENV_ASK
    ./lsnrctl start
    ./dbstart $ORACLE_HOME
    but when I try to connect I get the following error:
    ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
    My connection descriptor is correct because it was working before rebooting.
    Also I am not able to run em. Again, em was running correctly before rebooting (URL: https://localhost.localdomain:1158/em/ was working fine before the reboot)
    Any help would be appreciated.

    ariskk,
    Once you have set your ORAClE_SID=ORCL or whatever your database name iis as an oracle user. Do following and post its output here? For readability enclose your code or output between \.To Start database
    $> sqlplus '/as sysdba'
    $> startup;
    To Start Listener
    $> lsnrctl status
    $> lsnrctl start
    To start database control
    $> emctl status dbconsole
    $> emctl start dbconsole
    Regards
    Edited by: OrionNet on Jan 8, 2009 4:25 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to Start Oracle Report in Unix?

    hi
    Does anyone know how to start oracle report in unix? I was
    told to try this (r60desm) but that did not work. We are on 11i
    and 6i. Please help
    alpha

    I don't have Forms/Reports 6i for UNIX. Have you tried typing "r60" and typing tab twice?

  • My 6th generation nano isn't recognized by my computer. When I plug it in an error message pops up, which says "USB Device Not Recognized". Does anyone know how to start trouble shooting this. I updated both windows and iTunes.

    My 6th generation nano isn't recognized by my computer. When I plug it in an error message pops up, which says "USB Device Not Recognized". Does anyone know how to start trouble shooting this? I updated both windows and iTunes.

    Work through all the suggestions in this Apple support document first.
    iPod: Does not appear in Windows or iTunes and Device Manager is empty
    B-rock

  • How to start with Oracle SOA

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

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

Maybe you are looking for

  • Exception only occuring during stress test

    We are trying to get ready to release a beta version of the software I'm working on.. so part of getting ready for that was to try set up some stress tests and hit the server with multiple requests for the same page.... Not sure exactly how many it i

  • Upgrade to BI 70 - OS400/DB2 - Not able to proceed

    Hello I am in the process to upgrade our 3.5 environment and am running prepare as the first step. Its getting stuck and am not able to proceed further. Any help in this regard would definitely be appreciated. Please find the error log from CHECKS.LO

  • Problem while doing the Cheque print through f-58

    Dear Team, I am encountering an issue while doing the Transaction through F-58 System is generating the cheeque print with coma instead of decimals i.e instead of 1,00,000.00 its comming as 1.000.000,00. Please advice how to correct this. Thanks for

  • Hierarchal Columns and Passing Values to a Detail Report (Action Links)

    I have a question in OBIEE 11.1.1.5 around Hierarchal Columns and passing the values to a detail report. I have create a report with a Hierarchal column (Two Levels only), Month Column and a metric. I created a detail report and see both columns used

  • How to install R3 4.7 ON win2003

    HI I m very new to SAP. I learninng , anyone can help to install R3 4.7 on my pc pls tell me in which seq. i should install ,i mean oracle, java, sapint pls send me step by step process Thanks Hiral