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

Read More

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

Read More