Blog Detail

Oracle Experiences

Oracle Experiences

http://bigbosswithoracle.wordpress.com/

All about my experiences with Oracle Data Base

subscribe Recent Posts

  • Changing the Size of the Tablespace

    Posted on Sunday November 8th, 2009 at 05:02 in tablespaces

    Alter the STORAGE settings of a Tablespace ALTER TABLESPACE tablespacename [MINIMUM EXTENT integer [K|M] [DEFAULT storage clause] Resizing a Tablespace ALTER TABLESPACE mydb1data ADD DATAFILE ‘\mydatabases\mydb1\mydb1data02.dbf’ SIZE 100M...

  • Space Management in Tablespaces

    Posted on Sunday November 8th, 2009 at 04:41 in tablespaces

    Locally Managed Tablespaces Free Extent Information is NOT stored in Data Dictionary Bitmap Segments are used to keep track of the free space usage Within the tablespace, there are bitmap segments Each bit in the Bitmap corresponds to a Data Block o...

  • Dropping Tablespaces

    Posted on Sunday November 8th, 2009 at 03:22 in tablespaces

    The following list provides all the possible parameters to the DROP TABLESPACE command: DROP TABLESPACE tablespacename INCLUDING CONTENTS [AND DATAFILES | INCLUDING DATAFILES] CASCADE CONSTRAINTS; INCLUDING CONTENTS - Causes all the segments in th...

  • Creating Tablespaces

    Posted on Sunday November 8th, 2009 at 02:11 in tablespaces

    The following is the generic form of the command with an explanation of the different components: CREATE TABLESPACE tablespace_name [DATAFILE clause] [MINIMUM EXTENT integer [K]] [BLOCKSIZE integer [K]] [LOGGING | NOLOGGING] [DEFAULT storage_clause] ...

  • Types of Tablespaces

    Posted on Thursday November 5th, 2009 at 00:50 in tablespaces

    There are two types of tablespaces in an Oracle database: SYSTEM and Non-System The SYSTEM tablespace is created during Database creation Its purpose is to hold the data dictionary tables, views, and stored program units. It also holds the SYSTEM u...

  • Redo Logs Information in Data Dictionary

    Posted on Wednesday November 4th, 2009 at 12:43 in redo log files

    V$LOG – Contains information about the redo logs from the control file V$LOGFILES – This view provides the current status of all the redo logs V$LOG_HISTORY – Contains information concerning archived redo logs from the control file....

Comments & Reviews

There is no rating for this blog because there are no comments yet.

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 2 + 4
Comment:
  Remember Information
 
  •  

  • Rate This Blog

  • Related Blogs

    • [Oracle Database] e-DBA

      Teaching Oracle Database Administration Skill, Learning Oracle DBA Skill For Fre…

    • Oracle Tips & Tricks

      oracle tips & tricks for database administration, database performance to optimi…

    • New Oracle DBA

      This is a site having plenty of information on Oracle databases,Oracle RAC,inter…

  • Tag Cloud