Name

CONNECT

Synopsis

Establishes a connection to a target, catalog, or an auxiliary database to perform backup, restore, or recovery operations.

Syntax

{ CONNECT TARGET [connectStringSpec] [;]
| { CONNECT CATALOG | CONNECT AUXILIARY } 
connectStringSpec [;]
}

Examples

The following example connects to an Oracle8i target database without using the optional recovery catalog:

$> rman target / nocatalog

This example connects to both a target database and a recovery catalog:

$> rman target / catalog rman901/secret@rman_catalog

Get Oracle RMAN Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.