Showing posts from April, 2019

Installing BlueJeans Application on Linux Mint/Debian Based OS

Steps to install BlueJeans on LinuxMint/Debian 1. Download BlueJeans RPM 2. Install ali…

Read more

How To Run The Workflow Directory Services Concurrent Program From The SQLplus Prompt

In this blog I am going to share how to run below programs from back end. 1. Run the …

Read more

ORA-29548: Java system class reported: release of Java system classes in the database (12.1.0.2.0 1.6) does not match that of the oracle executable (12.1.0.2.180717 1.6)

Error: ORA-29548: Java system class reported: release of Java system classes in the d…

Read more

RMAN Useful Commands-LIST

RMAN List Command   To list all existing backups : RMAN> LIST BACKUP;   To list all…

Read more

Static and Dynamic Listener Concepts in Oracle Database

Static listener and Dynamic listener What is a Listener? Listener is used to listen…

Read more

Query to Generate Script for Compiling Invalid Objects in Oracle Database

Query  to list invalid objects select decode(object_type, 'PACKAGE BODY', …

Read more

Query to check Concurrent Program Submitted by any Specific User in Apps

Query: SELECT     distinct user_concurrent_program_name,     responsibility_name,  …

Read more