9i - When I do a full backup in RMAN such as:

{ ....
backup
full
format '/backups/db_%t_%s_p%p'
(database); }

the control file is going to $ORACLE_HOME/dbs. Can I change this location to my backup directory?


Second question:

What is the difference between (database) and (database include cuurent controlfile)? Are both the same in 9i when it comes to backing up the control file?