10g dbconsole problem

I got 10g rel1 in windows xp
my database is up and i am working on that
but when i start EM dbconsole it says that db is down or in mount state.
Database ORACLE_HOME ................ C:\oracle\product\10.1.0\Db_1
Enterprise Manager ORACLE_HOME ................ C:\oracle\product\10.1.0\Db_1
Database host name ................ Elamaran
Listener port number ................ 1521
Database SID ................ SWMS
Service name ................ maran
Email address for notification ...............
Email gateway for notification ...............
Do you wish to continue? [yes/no]: yes
DBConsole is already configured for the database SWMS
Would you like to re-configure DBConsole for the specified database? [yes/no]: y
es
Make sure that DBConsole has been shutdown
When you are ready to continue, press <Enter>
Dec 17, 2006 9:38:16 PM oracle.sysman.emcp.EMConfig checkConfiguration
SEVERE: Repository already exists. Fix the error(s) and run EM Configuration As
sistant again in standalone mode.
Could not complete the configuration. Refer to the log file for details
C:\Documents and Settings\Compaq_Owner>
how to overcome this error

I remember R1 had some issues about synchronizing the agent with the correct status of the db. It was a real annoyance. Not using R1 for a long time, so I can't try it out myself.
One of many reasons to upgrade to R2.
Are you sure that the agent is configured with the correct listener port? Did you change the listener port number lately? If so, you may need to reconfigure the agent.
Did you try to restart everything?
Also, sometimes clearing the browser cache & relogin could help.
But I guess you tried these already.
BR
Aykut

