* Oracle version: 10.2
* Operating system: Windows XP Professional
Good morning!
I made a bullshit here and I can not climb my instance.
Good, as my base was not in Archivelog mode, I gave the commands below to leave in Archive mode:
alter system set log_archive_dest_1='location=D:\oradata\archives' scope=spfile;
alter system set log_archive_start=true scope=spfile;
shutdown immediate;
startup mount;
alter database archivelog;
alter database open;
"obsolete and/or deprecated parameter(s) specified".
alter system set log_archive_dest='location=D:\oradata\archives' scope=spfile;
That is, so set both log_archive_dest and log_archive_dest_1.
Now the instance does not rise, and gives this error:
SQL> startup mount;
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORA-16032: parameter LOG_ARCHIVE_DEST destination string cannot be translated
ORA-09291: sksachk: invalid device specified for archive destination
OSD-04018: N┐o foi poss┐vel acessar o diret┐rio ou dispositivo especificado.
O/S-Error: (OS 123) A sintaxe do nome do arquivo, pasta ou nome do volume est┐ incorreta.