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
Exporting X509 published certificate information
P2V Fails using VMware COnverter standalone client
Where can I find corflags.exe?
Disk Manager doesn't see the ISCSI Virtual Disks but One
Adding 2nd domain controller (Server 2008 R2 64bit) to existing 2003 sp2 domain
Flex custom component to layout in center of page...
Which KEY do I use for my KMS Server and clients?
phpmailer errorInfo
asp NOT REFRESHING
Crystal connection with OLE DB ADO