Similar Messages

  • Oracle 10G connection problem

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    When you go to get connection you have to set the ORACLE_SID enviroment variable or use the service name in the string to get connection.
    Joel Pérez

  • Oracle 10g DBConsole

    Hi all,
    currently I'm trying to enable 10g DBConsole on some running databases.
    To-date, I don't have much information about the databases, eg. how they were installed, and what are the components being selected during the installation.
    I researched abit regarding DBConsole, to setup the repos, we can make use of emca found in $ORACLE_HOME/bin. DBConsole vs Grid difference is that console is only for single DB, whereas Grid is for multiple DBs? Am I correct to say this? Please correct me if I'm wrong.
    However, to start up the service, I noticed that it requires emctl, which seems to be missing from my bin directory, all I can see is the emca executable file. Am I missing anything here?
    Next, I need to prove to my management the pros of enabling it, at the same time identifying the concerns if any.
    Some concerns I identified are as follow:
    1) Require sys user login <<< Can we create a specific user which is used to login and perform EM tasks only?
    2) Require ports to be enabled <<< May require to raise exception?
    Due to the fact that I'm in a very strict environment, that's why I am looking at these concerns. Any other concerns that I need to take note of?
    Thanks in advance for any input.
    Eugene

    1.- Create a database through the DBCA
    2.- Realize at the end of the installation the address to access to the database control ( OEM Web app ) to that database. ( http://host:550x/em )
    3.- Set the ORACLE_SID enviroment variable
    4.- Check the status of this service ( emctl status dbconsole )
    5.- if the service is down you have to start it so : ( emctl start dbconsole )
    6.- Access to the address highlighted in the step 5
    Joel Pérez
    http://otn.oracle.com/experts

  • To see all sessions in OEM 10g DBConsole

    I 'm trying to see all sessions in OEM 10g DBConsole, but I didn't find where to see, I only can see the main sessions... is there a way to see all sessions in database?

    Hi,
    It is best to not compare the 9i OEM to the 10g Grid Control, while some of the features may have been incorporated, they are very different.

  • 10g DBConsole issue

    I've re-installed 10g on W2K, and can ping my DB successfully using SQL*Plus; however, nothing I try gets the dbconsole running. Here's the log output:
    -------------- [OracleDBConsoleD107I0] ------------
    EMDROOT=D:\oracle\product\10.1.0\Db_1
    ORACLE_HOME=D:\oracle\product\10.1.0\Db_1
    EMDSTATE=D:\oracle\product\10.1.0\Db_1\ezekiel.virtuant.local_D107I0
    CONSOLE_CFG=dbconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    03/11/05 08:40:27 Start pending...
    03/11/05 08:40:27 Verifying dbconsole is not started already. Command line "D:\oracle\product\10.1.0\Db_1\bin\emctl.bat" istatus dbconsole
    03/11/05 08:40:27 dbconsole launch commandline is "D:\oracle\product\10.1.0\Db_1\bin\emctl.bat" istart dbconsole
    03/11/05 08:40:27 Tracking process launch...
    03/11/05 08:40:57 dbconsole exited with retCode 1.
    03/11/05 08:40:57 Check D:\oracle\product\10.1.0\Db_1\sysman\log\OracleDBConsoleD107I0.nohup for details
    ... and, of course, there is no .nohup file there.
    The W2K event log entry reports: The OracleDBConsoleD107I0 service terminated with service-specific error 2.
    ... and, of course, there is no more information.
    I've also tried the cmd window start routine:
    C:\Documents and ... >emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://ezekiel.virtuant.local:5500/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleD1
    07I0 service is starting.............
    The OracleDBConsoleD107I0 service could not be started.
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    ... and, of course, there is no further information.
    Any help would be greatly appreciated.

    Did you resolve this problem? I started experiencing the same difficulty today. --Brian Bush                                                                                                                                                                                           

  • Oracle DBConsole Problem

    Hi
    I am facing a strange problem with my Oracle Database10g DBConsole.First of all the service starts sometimes from the Microsoft Windows MMC and sometimes does not.
    Then if the service starts i get only the page that displays that datbase state cannot be determined although i am running the database service in my background and execute queries. When i click on the startup tag then i get a 'Page cannot be displayed error' and i find that my DBConsole process has stopped.
    Can anyone explain why this happens and the fix for it. I am using Oracle Database 10g developers edition that is downlaodable from the OTN
    Thanks
    Prahalad Deshpande

    It sounds like your dbconsole service failed to install properly. Try using the emca utility to reconfigure it.
    emca -deconfig dbconsole db
    emca -config dbconsole db
    Navigate to your OracleHome\bin directory at the command prompt, and execute these two commands. When you execute the config, you will need the password for sys, system, and dbsnmp. You will also need to supply the sid, and the listener port number. It will ask you a couple of other questions as well.

  • Have DBConsole problem,

    I am using win XP for home.
    Has any one, been able to load and run 10G
    with XP for home??
    do I need to up grade to XP pro ????

    Under > C:\oracle\product\10.1.0\db_1/oc4j/j2ee, just create another folder similar to the one it's looking for. This should fix your problem.
    I tried that and I'm still getting an error. Here is
    the error I get.
    C:\oracle\product\10.1.0\db_1\BIN>emctl start
    dbconsole
    OC4J Configuration issue.
    C:\oracle\product\10.1.0\db_1/oc4j/j2ee/OC4J_DBConsole
    _192.168.1.72_test not found.

  • Oracle 10g dbconsole couldn't be started

    Hi,
    I tried to start the dbconole 10g but in the log file it's shown
    (error = 10061)
    2009-04-27 08:53:07 Thread-2216 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2009-04-27 08:53:26 Thread-2440 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.
    I encountered this on and off, sometime the dbconsole can be started successfully, but sometime the above error will shown in the trc file.
    When this problem occur, I always check on the port 1158 and the agent port 3938 to confirm that no process is occupying the port, but unfortunately it's still not working.
    I loged a SR in metalink and the engineer also suggested the same thing to check...and the last resort, to reboot the server.
    Normally reboot the server can solve the problem ..but I don't think it's a best way to solve the problem.
    My Oracle 10 R2 10.2.0.4 install in Windows 2003 server SP2.
    Anyone have the same experience to share?
    Thanks
    Vincent

    2009-04-27 08:53:07 Thread-2216 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2009-04-27 08:53:26 Thread-2440 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.Troubleshooting Database Control Startup Issues
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=549079.1
    HTH

  • EM 10g authentication problem

    Hi,
    I just installed 10.1.0.2.0 on a Linux box.
    I'm trying to get into Enterprise Manager.
    According to my installation log,
    the EM url is this:
    http://leo:5500/em
    I tried it and I do get a login prompt.
    So, the app server is up.
    I'm having trouble getting authenticated.
    It does not accept my userid/pass
    (sys/manager as sysdba).
    So...
    I tried the SYS account on sqlplus.
    I can get in 2 ways via sqlplus:
    sqlplus '/as sysdba'
    sqlplus 'sys/manager as sysdba'
    So...
    I can connect via sqlplus but not EM.
    Do you have any tips on how to debug this problem?
    -moi

    ok,
    Eventually, I got EM to work on leo. Three keys to the solution were
    recoginition of the location of log files and location of
    configuration files and the emctl command. It was the emctl command
    which pointed out the location of the log files:
    /home/orabase/product/10.1.0/leopard_or10g/sysman/log/
    The configuration file:
    /home/orabase/product/10.1.0/leopard_or10g/sysman/config/emoms.properties
    I edited these parameters:
    oracle.sysman.eml.mntr.emdRepUser=SYSMAN
    oracle.sysman.eml.mntr.emdRepPwd=SYSMAN
    oracle.sysman.eml.mntr.emdRepPwdEncrypted=FALSE
    I issued these sql commands:
    ALTER USER SYSMAN IDENTIFIED BY SYSMAN;
    ALTER USER SYSMAN ACCOUNT UNLOCK;
    I issued these shell commands:
    emctl stop dbconsole
    emctl start dbconsole
    At that point I was able to login to the EM web page.
    for the most part,
    it seems to work okay.
    I do see an error message on the first page:
    Status Metric Collection Error
    However, when I click around inside the page,
    most of the screens seem to work okay.
    I do see some errors in the log files:
    For example,
    emagent.trc
    lots of these messages:
    2004-05-10 15:26:37 Thread-729096 ERROR fetchlets.oslinetok: Process
    stderr = ORA-01017: invalid username/password; logon denied (DBD
    ERROR: OCISessionBegin)
    2004-05-10 15:26:37 Thread-729096 ERROR engine:
    [oracle_database,or10g,Response] : nmeegd_GetMetricData failed :
    ORA-01017: invalid username/password; logon denied (DBD ERROR:
    OCISessionBegin)
    I wish I knew which account it is trying to login to and what passwd
    it is trying to use.
    Maybe its's a bug?
    If you have seen this
    ORA-01017: invalid username/password
    message in 10g EM and figured out how to fix it,
    please send me clues.
    Thanks,
    -moi

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • Oracle 10g installation problem on RHEL4

    hi,
    I am installing oracle 10g on red hat linux. I read the complete documentation and the mailing lists and have installed all the required RPMs.
    When I start install, I get the following three errors:
    error in invoking target 'install' of makefile
    'u/01/app/oracle/ctx/lib/ins_ctx.mk'.
    error in invoking target 'agent nmo nmb' of makefile
    'u/01/app/oracle/ctx/lib/ins_sysman.mk'.
    error in invoking target 'all_no_orcl' of makefile
    'u/01/app/oracle/ctx/lib/ins_rdbms.mk'.
    This error is popped up when the link part is going on. I am installing the standard edition and have done all the possible things mentioned in the documentation.
    Can someone pls help me understand where is the problem
    thanx in advance,
    jayesh

    i had the same sequence of errors on installing (10g on Redhat AS4)
    The first error (INFO: /usr/bin/ld: crt1.o: No such file: No such file or directory
    ) is solved by installing the following package (you need the glibc-devel i386 package installed as well as the x86_64 version)
    up2date --arch=i386 glibc-devel
    The second error, I am currently stuck at (error in invoking target agent nmo nmb...of makefile ins_sysman.mk)
    INFO: /app/oracle/oracle/product/10.2.0/db_1/lib32//libnls10.a(lmsagb.o)(.text+0xa3): In function `lmsagbcmt':
    : undefined reference to `SltsPrRead'
    /app/oracle/oracle/product/10.2.0/db_1/lib32//libnls10.a(lmsagb.o)(.text+0x10a):
    Any ideas, people, please?
    Cheerio,
    Nic

  • OracleAS 10g Installation Problem on RedHat AS 3.0

    Hi
    I need to install OracleAS 10g on RedHat AS 3.0 and it seems that I need a patch (Patch 3006854) and the installation is impossible without it.I just started using oracleAS 10g and I dont have any metalink id.
    I think something is wrong here.
    a free trial version with a commercial patch !!!
    can any one please help me out.
    regards yashar

    dear fredrik
    I tried to install it according to the installation guid on http://www.oracle-base.com/articles/10g/OracleAS10gInstallationOnRedHatAS3.php as you see it asked for installation of a patch.
    and yes I tried to install it without installing this patch and I got an error saying that I am missing a file named ld.so in /etc.I thought it might be connected to that patch.
    beside when I was looking for the solution to my problem I saw many people having the same problem and asking the exact same question.
    please notify about any solution that you think might help me solving this problem. I am in a hurry
    regards yashar

  • HTML DB 10g installation problem on linux HTTP-503 ORA-604

    I have a problem after the installation of HTML DB from the linux 10g R2 companion image.
    I installed HTML DB and HTTP server in one go, on an new system that only has the default orcl database installed. I run Red Hat enterprise linux on a x86_64 system.
    The HTML DB installation took a long time, but gave no errors.
    When I access the http://hostname:7777/pls/htmldb url I get an “This server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”-error.
    But :7777 works fine and give me the http server default page.
    In my Apache error log I see the following errors:
    [Thu Dec  8 13:28:42 2005] [error] [client 10.11.121.20] [ecid: 1134048522:10.14.66.23:28193:0:1,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-604
    I looked at several internet sources, played with my marvel.conf and my dads.conf but to no avail. My oracle home is different from my html db home. There is no ./network/admin/tnsnames.ora in my HTML_DB _HOME. Should there be? One solution in the faq even told me to copy the htmldb tnsnames.ora over my db tnsnames.ora, but the installation did not create one for me.
    When should I use a dads.conf instead of marvel.conf? I don't understand the need for this second file. I tried to also use it, because some solutions and the post-installation instructions hinted on doing it. But then I get a different error in the logs about a double DAD.
    When I login through sqlplus in the orcl database with the HTMLDB_PUBLIC_USER and my password (that was created during the installation) it works, but I don't see any tables (yet?). So the account is not locked. But should I see some tables when I do “select table_name from user_tables; ?
    I probably missing something obvious here, but I'm a bit of a oracle newby.
    Any help is appreciated,
    Erik

    Thanks Diemar,
    It worked.
    I stopped all oracle process and services.
    I then logged out and in again as oracle to see if the unset stuck.
    I then started my listener, databases, isqlnet and em.
    I then started the httpd with:
    ${HTMLDB_HOME}/opmn/bin/opmnctl start
    opmnctl: opmn started
    ${HTMLDB_HOME}/opmn/bin/opmnctl startproc
    this still gave some errors and the httpd was not started:
    ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================opmn id=aberlour.uni.mdx.ac.uk:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=3389)
    failed to start a managed process after the maximum retry limit
    Log:
    /mdx/app/oracle/product/10.2.0/http/opmn/logs/HTTP_Server~1
    last lines in this log where:
    05/12/08 15:18:50 Stop process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl stop: httpd stopped
    05/12/08 15:31:55 Start process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl start: execing httpd
    05/12/08 15:31:57 Start process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl start: execing httpd
    I then added the PlsqlNLSLanguage line back into the marvel.conf
    which now looks:
    AddType text/xml xbl
    AddType text/x-component htc
    Alias /i/ /mdx/app/oracle/product/10.2.0/http/Apache/Apache/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString xxxxxx.xxxxx.ac.uk:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage "ENGLISH_UNITED KINGDOM.AL32UTF8"
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword @BWIuxxxxxxxxxxxxxxxxxxxxxxid4Y4t8b9g==
    Allow from all
    </Location>
    and I started the http again, and it works fine.
    Problem solved. I will try to fine tune it so I'll get the basic LANG setting back in linux but without the .UTF-8 postfix.
    thanks for your help,
    Erik

  • Oracle 10G installation problem, and errors on SOLARIS 10 x86

    HI.
    I installed the last version of oracle 10g on a x86 SOLARIS 10 system.
    When the installer arrived at Configuration assistants, the window is stopping, and I can't see forward. But when I look at the installAction.log, the installation is checked as OK (?).
    When I launch sqlplus, and startup inside, it is said the ora-00205 error (problem with control files), and in the end, I'm really suprised there's no the database I told the installer to create at the beginning. But should I be surprised? As I didn't see really the end of the installation, and the installer didn't propose me the PATH where to install the DB, well, I guess there's something wrong.
    Could anybody tell me how to solve these problems, please?
    Thank you :)

    Two options:
    1. Create database using DBCA - execute $ORACLE_HOME/bin/dbca
    2. Create database manually (without DBCA)

  • OracleAS 10g Installation Problem on Windows2000

    I install OracleAS 10g for “Business Intelligence et Forms”
    While demanding to register for Oracle Internet Directory,
    I seize:
    host: liu-gwej0o37upx (it’s my machine’s name in that I install Oracle9i Server)
    port : 389
    then this is a message of error that the host and port art not correct.
    So I check the connection to Oracle directory manager. I have a problem’s connection with a massage: server liu-gwej0o37upx is not started. But I’m sure that my server is started.
    Thanks for someone to help me to resovle this problem
    florent

    anyone has clue

Maybe you are looking for

  • How can I access photos on my iphone through icloud using another device

    I'm trying to get acess to the photos taken from my ipad, I turned on icloud photo stream on my devices, where can I find those photos using my mac?

  • External hard drive that is not connected through a network

    Will Time Machine work with an external WD hard drive that is connected through my network at home. I plan to connect the drive via by internet router or Airport Express. Can TM use any drive that my MacBook can see? (except for my local hard drive o

  • What type of memory would be the best for my MacBook Pro 13" Mid 2010?

    I have a Mid 2010 13" Macbook Pro and I'm going to upgrade my RAM. I know I can upgrade up to 8GB of RAM, but I was wondering what is the best "brand" and what website I should buy it from. For example, eBay, NewEgg, Amazon / PNY, Crucial, etc?  Can

  • Best Way to Set up Wired and Wireless with Junction Box

    I have searched but not found my exact situation. I have a cable modem in a junction box in the laundry room. I have wired ethernet access in three rooms. I would like to set up a wireless network. If I use a WRTG54 wireless router inside the junctio

  • Photoshop CC smart quote Bug

    I'm using the PS CC latest version. I started typeing some copy out for a layout and when I typed a ' photoshop inserted a > so instead of something like "they're" photoshop would substitue "they>re". I had to go into preferences and turn off smartqu