Database Control is basically a web based Monitoring tools for Oracle 10g Architecture. It is provided to ease DBA's job.
The different between Database Control and Grid Control is you can only use Database Control to manage single instance. So, if you have 10 instance you will need 10 database control. In contrast, with Grid Control everything is centralised.
Grid Control is supported with Enterprise Edition & Personal Edition, if you are using Standard Edition then you can use Database Control.
You can configure Database Control during database creation with DBCA, or you can configure it after the database creation using command line.
Use 'emca' binary to configure database control.
Configure DB Control $ cd $ORACLE_HOME/bin
$ ./emca -config dbcontrol db
STARTED EMCA at 16/08/2006 18:04:35
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: SNZDB
Listener port number: 1521
Password for SYS user:
Password for DBSNMP user:
Password for SYSMAN user:
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
-----------------------------------------------------------------
You have specified the following settings
Database ORACLE_HOME ................ /app/oracle/product/10.2.0
Database hostname ................ OLSSWIFTCS0001
Listener port number ................ 1521
Database SID ................ SNZDB
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............
-----------------------------------------------------------------
Do you wish to continue? [yes(Y)/no(N)]: y
16/08/2006 18:08:34 oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /app/oracle/product/10.2.0/cfgtoollogs/emca/SNZDB/emca_2006-08-16_06-04-35-PM.log.
16/08/2006 18:08:42 oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
16/08/2006 18:10:24 oracle.sysman.emcp.EMDBPostConfig performConfiguration
INFO: Database Control started successfully
16/08/2006 18:10:24 oracle.sysman.emcp.EMDBPostConfig performConfiguration
INFO: >>>>>>>>>>> The Database Control URL is http://OLSSWIFTCS0001:1158/em <<<<<<<<<<<
Enterprise Manager configuration completed successfully
FINISHED EMCA at Aug 16, 2006 6:10:24 PM