RMAN/DATAPUMP


rman
++++++++
rman stands for recovery manager .
It is utility/tool to take backup and perform restore and recovery.
And also known as rman client.
rman executable is located at $ORACLE_HOME/bin.
when we type rman and hit enter it will internally call recover.bsq file.
Brain behain rman is recover.bsq which is located at $ORACLE_HOME/rdbms/admin.

Target Database:
+++++++
The database which is going to backup(source)
Backup Set
+++++++++
It is a logical structure that contain one or more backup pieces.
Default one backup piece for one backup set.
Backup Piece
+++++++++++
It is a physical file or operating system file which containing the backup of datafile, archive redolog file and control file.
No  Catalog
++++++++++
Default RMAN is configured in NO CATALOG Mode.
RMAN backup information will be stored in Controlfile.
Catalog
++++++
Backup information stored in CATALOG that is seperate from TARGET database in the form of tables and views.
bacup information also stored in controlfile.
Catalog Database
++++++++++++++
In which catalog object will store.
Catalog Owner
++++++++++++
Who owns the catalog object.
Degree of Paralism
++++++++++++++
The number of channel that rman can open during backup or recovery.
Default is 1 Channel.

Backup Optimization
++++++++++++++++
rman doesnt perform a file backup if it has already backed up identical version of the file.
Image Copy
+++++++++
Image copies are similar to the copies of operating system files.
We can make image copies of datafile, controlfile and archive redolog file.
Rman image copies can be made only to disk.
they cant be made to tape.

Proxy Copy
++++++++++
rman can alos perform a special kind of backup called the proxy backup.
proxy copies cant be used to disks.





+++++++++++++++++++++++++++++++++++++++++++++++++++
CLICK  ON THE BELOW LINK TO SEE IN MORE DETAILS
+++++++++++++++++++++++++++++++++++++++++++++++++++
How to check the configuration of rman?
How to use show command in rman?
How to change rman setting using "CONFIGURE" command?
How to change controlfile autobackup using rman
How to backup controlfile using rman?

2 comments:

  1. READ ABOUT JAVE THREAD DUMPS IN WEBLOGIC.

    http://mkkoracleapps.blogspot.in/2012/06/java-thread-dump-stack-trace-in.html

    ReplyDelete
  2. http://onlineapps.blogspot.in/2013/03/shared-appltop-and-shared-filesystem.html#!/2013/03/shared-appltop-and-shared-filesystem.html

    ReplyDelete