Oracle 10r2 windows service db startup

Hi all,
I have a question regarding the windows oracle service that automatically starts the DB.
If I shutdown the DB manually through sqlplus , the service stops.
This being said, I would like to manually be able to shutdown and startup the db outside of the service as when i try this I get an ORA-12514 TNS connot connect to a descriptor...
So basically I would like the service to be up but not automatically start the DB.
Thanks

Johnny,
I am little confused about what services are you talking about, Are you talking about DBConsole or database itself?
Here are the steps to put database in archivelog
Changing the Database Archiving Mode and  following are the steps to archiving mode from NOARCHIVELOG to ARCHIVELOG:
Shut down the database instance.
SQL> create pfile='\location_to_pfile\init.ora' from spfile;
SQL> SHUTDOWN IMMEDIATE;
Edit the above initialization parameter file to include the initialization parameters that specify the destinations for the archive log files (Just use same format as other parameter)
LOG_ARCHIVE_DEST_1 = 'LOCATION = /location_to_archivelogs/'
log_archive_format =ARC%S_%R.%T
Example from working pfile
*.log_archive_dest_1='LOCATION=C:/u01/oradata/ArchiveLogs'
*.log_archive_format='ARC%S_%R.%T
Start then instance and mount, but do not open, the database using newly created pfile
SQL> STARTUP MOUNT PFILE='/location_to_pfile/init.ora';
To enable or disable archiving, the database must be mounted but not open.
Change the database archiving mode. Then open the database for normal operations.
SQL> ALTER DATABASE ARCHIVELOG;
SQL>ALTER DATABASE OPEN;
SQL>archive log list; -- THIS SHOULD SHOW archive log enabled with the location.
SQL> SHUTDOWN IMMEDIATE;
SQL> create spfile from pfile='/location_to_pfile/init.ora';
SQL> startup;
SQL>archive log list ; -- just verify againAnd you are in business

