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
Running .exe in a logon script
Memory Advanced ECC Mode with Mixed DIMM Capacities on Dell R710 PowerEdge
VBScript: Pulling lastLogonTimestamp
Getting own send e-mail in Blackberry
How to design my DNS structure
JQuery based image (actually an element of code) rotator
WebSphere Federated Repositories
What is the proper DNS settings for ...
Macro for delay send of an excel sheet to a mail recipient
Custom Search Page and Impersonation