Hi,

Can any one please let me know what is wrong with this statement to create tablespace...

create tablespace newtabspace datafile 'c:\orawin95\database\newtabspace.ora' size 10m
autoextend on next 500k permanent
SQL> /
create tablespace newtabspace datafile 'c:\orawin95\database\newtabspace.ora' size 5m
*
ERROR at line 1:
ORA-19502: write error on file "c:\orawin95\database\newtabspace.ora", blockno
1 (blocksize=2048)
ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
OSD-04026: Invalid parameter passed.
O/S-Error: (OS 64) The specified network name is no longer available.

Please advise me.. This is just practice.. on Windows Personal Oracle 8 ... Thanks