oracle

Step to uninstall Database components(Oracle Application Express,Oracle Workspace Manager,Enterprise Manager):-

To view the database components:- col COMP_ID for a15 col COMP_NAME for a45 col STATUS for a20 set lines 100 pages 100 select COMP_ID,COMP_NAME,STATUS from dba_registry; 1) Remove Oracle Application…

Read More

Changing SYSMAN password on oms database

step 1:- connect oem database as sysdba and change the password:- sqlplus “/as sysdba” alter user sysman identified by “oem13c_monitor”; step 2:- Stop all OMS processes:- cd /u01/app/oracle/middleware/bin/ ./emctl stop…

Read More

Oracle Always Free cloud services

Databases Our choice of Autonomous Transaction Processing or Autonomous Data Warehouse. 2 databases total, each with 1 OCPU and 20 GB storage. Note:-We need choose Always free while database configuration…

Read More

Scripts related to TEMP TABLESPACE

Posted by Abishek Kathiresan Introduction: Hi All, Here we will discuss Scripts related to TEMP TABLESPACE. To check instance-wise total allocated, total used TEMP for both rac and non-rac set…

Read More

Suspend and Resume in Oracle Database

Posted by Abishek Kathiresan Here we will  see the suspend/resume  feature in Oracle Database. ALTER SYSTEM SUSPEND  statement stops all  input  and  output  (I/O)  to  datafiles (file header and file…

Read More

How to deploy Oracle EBS Cloud Manager from Market Place?

Posted by Narasimha Rao.K Introduction: The Main agenda for this post is to demonstrate basic steps to deploy Oracle EBS Cloud Manager from Market Place. Pre-requirement:  Have Oracle Cloud account login, and…

Read More

OPatch Conflict Checker

Posted by Hemanth Sathavalli Introduction: When applying OPatches to our Oracle database, we frequently encounter conflicts with the existing patches in our database  and we raise an SR with Oracle support…

Read More

CRS-2632: There are no more servers to try to place resource ‘ora.racdb.db’ on that would satisfy its placement policy

Posted by Sunilkumar Ramadoss Intoduction: Here we try to resolve the below error that I came across in RAC CRS-2632: There are no more servers to try to place resource…

Read More

Terraform : Creating New EC2 instance via Terraform

In this post, We will share – What is Terraform, How to install it, and How to Create EC2 instance via Terraform. What is Terraform Terraform is a tool for…

Read More

Multiple sheet excel report template generation in Oracle BI Publisher 10g

Objective: To create template for generating multiple sheet excel in Oracle BI Publisher 10g. Solution: Template Creation – EXCEL Step 1: Excel contains the below template with Sheet1 and 2…

Read More