DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Creating temporary tablespace

  1. #1
    Join Date
    Jun 2000
    Location
    chennai,tamil nadu,india
    Posts
    159

    Creating temporary tablespace

    I need a syntax to create a temporary tablespace with locally managed and uniform extent size.

  2. #2
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    CREATE TEMPORARY TABLESPACE "MY_TEMP" TEMPFILE
    'E:\oracle\ORADATA\TEST\my_tmp.dbf'
    SIZE 150M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M;


    http://download-west.oracle.com/docs...5e.htm#2063487
    -- Dilip

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width