Posts by Sundaraiya Balu

Fetching particular concurrent request out file remotely

This script fetch & transfer the specific concurrent request log file to remote location. $ vi Connout.sh cat /dev/null > /usr/tmp/ftp.log cat /dev/null > /usr/tmp/ftp1.log echo “Enter Concurrent program Request…

Read More

Get any Apps User Password from Backend

In this steps we can find any user name’s password in oracle apps. STEP 1:  login to Database through Command Prompt #sqlplus / as sysdba STEP 2 : Create Function…

Read More

ORA-00245: control file backup failed in Rman backup

A snapshot controlfile is a read consistent copy of a database controlfile which RMAN creates because the controlfile is changed constantly. The snapshot controlfile must be on a location shared…

Read More