While dropping and creating the database console do I need down time on production databases?
The emca command, when recreating or dropping the repository, requires the database to be quiesced. This means that, temporarily, no operations are possible on the database and new users cannot login. If there are active sessions on the database at the time the quiesce operation will hang pending their completion, during which time no new users will be able to connect.