Re: ora-07516 in VMS

From: Jack Jung <jjung_at_ca.oracle.com>
Date: 1996/08/22
Message-ID: <321C52E1.24A8_at_ca.oracle.com>#1/1


Joe Bianco wrote:
>
> create tablespace POOLDB_DATA datafile
> *
> ERROR at line 1:
> ORA-01119: error in creating database file
> 'ORA_DISK1:[ORACLE7.DB_POOLDB]POOLDB_DATA01.DBS 2G'
> ORA-07516: sfccf: $open file error
> %RMS-E-FNF, file not found - %SYSTEM-W-NOSUCHFILE, no such file
>
> Thanks
> Joe
Your syntax looks wrong, try:

create tablespace POOLDB_DATA datafile
'ORA_DISK1:[ORACLE7.DB_POOLDB]POOLDB_DATA01.DBS' size 2G; Received on Thu Aug 22 1996 - 00:00:00 CEST

Original text of this message