package dbms_backup_restore - RMAN, flashback.
Hello,
I'd like to use the procedure searchFiles of the package dbms_backup_restore just to list all files contained in a specific directory.
But it seems necessary to set previously the parameters db_recovery_file_dest*.
As RMAN is presently running daily for hotline backup level 0 and 1, what could be the impact? RMAN, on top of all files created in a specific FS /backup, will generate a lot of files in db_recovery_file_dest target or could you confirm me that RMAN will not create backup files in the directory specified by the parameter db_recovery_file_dest if configure rman command specifies another target directory?
I'd like to use the procedure searchFiles of the package dbms_backup_restore just to list all files contained in a specific directory.
But it seems necessary to set previously the parameters db_recovery_file_dest*.
As RMAN is presently running daily for hotline backup level 0 and 1, what could be the impact? RMAN, on top of all files created in a specific FS /backup, will generate a lot of files in db_recovery_file_dest target or could you confirm me that RMAN will not create backup files in the directory specified by the parameter db_recovery_file_dest if configure rman command specifies another target directory?
0