I want to start my database from nonarchivelog to archivelog
I did following.
1. changes in initparameter

log destination
log archive true
2. shutdown database and start with mount (no open)
3. fire alter dtaabase archivelog as well as alter system archive log start.

it says stament processed but still it is not starting archiving ...

What's the problem might be.
How can I start archive log mode...


kumud