Microsoft
Software
Hardware
Network
Question : ORA-32004: obsolete and/or deprecated parameter(s) specified Error after switching to archivelog mode in Oracle 11G.
Hi,
I'm using Oracle 11g in Windows 2008 Server.
After switching the database to archivelog mode with the script below, while starting up
it gives the Error ' ORA-32004: obsolete and/or deprecated parameter(s) specified' .
By applying ths script , the database is successfully switched to archivelog mode and also starts up successfully.
But why does this error message occur ? and How can I handle this?
The archivelog mode script is ;
SHUTDOWN IMMEDIATE;
STARTUP MOUNT;
alter database archivelog ;
ALTER DATABASE OPEN;
alter system set log_archive_start=true scope=spfile;
alter system set log_archive_format='arc_%t
_%s_%r.arc
' scope=spfile;
alter system set archive_lag_target=3600 scope=both;
ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE
=60G;
shutdown immediate ;
startup;
Answer : ORA-32004: obsolete and/or deprecated parameter(s) specified Error after switching to archivelog mode in Oracle 11G.
Hi, starting with Oracle Database 10g Release 1 (10.1), the LOG_ARCHIVE_START initialization parameter has been deprecated. Archiving is now automatically started when the database is placed in ARCHIVELOG mode.
Random Solutions
Most commonly used and useful ESX Service Console commands?
PL/SQL Performance
Silverlight Master Details
Outlook hyperlinks take me to my homepage (not the actual link url
using Task.IsCompleted
VBScript XCacls NTFS permissions
Insert CheckBoxList values
recover missing emails - information store service stopped
Unload as3 but Audio continues to play
Backup Exec 12.5 - Exchange MAPI error