November 13, 2023

Oracle Tutorials

Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is a multi-model[4] database management system produced and marketed by Oracle Corporation.It is a database commonly used for running online transaction processing (OLTP), data warehousing (DW) and mixed (OLTP & DW) database workloads.

RMAN Tutorials

RMAN (Recovery Manager) is a backup and recovery manager supplied for Oracle databases (from version 8) created by the Oracle Corporation. It provides database backup, restore, and recovery capabilities addressing high availability and disaster recovery concerns. Oracle Corporation recommends RMAN as its preferred method for backup and recovery and has written command-line and graphical (via …

RMAN Tutorials Read More »

RDBMS

Data is organized in tables defined by the relations of the data into organized tables. Tables can have Primary AND/OR Unique keys.They can also have Foreign Keys (FK) Generally, each table/relation represents one “entity type” (such as customer or product – names of the tables). Tables have columns and rows…

Scroll to Top