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
Help with Lucene query in Alfresco
Excel Width and Height
Exchange 2003 on SBS 2003 Active Sync and Blackberry/iPhone Configuration Help Needed
loop an array in an array and insert into db
FTP - without log in
Apply gradient to cuved shape, like an 'S'
Comparing columns in a table
window 7 OS: blank (black) screen only, as it logs in
WatchGuard XTM Web UI
VB.Net 2008: Send email using richtextbox as Body ignoring Vbnewline and CRLF