Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I've got backups with rman working when I do them from the command line, i.e. if I set device type as such:

% CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/opt/test/%U';
% BACKUP DATABASE;

This works fine. But when I try to set this backup location manually in enterprise manager (on the backup settings page), or any other location, I always get the error:

Disk backup location error. - The specified disk backup location does not exist.

What am I missing here? Is there a specified format for the backup location field? Is there some restriction on what directories can be used?

Note: the database (and enterprise manager) is running as user "oracle", the directory in question is owned and rwx for that user, as well as rx for group "dba".

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.