If your database upgrade by database upgrade
assistant is caught by a glitch, a dialogue box may appear with options of
“Ignore”, or “Abort”. There could be a situation whereby you can ignore the
error and continue with the upgrade process. But, before you could do this, you
would need to resolve the problem that encountered, before clicking the Ignore
button to continue.
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, July 27, 2018
Sunday, July 15, 2018
Installing Oracle 12c R2 Database Software on Linux 6 and Linux 7
In this article I would explain how to install Oracle 12c R2
database software on Linux 6 and Linux 7. If you want to use ASM as storage and/or Oracle Restart
feature, you would need to install 12c
R2 Grid Infrastructure before
proceeding to install RDBMS software. You must be using at least Linux 6.4 for
installation on Linux 6.
Friday, July 6, 2018
ORA-16191: Primary log shipping client not logged on standby
Password file difference is one of the
biggest causes of log shipping failure from primary database to the standby.
Follow this
document to resolve ORA-1619. Following is what would appear in the
alert log file if log shipping fails because of password file differences
between primary site and standby site.
Thursday, July 5, 2018
Fractured block found during backing up datafile
This error means that RMAN found an
inconsistent block during the backup of a datafile. It is quite likely that on second attempt to read the block, RMAN is able to find a consistent image of the block, hence no further action would be required. But, if you need to perform a block
recovery, this
article will be worth reading. Alert log file will show message similar
to the following when this error is reported.
Monday, July 2, 2018
ASM Disk not Accessible and not Appearing in V$ASM_DISK
If you are using ASMLib
for your ASM storage and it is working perfectly fine; then, after adding a new ASM Disk you suddenly realize that although new disk is being
listed by “oracleasm listdisks” command, it is still not appearing in V$ASM_DISK view. As
a result, you are not able to add this new disk in your diskgroup because disk
is not accessible to ASM instance. One reason of this could be that ASMLib
configuration is not as it should be. Reasons could be: OS patching, oracleasm kernel
driver update etc.
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...