Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Temp table space
Also the "temporary" key word is right after the create
instead of at the end of the statement.
create temporary tablespace temp tempfile '........' extent management local uniform size nnn.
-----Original Message-----
Sent: Friday, December 20, 2002 9:14 PM
To: Multiple recipients of list ORACLE-L
create tablespace temp
datafile <--- change to tempfile
joe
tony ynot wrote:
>An Oracle consultant made the following comment about
>our 11i db:
>"You need to drop the current temp Tablespace and
>recreate it using temp files,
>uniform 1MB extents."
>
>We have a TEMP tablespace created by "create
>tablespace TEMP .... temporary".
>What does he want us to do differently?
>thanks
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
>http://mailplus.yahoo.com
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Joe Testa INET: jtesta_at_dmc-it.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Richard Ji INET: richard.ji_at_mobilespring.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Dec 20 2002 - 21:38:40 CST
![]() |
![]() |