Posts by Subhash Kumar MC

Steps to start/stop Workflow Notification Mailer–backend

  Steps to start/stop Workflow Notification Mailer   Check workflow mailer service current status   SQL> select running_processes from fnd_concurrent_queues where concurrent_queue_name = ‘WFMLRSVC’;   RUNNING_PROCESSES —————– 1 Number of…

Read More

APPLYING WELOGIC PACTH FOR R12.2 VIA COMMAND

                             ORACLE WEBLOGIC SERVER (WLS) 10.3.6.0.7 — 10.3.6.0.191015:                     …

Read More

Shell script to check and test printer.

Description Below script is used to check the printer, IP status and testing the printer. Script : #!/bin/bash con() { if [ $choice -eq 1 ] then echo “Give ip…

Read More

ora- 01017- Invalid username/password log on denied

Cause : Apps account locked. Solution : unlock the Apps account in system using below command Sql > Alter user apps account unlock;  

Read More

Active database cloning from target to source – release 19c.

Creation of Duplicate database using the RMAN Starting from 11G you can proceed with the duplicate database in 2 ways – Active cloning and backup-based cloning. Now we are going…

Read More

How to compile forms in Apps R12.1.3

                            Frmcmp compiler used to compile forms and library application in R12 Syntax:  frmcmp_batch userid=apps/<apps_paswd> module=<Form_Name>.fmb output_file=<Form_Name>.fmx…

Read More

19c Performing a Oracle Data Guard Manual Switchover

Enviroment Details Primary Standby DB SID INDIA INDIA DB ROLE Primary Physical Standby DB Unique Name INDIA CHINA Server IP 192.168.25.159 192.168.25.158 DB Version 19.2.00 19.2.00 OS Oel7 Oel7 Switchover…

Read More

Supported Yum install for VNC setup

vncserver yum install vnc* service iptables stop chkconfig iptables off setenforce 0 yum install gnome* yum install gnome-desktop* yum install kde-desktop* yum install desktop* yum install kde* yum groupinstall “Server…

Read More

How to enable Xclock in cloud environment via putty.

                                             How to enable Xclock in cloud environment via putty. Before setup the Display. Need to Apply the private Key   Provide the IP address and click open Need to…

Read More

How import customized program to Linux application from Window.

How import customized program to Linux application from Window. Step1 – Download Win SCP tool from Google.  ‘ You will get output as per below. Left side is Desktop information,…

Read More