Yearly Archives: 2021

MANUAL DATABASE CREATION

MANUAL DATABASE CREATION IN ORACLE LINUX In this blog describe the installation of Oracle database 12c release 2 on Oracle Linux 6 as manual method. First, you should have installed …

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

How to run Active user in concurrent Request to check the performance.

How to run Active user in concurrent Request to check the performance. Step – 1 – Once log into the browser. Go to “System Administrator”     Go to concurrent…

Read More

How to rectify the error – Ora 150(This error occur due to abnormal shutdown on application).

Error facing – While facing the 150 error(This error occur due to abnormal shutdown on application).  Please stop the application with sh ADSTPALL.sh and use below query and start the…

Read More

How to Start the Application in EBS

  How start the  Application in EBS? Step 1- Go into oracle log-in In EBS you will get the ENV file with default installation and you need to go with…

Read More

How to connect Developing tool Toad from oracle.

How to connect Developing tool Toad from oracle. Once installation is completed and EBS comes into the front End. Through the TNS number we can connect the Developing tool Toad…

Read More

Steps for Partition of SDA

Step 1 [root@subash ~]# df -h Filesystem           Size  Used Avail Use% Mounted on devtmpfs             5.4G     0  5.4G   0% /dev tmpfs                5.4G     0  5.4G   0% /dev/shm tmpfs                5.4G   13M  5.4G   1%…

Read More

How to access SQL Development tool in oracle

To access SQLDevelopment in oracle   Cd $ORACLE_HOME [oracle@subhash1 db_1]$ ls –lrt [oracle@subhash1 db_1]$ cd sql [oracle@subhash1 db_1]$ cd sqldeveloper/ [oracle@subhash1 sqldeveloper]$ . ./sqldeveloper.sh Before this we need to start…

Read More