Oracle Tablespace report in html format

Script to get Tablespace report in html format. Run the below script on SQL prompt of oracle database . It generates tbs_rep.html file . SET MARKUP HTML ON ENTMAP OFF

Oracle Database 19c installation requirements on AIX

Prerequisites for 19c installation:     IBM AIX 7.1 on POWER Systems (64-Bit) Minimum Operating System Requirements Item Minimum Requirements SSH Requirement OpenSSH_7.5p1 or later AIX 7.1 Operating System AIX

ORA-19870: error while restoring CDB backup piece.

ORA-19870: error while restoring backup piece.ORA-19507, ORA-27029 We received above mentioned errors while restoring a tape backup from prod environment to non-prod env. As soon as the restoration starts ,

Script to get CPU intensive queries in oracle

Script to get CPU intensive queries in oracle.     Query to get the SQL details that take more than 5 minutes ========================================================= SELECT sql_id, child_number, executions, elapsed_time, cpu_time, buffer_gets,