Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Installing Designer
Guys,
I used this SQL stmt:
CREATE TABLESPACE tabletemp datafile
'C:\oracle\product\10.2.0\db_2\database\tabletemp01.ora' size 10 M
temporary
EXTENT MANAGEMENT LOCAL AUTOALLOCATE;\
and still got the same error message
I then used this:
CREATE TABLESPACE tabletemp datafile
'C:\oracle\product\10.2.0\db_2\database\tabletemp01.ora' size 10 M
temporary
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M;
and still got the same error!!
What am I doing wrong? Received on Mon Apr 24 2006 - 09:30:43 CDT