What's command to start DBCONSOLE service on database installed on Linux?
-
emctl start dbconsole
-
start dbconsole
-
dbconsole start
-
emctl dbconsole start
A
Correct answer
Explanation
The emctl utility is Oracle Enterprise Manager's command-line interface for managing the DB Console service. The correct syntax is 'emctl start dbconsole' which starts the web-based Enterprise Manager console for a specific database. Options B and C are incomplete commands missing the emctl prefix, while D has incorrect parameter order.