Category: remote dba service
RMAN is only option for OMF and Oracle ASM as Backup and Recovery Tool In the field of Oracle backup and recovery, there exist many solutions that are used for applying various strategies. In this article we will introduce some of these solutions to make you familiar with the terms. Recovery Manager (RMAN) There [...]
Read More
Hi Friends, Today we discuss about isqlplusctl utility of Oracle. Use isqlplusctl to start and top the iSQL*Plus application server. The iSQL*Plus application server requires to be started before you can use iSQL*Plus utility of Oracle. Syntax Isqlplusctl [start/stop] Parameters: Start Starts the iSQL*Plus application Server. Stop Stops the iSQL*Plus application Server. Example: To start [...]
Read More
Hi Friends, What is the gc current block 3-way wait or gc current block 2-way wait event. Following article is explaining the more detail of gc current block 3-way wait secret with performance tuning of wait event in RAC Oracle Database. So many times oracle rac database wait event gc current block 3-way wait logs [...]
Read More
Hi Friends, Here you can find out some useful and important Oracle DBA scripts for managing and administrating Database very easily. Oracle DBA Scripts-1: How to check hidden PGA parameter setting from Oracle hidden parameters. Following scripts are very useful to get hidden pga parameters. Kindly execute with SYSDBA privilege. select a.ksppinm name, b.ksppstvl value [...]
Read More
Save Oracle Licensing cost using Smart Computing. Unfortunately installation takes placed by non-specialists of Oracle software, installation done with analysis of client needs and application structure details. Due to this reason client has to spend more charges of Oracle licensing cost when it doesn’t require Oracle Enterprise Edition.
Read More
Hi friends, Today we see how to delete archive forcefully using RMAN. When some of archives are being deleted from disk and RMAN still consider those archives due to retention period. Then we can delete those archives from rman metadata using following command. RMAN>delete unavailable; If we are getting some specific archive related error or [...]
Read More