Author: dbapath

Backup and recovery in oracle 11g

In this post, we are going to discuss complete backup and recovery strategies in Oracle database 11g. There are different types we can take a database backup. The reasons why Oracle has introduced so...

Oracle audit table example

In this post, we are going to perform an activity on audit table. We are going to explore various auditing types in Oracle 11g. According to Oracle, Auditing is the monitoring and recording of selected user...

Startup shutdown modes oracle database

In this post, we will discuss Startup and shutdown modes of Oracle database. The startup modes include startup open, startup mount, startup nomount and shutdown modes include shutdown abort, shutdown transactional, shutdown normal, shutdown...

Structure of a Database

In this Structure of a Database post, we will learn about the physical database design. An Oracle database is a set of files that store Oracle data in persistent disk storage. This section discusses the...

Oracle 11g User Management

In Oracle 11g, each Oracle database has a list of valid database users. To access a database, a user must run a database application and connect to the database instance using a valid user...

Oracle 11g Control file management

What is a control file? An Oracle control file is a binary file necessary for the database to start and operate successfully. oracle scans the content of the control file in the mount state...

Redo Log File Management

In this post, we will discuss one of the important physical files in Oracle database that is Online Redo Log File. The activity for the online redo log file can be found here Oracle...

How to create temporary tablespace 11g

In this post, we will discuss the step by step guide to create a temporary tablespace and drop existing temporary tablespace. Steps to create a new temporary tablespace. Check the existing temporary tablespace. Create...