Link to home
Start Free TrialLog in
Avatar of rvaede
rvaede

asked on

Backing up Oracle to NFS

I am trying to backup an Oracle database and log files to an NFS mount in a UNIX environmnet

sys@ORADEV> alter database backup controlfile to '/xxx/phase2/oradata/ctrl_oradev_test.ctl';
alter database backup controlfile to '/xxx/phase2/oradata/ctrl_oradev_test.ctl'
*
ERROR at line 1:
ORA-01580: error creating control backup file /mnt/phase2/oradata/ctrl_oradev_test.ctl
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 2
ASKER CERTIFIED SOLUTION
Avatar of mohammadzahid
mohammadzahid
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rvaede
rvaede

ASKER

that worked.  Thank you.  I that new for Oracle 10?