Results 1 to 4 of 4

Thread: Creation of tablespace in oracle database

  1. #1
    Join Date
    Jan 2010
    Posts
    53

    Creation of tablespace in oracle database

    Need to some guidance related to creation of tablespace in oracle database.I am learning somewhere and need to step forward for further. They are not on this topic currently but I need to learn something from Internet and find this interesting site.Would you please elaborate " Creation of Tablespace" topic in detail.Thanks....

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    The tablespace in oracle database

    The Tablespace :

    A database is dispersed into one or more logical storage unit called tablespaces and the tablespaces are further divided into segments and the segments are also divided into extents.

    The segment is set extents which occupied all the data and contents for a particular logical storage structure.when you create any segment,it is taken by extents and specified allocated extent will receive the creation of segment and if segment is increasing continuously and reached to the maximum of extent size then another extent would be allocated to that segment.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Types tablespace in oracle database

    Types of tablespaces :

    The oracle database uses different types of tablespaces for different purpose,I am going to describe here some details about the types of tablespaces :

    1- SYSTEMIt always stay online till database would open and contains the data dictionary and stored procedure.
    2 -UNDO It contains the undo data after any updation of database objects.
    3- TEMPORARY The temporary tablespace contains the temporary segemnts of database.i.e. After sorting operation the data is being sorted in this area and then displayed to the users.

    You can use these tablespaces in your database to use for different storage mechanism and the tablespaces which is created by user is called regular tablespace.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Creation of tablespace in oracle database

    Creating tablespace:

    You can create a tablespace to store the different types of database objects and you need to use this statement to create a tablespace :

    Code:
    SQL> Create tablespace <tablespace name> datafile '<path of the data file name>
    ' size <space in MB>;
    This is simple procedure to create a tablespace ,It has so many options according to your use .

Similar Threads

  1. sql server new database creation error. .
    By Rizwan_Akhter in forum Windows Software
    Replies: 1
    Last Post: 17-10-2011, 11:41 AM
  2. Insufficient privileges error during tablespace creation
    By Adriana_andros in forum Software Development
    Replies: 5
    Last Post: 13-02-2010, 07:15 PM
  3. Roles creation issue in oracle database
    By Ainsley in forum Software Development
    Replies: 4
    Last Post: 01-02-2010, 06:00 PM
  4. Creation of a database in OOo
    By Theodore in forum Software Development
    Replies: 3
    Last Post: 18-03-2009, 06:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,003,984.22892 seconds with 17 queries