Displaying 1 result from an estimated 1 matches for "data_dp".
Did you mean:
data_d
2004 Sep 01
2
ocfs doesn't free space?
...10G 5.3G 4.8G 53% /db/DPS
so there are more than 4GB available.
$ sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Sep 1 12:57:48 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect / as sysdba;
Connected.
SQL> create tablespace data_dp
datafile '/db/DPS/tablespaces/dp/data01.dbf'
size 999m autoextend on
segment space management auto;
create tablespace data_dp
*
ERROR at line 1:
ORA-01119: error in creating database file
'/db/DPS/tablespaces/dp/data01.dbf'
ORA-27044: unable to write the header block of...