1.

How To Check The Version Of Your Recovery Catalog?

Answer»

You can EASILY CHECK the version of your recovery catalog by issuing the following COMMAND from SQL*PLUS after logging in as the recovery catalog owner:

RMAN@rmandb > select * from rcver;
VERSION
—————
11.02.00.04

You can easily check the version of your recovery catalog by issuing the following command from SQL*Plus after logging in as the recovery catalog owner:

RMAN@rmandb > select * from rcver;
VERSION
—————
11.02.00.04



Discussion

No Comment Found