0 Comments

How to Check Temp Tablespace Usage in Oracle 0 (0)

How to Check Temp Tablespace Usage in Oracle Below is SQL query to find out temporary tablespace utilization of the database. which includes Tablespace name(Temp tablespace), Total size, Used size, and Free size. SQL command which fetches Temp tablespace size in GB. Click here to get sample output. SQL command which fetches database size in MB. […]

Loading

4 Comments

How to check ASM diskgroup Size in Oracle 4.7 (3)

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, Free_GB, Used_GB and Free_percentage of the disk. SQL query to fetch ASM diksgroup size. Click here to get sample output. Click here to know about […]

Loading

0 Comments

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

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. SQL command to check database startup time along with server up time in standalone database. Click here to get sample output. SQL command to check […]

Loading

0 Comments

How to check tablespace size. 5 (2)

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 Sql command which fetch tablesapce size in GB Click here to get sample output We always encourage the technical person to visit section SCRIPTS to get more […]

Loading

0 Comments

How to check oracle client version. 5 (1)

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 to find the oracle client version. SQL command to get oracle client version. Click here to get sample output. We always encourage the technical person […]

Loading

0 Comments

How to find all physicals files in Oracle 4.5 (2)

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 in oracle Question: Why do we need all physical files together? Answer: Whenever we do decommission / clone / restore / migrate etc. We always […]

Loading

0 Comments

How to find Database size in Oracle 5 (3)

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 database size in GB. Click here to get a sample output of the Oracle client version. SQL command which fetch database size in MB. Click […]

Loading