In today’s article, we will be learning the first part of Single Instance 19C Database Installation with Oracle Grid Infrastructure. Oracle Database can be installed …
Read More »Nullif In PostgreSQL
In today’s article, we will be explaining what is nullif in PostgreSQL and how to use it. The nullif function returns NULL if the two …
Read More »Oracle Add Redo Log Group
In today’s article we will be learning how to add a Redo Log Group in oracle database. Groups, members and dimensions should be checked before …
Read More »Critical Authority In Oracle Database
In today’s article, we will examine what we need to pay attention to when performing Critical Authority Controls in Oracle Database. The most critical authorizations …
Read More »Natural Join PostgreSQL
In today’s article, we will be using the concept of Natural Join to join relational tables together. Unlike others, Natural Join finds the relationships between …
Read More »Drop Redo Log Group In Oracle
In today’s article we will be learning how to Drop Redo Log Group In Oracle. Before dropping a group, note that it is “INACTIVE”. [crayon-673f362db034b908434497/] …
Read More »Oracle Database User Privilege
In today’s article, we will be learning how to list which user has which privileges on Oracle Database. For this we will use the following …
Read More »PostgreSQL Full Outer Join
In today’s article, I will be explaining FULL OUTER JOIN, which is the combined version of LEFT OUTER and RIGHT OUTER JOIN in PostgreSQL. In …
Read More »Delete Redo Log Member In Oracle
In today’s article, we will be learning how to Delete Redo Log Member in oracle. When deleting a member from a group, we must check …
Read More »Oracle Database Online Partition Table
In today’s article, I will be explaining how to partition a classic table online without interruption for Oracle Database. In our work, as usual, we …
Read More »