Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Installing Designer

Re: Installing Designer

From: cooldude <ahmed.barradah_at_gmail.com>
Date: 24 Apr 2006 07:30:43 -0700
Message-ID: <1145889043.452213.143890@v46g2000cwv.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US