Posts by Inbaraj Asirvatham

Recover User and Table using Flashback Database

Description:- Oracle Flashback Technology provides a set of features that support viewing and rewinding data back and forth in time. The flashback features offer the capability to query past versions…

Read More

How to Create and Manage Partition Tables in Oracle

Description:- Partitioning is powerful functionality that allows tables, indexes, and index-organized tables to be subdivided into smaller pieces, enabling these database objects to be managed and accessed at a finer…

Read More

Backup files through using to create Database in Oracle 12c

Description:- Backup your databases and use the restore and recover features to restore a database to the same or another system or to recover database files.It is important to create…

Read More

Performing point in time recovery using RMAN

Description:- RMAN database point-in-time recovery (DBPITR) restores the database from RMAN backups. RMAN will be consider all ( required ) backups (full, incremental, transectional) to restore or roll forward to…

Read More

How to Converting Non CDB to CDB in Oracle 12c

Description:- The multitenant option introduced in Oracle Database 12c allows a single container database (CDB) to host multiple separate pluggable databases (PDB). DBMS_PDB package permits to generate an XML metadata…

Read More

RMAN Active based Cloning Database using Oracle 12c

Description:- Duplicating from an active database doesn’t require any RMAN backup to be taken from the source database.Active database duplication copies the live target database over the network to the…

Read More

RMAN Backup based Cloning Database using Oracle 12c

Description:- RMAN has the ability to duplicate, or clone, a database from a backup or from an active database. It is possible to create a duplicate database on a remote…

Read More

How to Recover From Lost or Missing Database Parameter Files Without any Backup

Description:- If you lost both spfile and pfile of the instance when it is up and running. Suppose you don’t have any type of rman or autobackup also. How can…

Read More