I will explain Find Oracle Locked Objects | Remove Table Lock in Oracle in this post.
Read More »Oracle DBA Scripts
Find Oracle blocking sessions
I will share Find Oracle blocking sessions and Kill Locked Session Scripts & Locked Objects scripts and other Oracle DBA Scripts ( Oracle RAC, Dataguard, Performance Tuning, Monitoring and etc.. ) …
Read More »Oracle Long Running Queries
I will explain Oracle Long Running Queries in this post.
Read More »PLUGGABLE DATABASE HOT CLONE REFRESH MANUAL
Author : Cihan Gedik Email : [email protected] Linkedin : https://www.linkedin.com/in/cihan-gedik-13b55065/ Group : https://www.linkedin.com/groups/13792740/ PLUGGABLE DATABASE HOT CLONE REFRESH MANUAL Compatible Versions Oracle Database 12.1.x and Later …
Read More »Alter System Kill Session Tips in Oracle
I will explain Alter System Kill Session Tips in Oracle in this post. Sometimes application developers or client offers you to kill any session or sessions group like SQL Net …
Read More »Session Killer Procedure for Developers in Oracle Database
Hi, I will share with you Session Killer Procedure for Developers in Oracle Database in this post.
Read More »What is the SRVCTL and Useful SRVCTL Commands in Oracle RAC
I will explain What is the SRVCTL and Useful SRVCTL Commands in Oracle RAC in this post.
Read More »Oracle DBA Daily Routine Checklist and Daily Check Scripts
Hi, I will explain what are the Oracle DBA Daily/Weekly/Monthly or Quarterly Routine Checklist and Tasks in this article.
Read More »Grant Privileges
You can grant users various privileges to tables. These privileges can be any combination of SELECT, INSERT, UPDATE, DELETE, REFERENCES, ALTER, INDEX, or ALL. GRANT SELECT ANY CUBE TO …
Read More »Revoke Privileges
The privileges to revoke. REVOKE EXECUTE ANY PROCEDURE FROM BARANYILDIZ; REVOKE create ANY table FROM BARANYILDIZ; REVOKE SYSDBA FROM BARANYILDIZ;
Read More »