In today’s article, we will be learning how to list Users Gaining Unauthorized Access to Oracle Database. We can list users who have entered an …
Read More »PostgreSQL EXISTS Condition
In today’s article, I will explain the use of the PostgreSQL EXISTS condition, which allows us to perform operations with the subquery set to TRUE …
Read More »Find Trace File Of Session
In today’s article, we will be learning how to find the trace file of a session. We can do this in 3 different ways. 1. …
Read More »Memory Usage Of SQL Query On PGA
In today’s article, I’ll be explaining how to find the amount of Memory Usage Of SQL Query On PGA. We can find out using the …
Read More »PostgreSQL NOT IN
In today’s article, we will be explaining the Use of NOT IN to fetch data that does not contain the specified values. Let’s explain through …
Read More »Oracle Trace File
In today’s article I will be explaining the Alert file which details an error received. Information about a user’s session, which SQL sentence the user …
Read More »How To Restart Agents In Oracle 13c Cloud Control
In today’s article we will be covering How To Restart Agents In Oracle 13c Cloud Control. Use below command to start the agent. [crayon-67676db1a230a823908393/] [crayon-67676db1a230e441613748/] …
Read More »PostgreSQL SUBQUERY IN
In today’s article, we will be cover about the use of the IN command, which is one of the Subquery types. For Example: Let’s find …
Read More »Alert Files
In today’s article, we will be learning about the Alert files that we will write about the errors and changes in the Database. This file …
Read More »How To Install SSL Certificate In Oracle Weblogic Server
In this article, I will explain the process of creating and deploying SSL Certificates in Weblogic running on Oracle Linux operating system. First of all, …
Read More »