• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Oracle Startup

 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I installed Oracle 9i on Win2k. I have been trying to stop Oracle to autostart itself but in vain. Its not starting as an application so I cannot use a startup utility like "Startup Manager" to disable it. I did go and tweak the registry setting
HLM\SOFTWARE\ORACLE\HOME0\ORA_ORCL9I_AUTOSTART to FALSE and restarted but I can still see the following processes (used the NET START command)
OracleOraHome90Agent
OracleOraHome90HTTPServer
OracleOraHome90TNSListener
OracleServiceORCL9I
Any suggestions.
Sudhir
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go to the services in Win2000. this is in the Control Panel/Administrative Tools window, and called services. In there will list all services on the WIN2000 machine. Find the Oracle database, right click and select properties. In there there will be a drop down labeled startup type and change it to "Manual" instead of automatic.
Hope that helps and solves your problem.
Mark
 
Sudhir V
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, that worked!!!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic