This error comes when
you use wrong syntax while setting log archive destination using log_Archive_dest_n parameter. I faced this error while trying to set
log_archive_dest_1 parameter using ALTER SYSTEM command and the reason of this
error was that I missed the keyword “location=” while specifying the
destination directory. But this error may also come because of other syntax
errors in the command while setting the parameter.
Oracle Installation guides, Linux Administration tips for DBAs, Performance Tuning tips, Disaster Recovery, RMAN, Dataguard and ORA errors solutions.
No contents from my website can be published anywhere else without my permission. Test every solution before implementing in the production environment.
Friday, October 26, 2018
Friday, October 19, 2018
ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated
DB_RECOVERY_FILE_DEST
parameter is used to set Fast Recovery Area for the instance and archived logs, flashback logs, and RMAN backups
are kept at this location and are automatically handled by the database. While
using ALTER SYSTEM command to set db_recovery_file_dest parameter you might
face following error.
Sunday, October 14, 2018
ORA-00257 archiver error
There are a several archived
log errors that exist, and there are several different reasons for these errors
as well. As we know that redo log groups are used in a circular fashion and
redo logs are reused again and again. After every log switch, the previous redo
log file is archived (if database is running in archivelog mode). If oracle is
not able to create an archived log file after a redo log switch ORA-00257 would
appear, and after a few more redo log switches the turn of this redo log file
would come again. Since oracle was not able to archived this redo log
previously, it will not overwrite this redo log and database would hang. This
redo log must be archived before it could be reused. Alert log would who errors
as follows if it is not able to create an archived log file
Friday, October 5, 2018
ORA-48913: Writing into trace file failed, file size limit...
In some environments
DBAs limit the size of trace files generated by the database. This included all
trace files that could get generated under USER_DUMP_DEST/DIAGNOSTIC_DEST). The
parameter to set the limit for trace files is MAX_DUMP_FILE_SIZE and its value
is in OS number of blocks. After setting this value, if any trace file size
would increase form the size specified in this parameter, ORA-48913 would be
recorded in alert log file.
Subscribe to:
Posts (Atom)
Popular Posts - All Times
-
This error means that you are trying to perform some operation in the database which requires encryption wallet to be open, but wallet is ...
-
Finding space usage of tablespaces and database is what many DBAs want to find. In this article I will explain how to find out space usage ...
-
ORA-01653: unable to extend table <SCHEMA_NAME>.<SEGMENT_NAME> by 8192 in tablespace <TABLESPACE_NAME> This error is q...
-
You may also want to see this article about the ORA-12899 which is returned if a value larger than column’s width is inserted in the col...
-
This document explains how to start and stop an Oracle cluster. To start and stop Grid Infrastructure services for a standalone installatio...
-
If database server CPU usage is showing 100%, or high 90%, DBA needs to find out which session is hogging the CPU(s) and take appropriate ...
-
If you want to know how we upgrade an 11g database to 12c using DBUA, click here . For upgrading 12.1.0.1 to 12.1.0.2 using DBUA, ...
-
By default AWR snapshot interval is set to 60 minutes and retention of snapshots is set to 8 days. For better and precise investigation of...
-
SWAP space recommendation from Oracle corp. for Oracle 11g Release 2 If RAM is between 1 GB and 2 GB, SAWP should be 1.5 times the s...
-
This article explains how to install a 2 nodes Oracle 12cR1 Real Application Cluster (RAC) on Oracle Linux 7. I did this installation on O...