SQL>create pfile=’
add the following line to the init.ora:
log_archive_dest_n=’
log_archive_dest_1='LOCATION=D:\oracle\product\10.2.0\oradata\V102\Arch'
Restart the instance using the amended pfile and recreate the spfile:
SQL>startup pfile=’
SQL>create spfile from pfile;
2-Archive to another file system location instead of the Flash Recovery Area
Create a parameter file (as above)
Add the following line to the init.ora:
log_archive_dest_n (as above)
Remove the following parameter in the init.ora:
log_archive_dest_10
Restart the instance using the amended pfile and recreate the spfile
3-Avoid use of the Flash Recovery Area altogether (not recommended)
Create a parameter file (as above)
Add the following line to the init.ora:
log_archive_dest_n (as above) or
log_archive_dest='
Remove the following parameter in the init.ora:
log_archive_dest_10
db_recovery_file_dest
db_recovery_file_dest_size
Restart the instance using the amended pfile and recreate the spfile.
Ref:Metalink Note:297397.1
No comments:
Post a Comment