Similar Messages

  • Oracle 9i Windows service error

    Hi all,
    Oracle 9i,
    Windows 2K
    I am starting the Oracle database service in my windows 2k but it throws me errors:
    The OracleServicePROD1 service terminated with service-specific error 997 (0x3E5).
    he description for Event ID ( 0 ) in Source ( OracleServicePardv1 ) cannot be found. The local computer may not have the necessary
    registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag
    to retrieve this description; see Help and Support for details.
    The following information is part of the event: OracleServicePardv1 error: 997, LoadOpsOsd.How do I troubleshoot service startup errors?
    Please help me.....
    Edited by: KinsaKaUy? on Jul 4, 2011 9:01 PM

    Oracle 9i,
    Windows 2K
    I am starting the Oracle database service in my windows 2k but it throws me errors:
    The OracleServicePROD1 service terminated with service-specific error 997 (0x3E5).
    he description for Event ID ( 0 ) in Source ( OracleServicePardv1 ) cannot be found. The local computer may not have the necessary
    registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag
    to retrieve this description; see Help and Support for details.
    The following information is part of the event: OracleServicePardv1 error: 997, LoadOpsOsd.Check the oradim.log file in ORACLE_HOME/database.
    stop and again start if not
    drop and recreate the ORACLE service using ORADIM.
    http://download.oracle.com/docs/cd/B19306_01/win.102/b14304/create.htm

  • Script to Stop/Start Oracle Apps windows services

    Hello,
    I am trying to script 2 batch files, one to stop services and one to
    start services.
    So far I have the folloing for the stop script:
    Stop services:
    set ORACLE_HOME=e:\oracle\<sid>ora\8.0.6
    set ORACLE_SID=<SID>
    NET STOP "Oracle Reports Server [Rep60_HPP1]"
    NET STOP OracleApacheServerHPP1_spud
    NET STOP OracleFulfillmentServerHPP1_spud
    NET STOP OracleMetricsClientHPP1_spud
    NET STOP OracleMetricsServerHPP1_spud
    NET STOP OracleConcMgrHPP1_spud
    NET STOP OracleHPP1Ora806_1TNSListener80APPS_HPP1
    However sometimes the concurrent manager fails to stop correctly and I
    have to issue a 2nd command to forcefully shut it down. Does anyone
    know how I can write this into my script? before it moves onto the
    Apps Listener?
    Any advise would be appreciated.
    Thank you
    Sarah

    The error we sometimes get is that the concurrent manager was unable to stop we have to then use the following command to shut them down:
    CONCSUB.EXE APPS/appspassword@PROD SYSADMIN "System Administrator" SYSADMIN WAIT=Y CONCURRENT FND ABORT
    I was trying to use net stop in the script and if this didn't work, the script would issue the command above.
    Thank you

  • Order of windows services

    Hi Guys,
    I recently installed Oracle EBS R12.1.1 on Windows XP Pro, well i want to know in which order oracle's windows services are executed/loaded(with what parameters) at the windows start-up.......i want to make batch files to start and stop service manually.

    Hi Hussein,
    Thanx for the reply, ya i mean oracle's windows services. Well i followed the steps given in the guide to manually start/stop the service but i am running the script to start the database after successfully starting the database listener, i got the error.
    As per the guide i run following scripts
    1 ) addlnctl.cmd start PROD (This script located in C:\oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_oracleappsxp)
    This executed successfully
    2) addbctl.cmd start normal (This script also located in C:\oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_oracleappsxp)
    When i executed this script i got the following error
    C:\Documents and Settings\Administrator>addbctl.cmd start normal
    ECHO is off.
    ECHO is off.
    Mon 08/23/2010 11:31 PM
    ECHO is off.
    ECHO is off.
    Mon 08/23/2010 11:31 PM
    PROD_oracleappsxp.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : c:\oracle\PROD\db\tech_st\11.1.0
    LOCAL : PROD
    ORACLE_SID :
    PATH : c:\oracle\PROD\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi
    -thread\;c:\oracle\PROD\db\tech_st\11.1.0\bin;c:\oracle\PROD\db\tech_st\11.1.0\a
    ppsutil\jre\bin;c:\oracle\PROD\db\tech_st\11.1.0\appsutil\jre\bin;c:\oracle\PROD
    \db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;c:\oracle\PROD\db\te
    ch_st\11.1.0\bin;c:\oracle\PROD\db\tech_st\11.1.0\appsutil\jre\bin;c:\oracle\PRO
    D\db\tech_st\11.1.0\appsutil\jre\bin;c:\oracle\PROD\apps\tech_st\10.1.2\bin;c:\o
    racle\PROD\apps\tech_st\10.1.2\jdk\jre\bin\classic;c:\oracle\PROD\apps\tech_st\1
    0.1.2\jdk\jre\bin;c:\oracle\PROD\apps\tech_st\10.1.2\jlib;c:\oracle\PROD\apps\te
    ch_st\10.1.3\bin;c:\oracle\PROD\db\tech_st\11.1.0\bin;C:\MKS9\bin;C:\MKS9\bin\X1
    1;C:\MKS9\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Progr
    am Files\Microsoft SQL Server\90\Tools\binn\;C:\oracle\PROD\db\tech_st\11.1.0\ap
    psutil\scripts\PROD_oracleappsxp
    LD_LIBRARY_PATH : c:\oracle\PROD\db\tech_st\11.1.0\lib
    ECHO is off.
    ECHO is off.
    Starting the database $DB_NAME ...
    ECHO is off.
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Aug 23 23:31:49 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    **ERROR:**
    **ORA-12518: TNS:listener could not hand off client connection**
    **addbctl.cmd exiting with status 9**
    Moreover when i put all services to start at windows start up then all things went normal.

  • Needed steps for installing oracle 10R2 on windows server 2003

    Hi to All,
    Can anybody give me steps for how to install oracle 10R2 on windows 2003 server in production environment and what is the preinstallation task and postinstallation task.
    Thanks and Regards
    Mohd Khaja

    There is one pre-requisite that is missing from the documentation - ensuring that the administration team is adequately trained.
    Since you are asking this question, I wonder whether your team is properly prepared for, and aware of, the possible nuances or changes from default that might be relevant to your environment.
    For example, is your team familiar with the concept of Flashback Recovery Area and how it may fit, or conflict with, your production needs? Use of RMAN? Location of Oracle software Inventory and implications in your OS-level backup? How to configure both the software and the database to meet your Service Level Agreement requirements.
    The referenced document is an excellent first step, as it asks some of the questions. If you are serious about production stability, you want to go through that as well as get appropriate level of expertise in your shop.

  • Oracle 10.2G - windows service started but instance is in nomunt mode

    Hello
    I have trouble with oracle 10.2G in windows 2003...
    I run following command:
    oradim.exe -startup -sid sid_name -usrpwd pass -starttype srvc,inst
    After above command, windows service has status "started", but instance is in nomunt mode.
    In alert.log I don't see any error...
    Thanks for any help.
    Regards

    in oradim.log I found following error:
    Tue Dec 18 05:00:02 2007
    ORA-01017: incorrect username/password; logon refuse
    but I don't change any password...
    This is my alertlog:
    Tue Dec 18 05:00:01 2007
    ORACLE V10.2.0.2.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 1
    CPU : 4 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1468M/2047M, Ph+PgF:3527M/3947M, VA:1940M/2047M
    Tue Dec 18 05:00:01 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as D:\oracle\ora102\RDBMS
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    resource_limit = TRUE
    shared_pool_size = 209715200
    shared_pool_reserved_size= 20971520
    trace_enabled = FALSE
    nls_language = POLISH
    nls_territory = POLAND
    nls_sort = POLISH
    sga_target = 838860800
    control_files = D:\ORACLE\ORA92\DATABASE\CONTROL01.CTL, D:\ORACLE\ORADATA\TETA\CONTROL02.CTL
    db_block_size = 8192
    compatible = 10.2.0
    db_files = 100
    db_file_multiblock_read_count= 8
    fast_start_mttr_target = 0
    undo_management = AUTO
    undo_tablespace = ROLLBACK_DATA
    O7_DICTIONARY_ACCESSIBILITY= TRUE
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = TETA
    session_cached_cursors = 100
    job_queue_processes = 5
    parallel_min_servers = 0
    parallel_max_servers = 0
    background_dump_dest = D:\ORACLE\ADMIN\TETA\BDUMP
    user_dump_dest = D:\ORACLE\ADMIN\TETA\UDUMP
    core_dump_dest = D:\ORACLE\ADMIN\TETA\CDUMP
    db_name = TETA
    open_cursors = 2048
    star_transformation_enabled= FALSE
    pga_aggregate_target = 157286400
    workarea_size_policy = AUTO
    aq_tm_processes = 1
    PMON started with pid=2, OS id=291912
    PSP0 started with pid=3, OS id=142740
    MMAN started with pid=4, OS id=656244
    DBW0 started with pid=5, OS id=652136
    LGWR started with pid=6, OS id=755832
    CKPT started with pid=7, OS id=226276
    SMON started with pid=8, OS id=661212
    RECO started with pid=9, OS id=467040
    CJQ0 started with pid=10, OS id=157796
    MMON started with pid=11, OS id=249832
    MMNL started with pid=12, OS id=795116
    Tue Dec 18 05:00:02 2007
    Oracle Data Guard is not available in this edition of Oracle.
    Regards

  • Starting oracle weblogic server as windows Service

    hi dear friends,
    i am working with oracle Weblogic server 10.3 and oracle Jdeveloper 11g
    i have an Ear file and deployed it on weblogic server and that work truly
    now,i want to start my server with windows Services
    for this goal i read some of the documents and created a windows service for my server
    when i started windows Service of the server just console of weblogic is start
    when i used debug mode for checking errors
    i saw bottom errors:
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\NEWORA~1\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Jul 26, 2009 9:09:32 AM IRDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\NEWORA~1\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Jul 26, 2009 9:09:33 AM IRDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jul 26, 2009 9:09:33 AM IRDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 26, 2009 9:09:34 AM IRDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'requestEar' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
    Truncated. see log file for complete stacktrace
    >
    how do solve their?

    hi
    i used your recommendation and set %WL_HOME%\common\bin\*commEnv.cmd to my path
    in this case when i am starting service of my server from windows Service console
    and then checked Deployment Files on my server
    i saw my EAR File could not start and it state was failed
    when i started from weblogic console
    it had error deploying time
    that error was :
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was: Locale not recognized
    how do i solve it
    regards
    aghaluie

  • Windows Service OracleserviceDEV cannot startup

    Hi, All
    Before upgrading NW7.0 to EHP1, I Installed microsoft runtime dlls vcredist_<platform>.exe and dbghelp.dll. but after installed them, the windows service OracleServiceDEV could not startup and can startup in cmd mode. I checked the service in regedit, it was normal.
    How can I do it? Thanks.
    Best Regards
    Jiande Ding

    by defualt, Oracle's service will automatically start, but the Oracle DB will not start. This is the default from an SAP installation.
    but if you start SAP, it will start DB for you.
    so, what do you want?
    1. start Oracle automatically upon booting up,
    2. start Oracle when SAP starts
    3. start Oracle and SAP automatically upon reboot.

  • How does windows service start oracle?

    Hi,
    I am running 10gR2 on Windows XP SP 2
    does anyone know what does actually happen when I go to
    Start->Control Panel -> Administrative Tools -> Services and
    start OracleServiceORCL ?
    Is it:
    startup nomount ?
    startup mount ?
    startup open ?
    startup force ?
    Thanks

    Also check the registry parameter ORA_<SID>_AUTOSTART under HKLM\software\oracle\HomeXX. If set to FALSE, when windows service starts, the instance is NOT started.                                                                                                                                                                                                                                                                                                                                       

  • Unable to start Oracle Process Manager from the windows services for OBIEE

    Hi,
    I have OBIEE 11g installed on a 32-bit windows machine. Of the two windows services installed, I am unable to start the Oracle Process Manager. When I try to start it I get the following error:
    Error 1053: The service did not respond to the start or control request  in a timely fashion.
    At the back end, this service is calling the file opmn.exe which is placed at MIDDLEWAREHOME\Oracle_BI1\opmn\bin. On trying to execute this file the error we get is:
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll
    I have tried replacing the orauts.dll file, but to no avail.
    Please let me know if you have any clue regarding what is to be done.
    Thanks
    Naman

    Hi Naman,
    This error occurs for the following reasons,
    *Path variable is not set properly
    *Multiple Oracle homes exists in the same machine.
    Follow the below steps and let me know if it works,
    1. Select My Computer -> Right Click -> Properties
    2. In the System Properties screen go to Advanced Tab
    3. Click on Environment Variables
    4. In the System Variables section select PATH variable & Click edit
    5. Now you will find that it will contain invalid directories. Remove the incorrect entries. This may happen when you have multiple oracle homes in the same machine
    6. Restart the service.
    Rgds,
    Dpka

  • Error while starting Oracle Secure Backup Service on Windows

    Hi,
    I've installed an Oracle 10gR2 database, and an OSB on a Windows XP (SP2) machine, and when trying to start the service (Oracle Secure Backup Services) I got the following error :
    "Unknown():Unable to load dynamic library'./php_osb.dll'-The operating system cannot run %1"
    This error message pops up 2-3 times, and I cannot login to OSB web page.
    My database works ok, but I cannot "test" OSB
    Anyone else had the same problem? Any ideas ?
    Thanks,
    Panagiotis

    Hi-- could you please describe your administrative domain?
    I need to know the operating systems on each of the
    clients and the OSB admin server. Also, does 'obtool' CLI
    tool work? Do any of the machines act as an apache webserver
    for another application? Is there any other backup service
    running on any of the machines?
    thanks,
    Judy
    I noticed that when re-installing the OSB without the
    Administrative Server (only Media Server and Client)
    I got no errors at all (but still cannot connect from
    another Administratice Server to my machine)

  • Oracle SOA Suite (10.1.3.3.0) install as Windows service

    Hi Guys,
    This is a repost. Since the original thread was kinda hijacked, I think maybe I should start a new thread.
    I was installing Oracle SOA Suite (10.1.3.3.0) on Windows Server 2003.
    Original issue: by default installation, 10gAS cannot run as windows service.
    Following MetaLink Note, I manually created OreacleMyHomeProcessManager service, after start this service, seems everything works fine now.
    However, in original MetaLink Note it asked to create two services, another one is OracleMyHomeASControl - but the nmesrvc.exe file cannot be found anywhere in my installation, so I did not create it.
    My questions are:
    1. Do I really need to create the 2nd service?
    2. Why the 10gAS works fine without this 2nd service?
    3. Without 2nd service, any potential problems it may cause?
    Thanks a lot in advance for reply!
    WMC
    null

    Don't worry, you are good to go. I just posted my comments on the earlier thread:
    Oracle SOA Suite (10.1.3.3.0) install question
    Thanks
    Shail

  • Oracle 11g 2, Windows Service OracleDBConsole doesn't start.

    Hi!
    I installed ORACLE 11.2 database (11.2.0.1.0) On Windows XP SP3.
    Global database name: orcl
    SID : orcl11g2
    At the end of installation I got the error :
    +01.12.2010 14:50:17 oracle.sysman.emcp.EMDBPostConfig invoke+
    WARNING: Error starting Database Control.Please execute the following command(s).
    +1) Set the environment variable ORACLE_UNQNAME to Database unique name+
    +2) E:\app\u_kudinov\product\11.2.0\dbhome_1\bin\emctl.bat start dbconsole+
    I type
    set ORACLE_UNQNAME=orclin emctl.bat
    end execute:
    emctl.bat start dbconsoleI get that :
    D:\>E:\app\u_kudinov\product\11.2.0\dbhome_1\bin\emctl.bat status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    https://2-3-67-7:1158/em/console/aboutApplication
    EM Daemon is not running.+
    with error message:
    Specific error of service : 2
    Q: How can I start the Windows Service OracleDBConsole ?
    Thanks ...
    Edited by: muma on 03.12.2010 2:19

    Did you check this post: http://cn.forums.oracle.com/forums/thread.jspa?threadID=1108281
    Eric

  • Windows service does not startup an instance

    In a number of occasions, a Windows service i.e. OracleServiceXYZ (which is set to automatically start instance XYZ) fails to do so and I have to start it manually. The problem is resolved temporarily with ORADIM (i.e. delete and redefine the Windows service) and it all works well until for some unknown reason, one day we bounce the server and the Oracle service does not start (MEMORY REALM DOES NOT EXIST). Am I the only one who is having problems with this?.

    No, you're not the only one.
    I'm searching for an explanation for this problem too.
    One more detail: in all cases we have tracked down, the same machine had 2 instances to start. From time to time only one of them starts, the other fails.
    The most I can tell is that the windows event log shows a connect attempt of / without SYSDBA priviledges at reboot time.
    It seems that the windows service is trying to start the instance with the wrong connect string from time to time, and of course it fails.
    Even stranger is that if you restart the service (which was configured with auto-start at ORADIM) the instance will start normally... very strange.
    Please post any solution or info you get on this subject, I'm thinking of submiting a TAR for this.
    -jp

  • Missing windows service for Oracle Enterprise manager

    I have installed Oracle database 10G R1 (without seed database), and applied patchset 10.1.0.4. I have used the DBCA to create a database instance, which was created successfully (see note1).
    However the windows service for the OEM DBconsole has not been created. I have tried to lookup the manuals how I can manually create this, but with no success. Please can somebody point out the correct procedure?
    Best regards,
    Jesmond
    Note1:
    If using DBCA the optional example schema are selected and saved to scripts, the calling script <ORACLE_SID>.sql must be amended to move the line below to the last entry:
    @E:\oracle\product\10.1.0\admin\ebuscon\scripts\sampleSchema.sql
    This is due to the fact that the sample schema script has an "EXIT" statement which will cause the creation script to terminate prematurely.

    I think you have a similar problem as described in
    Problem starting EM 10g
    emca did not run, on Windows it also creates the corresponding service.

Maybe you are looking for

  • Can I play the music on Apple TV through iTunes?

    OK, this is not easy to explain, hope this makes sense: My Apple TV is connected both to my TV and to my HiFi System. In order to listen to music, I always have to switch the TV on and navigate through the Apple TV Menu. Would it be possible to selec

  • My Apple TV is instructing me to connect to itunes via a cable. Why?

    There is no white LED on the Apple TV itself and the screen shows a picture of the Apple TV, a cable and iTunes. Any ideas?

  • Coding for static fill-out form

    fill out form questionnaire? I am creating in Flash CS4 (AS3) a static fill out form for a website that I am involved in. The questionnaire helps to determine whether a person is suseptible to drug and alcohol abuse with either a postive answer (not

  • Non-unicode to Unicode conversion in ECC 6.0

    hello friends,                   WE have ECC 6.0 at our location , it was upgraded from 4.7 to Ecc 6.0, but it is in non-unicode format , just we have to convert that thing to unicode , for that we have seen that we can export the data from current n

  • Trouble Shooting Acrobat Installation

    I receiced these errors when I tried to reinstall Acrobat. It was installed previously but now I'm getting error messages. Exit Code: 6 Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DW065,