Custom Search . . .

Wednesday, September 26, 2007

Check Rman Syntax

In command prompt you can run the following cmd. Here you can check your rman command correct or not.

% RMAN CHECKSYNTAX

RMAN> RUN

2> {

3> BACKUP DATABASE;

4> }

The command has no syntax errors

No comments: