[grid@dbnode1
~]$ crsctl start crs
CRS-4563:
Insufficient user privileges.
CRS-4000:
Command Start failed, or completed with errors.
|
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, February 5, 2016
CRS-4563: Insufficient user privileges
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.
Sunday, December 27, 2015
Running a Command or Script in the Background on Linux
Many times we (DBAs) are in a situation
when we need to run some command or script from the command prompt on the
Linux, and during command/script execution; we face disconnection of session
and our process stops in the middle leaving a lot of mess for us to clear. To
avoid this kind of situation, it is advised to execute long running scripts or
commands in the background using Linux
Friday, December 25, 2015
Using scp command on Linux to copy Files and Directories
DBAs need to move files from one host to the other
in Linux environment. In this article, I would explain how to use scp (secure
copy) command to copy files or directories from one host to the other.
Currently I am on 192.168.20.20 (MYDBSERVER is the
hostname in this case) and I have a file /u01/oracle.tar on second host
192.168.20.30 that I want to transfer to /u01 on my current host,
Sunday, December 13, 2015
ORA-19909: datafile 1 belongs to an orphan incarnation
Your
MRP (Managed Recovery Process) may stop on your standby database with ORA-19909
error as can be seen in bellow excerpt from alert log file
Warning:
Recovery target destination is in a sibling branch
of
the controlfile checkpoint. Recovery will only recover
changes
to datafiles. |
Tuesday, December 8, 2015
ORA-17627 and ORA-12154 Returned by RMAN Duplicate Command
During RMAN DUPLICATE command, you might face this error message returned by RMAN.
C:\Users\administrator>rman target sys/pass11g@pri auxiliary sys/pass11g@aux
Recovery Manager: Release 11.2.0.3.0 - Production on Wed Sep 9 12:35:18 2015
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. |
ORA-12154 and TNS-03505
You may receive error “ORA-12154: TNS: could not
resolve the connect identifier specified” while trying to connect with the
database, and also “TNS-03505: Failed to resolve name” while using TNSPING to
test the connection. Reasons for both of these error is that you have not
created TNS service correctly
Wednesday, December 2, 2015
Creating ASM Diskgroups
In this article I would
explain how to create new ASM diskgroups. Process is same for Unix based
platforms or Windows systems, and also for other Oracle versions.
Before we move forward, you may have a look at my articles related to stamping ASM disks on windows and creating ASM disks using ASMLib on Linux to know how we create disks which are used for ASM diskgroups.
Before we move forward, you may have a look at my articles related to stamping ASM disks on windows and creating ASM disks using ASMLib on Linux to know how we create disks which are used for ASM diskgroups.
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...