recover_clause
::=
"recover" [ "automatic" ] [ "from" "'" file_name "'" ]
( ( [ "database" ] [ until_spec ] )
| ( "tablespace" tablespace_list )
| ( "datafile" file_list )
| ( "logfile" file_name )
| ( "continue" [ "default" ] )
| ( "cancel" ) )
This rule is called by