How to create External Audit table in oracle?
In my previous articles I have given detailed information about triggers, statement triggers and row triggers as well. While working with row level triggers I have explained you that we are using the...
View ArticleHow to send mail using UTL_MAIL package in PL/SQL?
In my previous article I have given the details about multiple types of triggers with its real life industry examples. In this article I would like to give information about another important topic...
View ArticleHow to create Oracle database link with example?
In my previous article I have given the different PL/SQL examples which are very useful in real life. In this article I would like to throw light on Oracle database link with examples. The Oracle...
View ArticleOracle Kill Job Steps | How to kill Oracle job with Examples?
In my previous article I have given multiple examples of PL/SQL; In this article I would like to give the very useful concept – Oracle Kill Job with multiple real life examples. There are so many...
View ArticleHow to grant select access to v$session to other users?
In my previous articles I have given some of the most important issues coming in the oracle. In this article I would like to give brief steps of most common task from DBA – How to grant select access...
View ArticleHow to process XML data with Oracle PL/SQL with examples?
In my previous article I have given the examples of how to do performance tuning for PostgreSQL with examples. In this article i would like to give you information about the how to process XML data...
View ArticleHow to Load data using PLSQL code?
In my previous article I have given the details of steps of how to load CSV data in to SQL tables also given details to load the data using database link. In this article I would like to give the...
View ArticleHow to find Username who executed Query in Oracle SQL?
In my previous articles I have given the way to find cumulative sum and queries like that. In this article I would like to give you the straightforward steps to find the Username who executed query...
View ArticleHow to find SQL_ID for SQL query step by step?
In my previous article I have given ways to find out the Username for SQL query. I got question in my mind that many SQL developers will be facing issue to find the SQL_ID for SQL query step by step....
View ArticleHow to create csv file using PL/SQL step by step?
In my previous article I have given information about the PLSQL XML data examples. In this article I would like to give you information and proper steps to create csv file using PL/SQL code. There are...
View Article