Query Performance issue n solution with profile

Pinning the plan hash value in Oracle Database to resolve performance issue. Overview of the issue Query was running slow in Datawarehouse database .Resolved by creating sqlprofile using coe_xfr_sql_profile.sql script.

Oracle DB Performance Issue n solution with sqltrpt

Oracle Query Performance issue and solved by accepting sql profile.   Overview of the issue Oracle Query from application running was slower than the previous execution. DB version is 12.1.0.2.0

Checklist for Successful Implementation of DB Change

Checklists for Oracle Database change requests(CRs).   Pre-Implementation Checks 1)       OS/Database/schema valid Backups to be taken before the activity  Check if OS/Database/schema valid Backups have been taken (Y / N)

Flashback RAC database to restore point

Flashback RAC database to restore point. While doing flashback RAC DB we will start one instance in mount and another instance will be in shutdown state. High Level Steps 1)select

How to add new disks in ASM Diskgroup

Adding new Disks in ASM DiskGroup   Get the LUN #/ name from the Unix/storage team,and follow the below steps. Step 1 :List the mapper details # cd /dev/mapper/ #

Command Prompts in Unix and Linux Operating systems

Command Prompts in Unix and Linux Operating systems.   Command Prompt is a built-in feature in computers that allows users to interact with their operating system through a command-line interface. 

Oracle DB migration from windows to Exadata machine

Database Migration steps from windows 2003 to Exadata DB Server : Steps @(windows) Source server: 1.Connect to the database Cmd>set oracle_sid=<sidname>             Cmd>sqlplus sys as sysdba             Password:<password>