Free Newsletters:
Database Daily  
DBASupport

 The Knowledge Center for Oracle Professionals

Search DBAsupport:
 
HOME 11g Central 10g Central 9i Central 8i Central Oracle News Scripts FAQ OCP Zone Resources Technical Docs Tools & Utilities Forums
internet.com

» HOME
» FEATURES
    11g Central
    10g Central
    9i Central
    8i Central
    Oracle News
» COMMUNITY
    Scripts
    Forums
    FAQ
    OCP Zone
» RESOURCES
    Resources
    Technical Docs
    Tools & Utilities
    Tech Jobs
Marketplace Partners
Become a Marketplace Partner


internet.commerce
Be a Commerce Partner












internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


   DBAsupport.com > Oracle > Oracle 9i Central > Listen Software Solutions' "How To" Series




Unix Administrator with Vertias Cluster Server
The Computer Merchant, Ltd
US-IL-Joliet

Justtechjobs.com Post A Job | Post A Resume

Listen Software Solutions' "How To" Series:

Tablespaces

By David Nishimoto


Tablespaces


Adding a datafile

alter tablespace user_data
add datafile 'e:\{sid}\data\usr2.dbf' size 30M;

Autoextend
alter tablespace user_data autoextend off;

Next and Maxsize are set to zero.

alter tablespace user_data
add datafile 'e:\{sid}\data\usr2.dbf';

alter tablespace user_data autoextend on max_size=40M;

Sets the maximum disk space allowed for automatic extension of the datafile.

Taking the Tablespace Online and Offline

   Online
alter tablespace user_data online;
   Offline
alter tablespace user_data offline;

Hot Backup of a Tablespace
alter tablespace user_data begin backup;

alter tablespace user_data end backup;


This option does not prevent user from performing transactions.

Tablespace Coalese
alter tablespace user_data coalesce;

Coalesing gathers free segments. SMON usual cleans up free space.


Back to the LSS "How To" Series Main Page






The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers