Oracle Security Audit: SQL92_SECURITY

SQL92_SECURITY   Oracle Security Audit: Q:  How to improve security level for DML transactions?. Ans: By setting the SQL92_SECURITY parameter we can improve the security level for DML transactions. The configuration option SQL92_SECURITY specifies whether table-level SELECT privileges are required to execute an update or… Read More

PERFORMING RMAN CLONING ON DIFFERENT SERVERS

PERFORMING RMAN CLONING ON DIFFERENT SERVERS In this article we will implement RMAN Cloning on different servers.

Server 1 : Check instance information on server 1 

Check schema report by connecting RMAN 

Check archive-log  

Shutdown the database and keep database… Read More

Salesforce

Salesforce Development  SNO ARTICLE LINK DESCRIPTION TECHNOLOGY 1 mannligapotek.com https://www.ktexperts.com/introduction-to-salesforce/ Introduction to slaesforce Salesforce   Thanks for browsing we will upload more….

ORACLE: GET NOTIFIED FOR TOP SQL’s ORDERED BY ELAPSED TIME

TOP SQL’s In this article,we will get notified for TOP SQL’s ORDERED BY ELAPSED TIME Step 1 : Create temporary tables to store  TOP SQL’s

Another table to store ALL SQL’s.

Step 2 : Create the below scripts to capture TOP SQL’s in tables… Read More