Hi Folks, Datetime functions operate on date (DATE), timestamp (TIMESTAMP, TIMESTAMP WITH TIME ZONE, and TIMESTAMP WITH LOCAL TIME ZONE), and interval (INTERVAL DAY TO SECOND, INTERVAL YEAR TO …
Read More »Oracle
PL/SQL – Number Functions
Hi Folks, Functions are similar to operators in that they manipulate data items and return a result. Functions differ from operators in the format of their arguments. This format …
Read More »PL/SQL – Character/String Functions
Hi Folks, Functions are similar to operators in that they manipulate data items and return a result. Functions differ from operators in the format of their arguments. This format …
Read More »Oracle Tutorial | Advanced Oracle Database Tutorials for Senior Oracle DBA
Hi, I will share with you Step by Step Oracle Database Tutorials for Senior Oracle DBA.
Read More »How to Clear ILOM FMA Faults And Reset The SP on Exadata or Other Servers
Hi, I will explain How to Clear ILOM FMA Faults And Reset The SP on Exadata or Other Servers in this post.
Read More »PL/SQL for real world – 8 features that you have to know
Hi folks, In this post, I’m going to discuss 8 features that you must know to work with PL/SQL. These are structures that I have been using most in …
Read More »PL/SQL For Practitioners – #8 Type object and Table of Type
Hi folks, Object-oriented programming is especially suited for building reusable components and complex applications. In PL/SQL, object-oriented programming is based on object types. They let you model real-world objects, …
Read More »PL/SQL For Practitioners – #7 Packages
Hi folks, A package is a schema object that groups logically related PL/SQL types, variables, constants, subprograms, cursors, and exceptions. A package always has a specification, which declares the public items that …
Read More »PL/SQL For Practitioners – #6 Functions
Hi folks, A user-defined function is a set of PL/SQL statements you can call by name. Functions are very similar to procedures, except that a function returns a value to …
Read More »PL/SQL For Practitioners – #5 Procedures
Hi folks, A procedure is a subprogram that performs a specific action. This feature is extremely important and vastly that we can use when developing in PL/SQL. Before invoking …
Read More »
IT Tutorial IT Tutorial | Oracle DBA | SQL Server, Goldengate, Exadata, Big Data, Data ScienceTutorial