Skip to main content

Starting and Stopping Database on Windows

First,

Go to Control Panel --> Administrative Tools --> Click on Services icon.

This will open a window show below.













Here scroll down to names starting with alphabet O check for anything starting with Oracle.






Observe the screenshot and look at Startup Type, for all the service names starting with Oracle Startup Type is set to Automatic except one. This means that everytime you restart your windows database restarts automatically. This is why you feel your windows has gone slow after installing the database.

Now right click on each of the Oracle Service and Click
on properties and you will see a window like below.









Here, change the Startup Type from Automatic to Manual and click OK.








After this, when ever you restart your database you will have to manually start the database. Open services, if you have installed only one Oracle database on your windows then if your database name is ORCL then you will have to start only one service and that service would be "OracleServiceORCL".

Right click on the service name OracleServiceORCL and just select Start/Stop depending on whether you want to start or stop your database.


To know how to start/stop the database using batch files CLICK HERE

To know how to start/stop the database using SQLPLUS CLICK HERE




Comments

Riturajkashyap1 said…
sir please give me some idea about Data warehousing..
vikas kondal said…
sir im trying to create and execute procedure in sql*plus but ervery times it gives error Warning: Procedure created with compilation errors.
2) and plz tell how to use and execute bind variables in sql * plus
shashank said…
hello sir,
oracle initialization in progress or shutdown in progress. this what m getting when i try to login . please guide,
what to do ?

Popular posts from this blog

Basics of RDBMS

Data Small set of information becomes data, this set of information helps make decision. Data is always some useful information. Database Place where you store the data. Database represents some aspect of the real world called "miniworld". A database is designed, built and populated with data for a specific purpose. It has intended group of users and some preconceived applications in which these users are interested. In other words, a database has some source from which data is derived, some degree of interaction with events in the real world and an audience that is actively interested in the contents of the database. Database can also be defined as collection of one or more tables. Ex: Mobile, human brain etc DBMS (Database Management System ) Is a program that stores retrieves and modifies data in the database on request. Study of different techniques of design, development and maintenance of the database Types of DBMS These types are based upon their m...

SQL Interview Questions

1. CLICK HERE FOR QUESTIONS ON BASIC SELECT     2. CLICK HERE FOR QUESTIONS ON BASIC SELECT WITH CONDITION   3.  CLICK HERE FOR QUESTIONS FROM QSPIDERS   4. CLICK HERE FOR QUESTIONS ON FUNCTIONS   5. CLICK HERE FOR QUESTIONS ON SUBQUERIES 6. CLICK HERE FOR MORE QUESTIONS ON SQL       CLICK HERE FOR ANSWERS   Some more Online Questions.   On WIZIQ.COM  -- 66 Questions and its answers Found by Neha Abhay Kumar   On SCRIBD.COM   -- 235 Questions and its answers