Hi all,

can someone please tell me why the location of the archive log is not changing after I already pointed to the new location?

SQL> archive log list
Database log mode Archive Mode
Automatic archival Enabled
Archive destination USE_DB_RECOVERY_FILE_DEST
Oldest online log sequence 536
Next log sequence to archive 538
Current log sequence 538
SQL> alter system archive log start to '/oracle/archlogs/TEST/archTEST';

System altered.

SQL> archive log list
Database log mode Archive Mode
Automatic archival Enabled
Archive destination USE_DB_RECOVERY_FILE_DEST
Oldest online log sequence 536
Next log sequence to archive 538
Current log sequence 538



Thanks all,