RMAN backup in Noarchive log mode

Today we will see how to take backup of Oracle Database when your database is in NOARCHIVELOG mode. Step 1: Check your database details [oracle@dbatesting ~]$ export ORACLE_SID=orcl [oracle@dbatesting ~]$ sqlplus / as sysdba SQL*Plus: Release 12.2.0.1.0 Production on Wed Dec 19 21:44:57 2018 Copyright (c) 1982, 2016, Oracle. All rights reserved. Connected to: Oracle […]

Read More

Backup a database in non-archivelog mode without recovery catalog

This article is about the backup of an Oracle database. As DBA we are well known about the types of backup.  Mainly we have two kind of backups in Oracle database first one is physical and another one is logical.  Each type of backups is important in Oracle database’s life maintenance. It depends on projects and client’s requirements that what kind of […]

Read More