Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> standby_file_management question
I found a note, Note:221130.1, which got me by (had a createion error)
BUT the question remains: Why wasn't the standby_file_management able
to create a directory? I figured this out from reading the note AND
doing it:
SQL> alter database create datafile
'/oracle/PRD/920_64/dbs/UNNAMED00227' as
2 '/oracle/PRD/sapdata19/btabd_56/btabd.data56' size 2088952K;
alter database create datafile '/oracle/PRD/920_64/dbs/UNNAMED00227'
as
*
ERROR at line 1:
ORA-01119: error in creating database file
'/oracle/PRD/sapdata19/btabd_56/btabd.data56'
ORA-27040: skgfrcre: create error, unable to create file
HP-UX Error: 2: No such file or directory
Once I created /oracle/PRD/sapdata19/btabd_56/ then the commands would work.
Can the standby database NOT make subdirectories?
![]() |
![]() |