Home » Oracle » Oracle Database » Page 2

Oracle Database

An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve related information. A database server is the key to solving the problems of information management.Many companies has implemented their data in Oracle. Most of them are mission critical. So Oracle database concept need to be very clear to manage these mission critical things. At the same time Oracle database needs to deliver high performance also. A database server also prevents unauthorized access and provides efficient solutions for failure recovery.

Below section I have tried to present all the important features in Oracle Database management

Pre-built Oracle database for learning and testing using Oracle Developer VM

Oracle Developer Day pre-installed virtual machine is very useful for performing lab testing on the Oracle database. It is beneficial for practising the Oracle database on a Linux machine on your laptop. You can also export your application database and import it into this pre-installed Oracle VM, It is very quick and easy to set …

Pre-built Oracle database for learning and testing using Oracle Developer VM Read More »

RMAN DUPLICATE DATABASE CLONING WITH ACTIVE DATABASE

What is duplicate using the Active database : Active database duplication copies the target database over the network to the destination and then creates the duplicate database. Only difference is you don’t need to have the pre-existing RMAN backups and copies. The duplication work is performed by an auxiliary channel. This channel corresponds to a …

RMAN DUPLICATE DATABASE CLONING WITH ACTIVE DATABASE Read More »

How to Get environment variables of running process in Linux

In this post, we will talk about one of the useful things that administrator often has to use. The topic is How To Get environment variables of running process Linux. Let’s first start with what is environment variable and then find out How To Check Environment Variables for a Running Process in different flavours of Unix system …

How to Get environment variables of running process in Linux Read More »

Oracle Flashback query

In this post, we will discuss the Flashback technology in Oracle, its architecture, Oracle  Flashback query, the syntax to use Oracle  Flashback query What is Flashback technology in Oracle? Oracle has introduced Flashback Technology that lets you view past states of database objects or return database objects to a previous state without using point-in-time media …

Oracle Flashback query Read More »

Scroll to Top