A technical troubleshooting blog about Oracle with other Databases & Cloud Technologies.

SQL

4 min read

What is Recovery Catalog? A recovery catalog is a database schema used by RMAN Which is used to stored Metadata...

white ruled notebook 1 min read

The ROW_NUMBER built-in SQL function provides superior support for ordering the results of a query. ROW_NUMBER is an analytic function....

1 min read

The Oracle COALESCE() function accepts a list of arguments and returns the first one that evaluates to a non-null value. The following...

full frame shot of shelf 1 min read

Data Consistency In Oracle Database, each user must see a consistent view of the data, including visible changes made by...

3 min read

Structured Query Language (SQL) is the set of statements with which all programs and usersaccess data in an Oracle Database....

pieces of paper with words 3 min read

In Oracle Database, a database schema is a collection of logical data structures, or schema objects. A database user owns...