I'm currently learning what hot backup is on an ORACLE guide which present a generic script for hot backup. I dont understand some point of this script :
PROMPT Path to destination directory:
ACCEPT repertory
PROMPT Path for first file
ACCEPT file
PROMPT Path for second file
ACCEPT spool
SPOOL &file
PROMPT spool &spool ;;
PROMPT archive log list ;;
I dont get what the first and seconde file are,and what does spool mean ? I assume this is some hot backup vocabluary however I didn't find any explanation. Any clue would be appreciated. Thanks
EDIT: Source : http://oracle.developpez.com/guide/sauvegarde/generalites/#L3.2