This
document explains how to install Oracle 12c Database software on Oracle Linux
6. At the time of writing this document, latest 12c version is 12.1.0.2 which
can be downloaded from My Oracle Support using patch search for patch 17694377
(Disk 1 and Disk 2 are needed for Oracle Database software). Otherwise you can
also download 12.1.0.1 from www.oracle.com.
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.
Wednesday, April 27, 2016
Tuesday, April 12, 2016
Installing Oracle 12c R1 Database Software on Linux 6
This document explains how to install Oracle 12cR1 Database software on Oracle Linux 6. At the time of writing this document, latest 12c version is 12.1.0.2 which can be downloaded from My Oracle Support using patch search for patch 17694377 (Disk 1 and Disk 2 are needed for Oracle Database software). Otherwise you can also download 12.1.0.1 from www.oracle.com
Tuesday, March 22, 2016
Creating Oracle Database Using dbca for 12c R1
Database Configuration Assistant (dbca) is an
Oracle provided tool to create a new database. In this document I would explain
how to create a new 12c R1 database using dbca. For database creation steps for Oracle 12c R2, follow this document. Steps and screens are almost same
for other Oracle database versions and different OS platforms.
Monday, March 14, 2016
Changing Listener and SCAN Listener Ports
In this article I will
explain how we modify Listener and SCAN Listener ports in RAC environment. For
this article, in a 2 nodes RAC on Windows, my database listeners are listening
ports 1521 and scan listeners are running on port 1522. I will change listeners’
ports to 1531 and scan listeners’ ports to 1532.
Wednesday, March 2, 2016
ORA-01017: invalid username/password - While Starting Instance using srvctl
If you face ORA-01017, following
could be the reasons of this error.
- Username has been specified wrongly – check the username.
- Password has been specified wrongly – check the password.
- If you see this error while logging in as user SYS, check if password file exists. If not, re-create the password file or enable OS authentication.
Thursday, February 18, 2016
Starting and Stopping Oracle Cluster (RAC)
In this article I will explain how to start and stop
a cluster (RAC). To find out hot to start and stop High Availability Services (HAS) and other Grid Infrastructure resources in a standalone GI installation, check this article.
We can either use “crsctl stop/start cluster” command or “cractl start/stop crs” command to accomplish this task. The difference between both method is as follows
We can either use “crsctl stop/start cluster” command or “cractl start/stop crs” command to accomplish this task. The difference between both method is as follows
Friday, February 5, 2016
CRS-4563: Insufficient user privileges
[grid@dbnode1
~]$ crsctl start crs
CRS-4563:
Insufficient user privileges.
CRS-4000:
Command Start failed, or completed with errors.
|
Wednesday, January 27, 2016
CRS-4535: Cannot communicate with Cluster Ready Services
If checking status of CRS (and other RAC resources)
returns you this error, it means that CRS is not running.
[grid@dbnode1
]$ crsctl stat res -t
CRS-4535:
Cannot communicate with Cluster Ready Services
CRS-4000:
Command Status failed, or completed with errors.
|
Thursday, January 14, 2016
OEM Database Control Configuration gets Stuck
I encountered a situation where I was trying to
configure OEM Database Control (11.2.0.4) on Windows based system using command
similar to the following
emca
-config dbcontrol db -repos recreate
|
Monday, January 4, 2016
ORA-00221: error on write to controlfile
Reason of this error (and probably
instance crash) is that some other process has locked the controlfile and
oracle process is not able to get hold of a lock on the controlfile before it
could write in it. Most probable reason for this is some third party backup
solution that might be copying oracle related files in backup process and hence
holding a lock while copying.
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 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, ...
-
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 ...
-
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...