InterviewSolution
| 1. |
How To Check The Syntax Of Rman Commands? |
|
Answer» Start the RMAN CLIENT with the OPERATING system command-line argument checksyntax. $ rman checksyntax The command has no syntax errors The command has no syntax errors You can ALSO use the checksyntax argument to check the syntax of RMAN commands that are part of a command file. Example: Start the RMAN client with the operating system command-line argument checksyntax. $ rman checksyntax The command has no syntax errors The command has no syntax errors You can also use the checksyntax argument to check the syntax of RMAN commands that are part of a command file. Example: |
|