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
Why won't Exchange Transport service start in Exchange 2007 on our SBS 2008 server ?
monitor/check all SQL Server backup jobs on all servers
aix vs shell
Windows7 my Documents folder
net share system error 5 acces denied
drive mapping not working?
setup Xsan with couple of Apple macs final cut pro
datagridview cell click of null value
How do I write data to separate excel worksheets in coldfusion?
Check null integer