Database Blog

Determining the Optimal Undo Retention Period

Determining the Optimal Undo Retention Period ============================================== You need to determine the optimal length of time for undo retention in your database. Solution You can specify the length of time…

Read More

Find the current patchset levels for products in Oracle Apps

To obtain the current patchset levels for each specific E-Business Suite functional product test the following steps: 1. Log into OAM. (Responsibility System Administrator,”Oracle Applications Manager”, menu “OAM Support Cart”)…

Read More

Queries Related to Undo in Oracle

To find retention guarantee for undo tablespace select tablespace_name,status,contents,retention from dba_tablespaces where tablespace_name like ‘%UNDO%’; To find Undo Space Availability select a.tablespace_name, SIZEMB, USAGEMB, (SIZEMB – USAGEMB) FREEMB from (select…

Read More

Locking and Disabling User Accounts in Linux

Locking and Disabling User Accounts in Linux   1. Locking the user account To lock a user account use the command usermod -L or passwd -l. Both the commands adds…

Read More

Setup a password less SSH Connectivity Quickly on Linux

  We can use ssh to connect between servers, but many times it is required to setup a password less connectivity between the servers. We can follow below steps to…

Read More

Error in `FNDLIBR’: double free or corruption (out) in Oracle Apps R12.1

Error in `FNDLIBR’: double free or corruption (out) In some concurrent programs, I was seeing the error as FNDLIBR corrupted. Other programs were working fine. This was observed in EBS…

Read More

MRP process stopped with ORA-01111,ORA-01110,ORA-01157 error

PROBLEM: After adding a datafile in primary database, recovery process in standby stopped with below error. — Error in alert log of standby database Fri Jan 15 09:56:46 2021 Errors…

Read More

Oracleasm lib commands

ASMLIB is a storage management interface. ASMLIB is not required for ASM to function; it is like an add-on library that simplifies the tasks of managing and discovering the disks.…

Read More

All About Oracle DB Audit

The auditing mechanism for Oracle is extremely flexible. Oracle stores information that is relevant to auditing in its data dictionary. Every time when a user attempts anything in the database…

Read More

ASMCMD useful Commands

Below are some of the useful ASM commands which will be helpful all the time. ASMCMD > showversion ASMCMD > showversion –releasepatch –softwarepatch ASMCMD > showpatches ASMCMD > showclustermode ASMCMD…

Read More