Julian,
Can you please tell me how you schedule a job using dbms_job to run once in a week.
rman catalog rman/test@rman target internal/oracle@test_p
run {
execute script full_backup;
}