How To Generate ASH Report in Oracle Database?
To generate ASH Report in an Oracle database. It’s simple and very easy, please follow the below steps. ASH Report to identify performance bottlenecks. ASH … Read more
To generate ASH Report in an Oracle database. It’s simple and very easy, please follow the below steps. ASH Report to identify performance bottlenecks. ASH … Read more
To generate ADDM Report in an Oracle database. It’s simple and very easy, please follow the below steps. Full form of ADDM report: Automatic Database … Read more
To generate AWR report, ASH report, and ADDM report for Oracle RAC and non-RAC databases. Below are the sql scripts to execute as a Sysdba … Read more
To check an Oracle user permission in an Oracle database, you can query the data dictionary views like DBA_SYS_PRIVS and DBA_TAB_PRIVS, which store information about … Read more
We tried to start the database but got “ORA 27102 out of memory” errors. There was a DB activity to perform and we normally shut … Read more
Table fragmentation means when you updated or deleted data in a table and you wanted to reclaim space, yes you could, but Oracle immediately can’t … Read more
To resize temporary tablespace in an Oracle 11g database, you should follow the below given document approach, which includes prerequisites. Checking the current configuration, and … Read more
In this article, we will discuss how to grant read only access to user in Oracle database. In the very first we need to create … Read more
What is SAP? SAP, which stands for Systems Applications and Products, is a multinational software corporation that provides services like enterprise software to manage business … Read more
The common linux commands In this post, we have tried to mention all common linux commands that are relevant to the linux administrator and dba … Read more