How to Check Temp Tablespace Usage in Oracle

October 13, 2020

How to Check Temp Tablespace Usage in Oracle Below is SQL query to find out temporary tablespace utilization of the database. Mountain climber | Exercise Videos & Guides | Bodybuilding.com…

Loading

📌
0💬 read more

Target Blackouts in OEM 13c

October 12, 2020

Step by Step Demonstrations on Target Blackouts in OEM 13c So blackouts allow Enterprise Manager administrators to suspend all data collection activity on one or more monitored targets. The primary…

Loading

📌
4💬 read more

How to check ASM diskgroup Size in Oracle

October 10, 2020

Sometimes we need to fetch ASM diskgroup utilization of the database in Oracle. Below is the SQL query to find ASM diskgroup size in a database which includes Name, Total_GB,…

Loading

📌
4💬 read more

How to check database startup time along with server up time in Oracle.

October 9, 2020

Below is command to check database startup time along with server up time. This is require whenever we perform reboot of database due to patching, change of parameters activities etc….

Loading

📌
0💬 read more

How to check tablespace size.

October 8, 2020

Below sql query is used to find total tablespace size of your database. which includes Tablespace name used size in MB, free size in MB and Total size in MB…

Loading

📌
0💬 read more

How to check oracle client version.

Sometime we have to run the application script from application server, but the script required a defined oracle version to run the application script successfully. Below are the Sql query…

Loading

📌
0💬 read more

How to find all physicals files in Oracle

Below is command, how to find all physical files in Oracle in one short (control files, datafiles & redolog files). Click here to get sample output of all physical files…

Loading

📌
0💬 read more

How to find Database size in Oracle

Below commands to find Database size in Oracle which includes Total DB size, Free size, used size of DB along with DB name & Hostname, etc. SQL command which fetches…

Loading

📌
0💬 read more

De-installation of WebLogic 12.2

De-installation of WebLogic 12.2 We are decommissioning one of our Linux server, that server contains WebLogic instance, so as part of decommission we decided to de- installation WebLogic instance.Below are…

Loading

📌
0💬 read more

Add Disks to ASM Disk Group in Oracle

October 1, 2020

How to add disks to ASM disk group in oracle using command line. Application team requested to create new user along with new tablespace. This is require to deploy new…

Loading

📌
2💬 read more