Multiple choice technology databases

What's command to start DBCONSOLE service on database installed on Linux?

  1. emctl start dbconsole

  2. start dbconsole

  3. dbconsole start

  4. emctl dbconsole start

Reveal answer Fill a bubble to check yourself
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.