Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

dictionary managed tablespace

This is a discussion on dictionary managed tablespace within the Database Design forums, part of the Databases category; dictionary managed tablespace how to create a dictionary managed tablespace? i tried but only one is created that is the SYSTEM....

Go Back   Geeks Talk > Databases > Database Design
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Database Design Disucss if you have any issues with Database Design and Concepts

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-18-2008
Junior Member
 
Join Date: Oct 2008
Location: india
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
kenith_shah01 is on a distinguished road
Question dictionary managed tablespace

dictionary managed tablespace
how to create a dictionary managed tablespace?
i tried but only one is created that is the SYSTEM.
Reply With Quote
The Following User Says Thank You to kenith_shah01 For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 08-30-2009
Junior Member
 
Join Date: Aug 2009
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
srioracle is on a distinguished road
Re: dictionary managed tablespace

hai friend

create tablespace <tablspacename> datafile <'path/filename'> size 10m extent management dictionary;
ex: create tablespace ts1 datafile '/disk1/oradata/db3/ts1.dbf' size 20m extent management dictionary;
if u want customized dictionary tablespace
example:
create tablespace ts1 datafile '/disk1/oradata/db3/ts1.dbf' size 10m extent management dictionary default storage(initial 40k next 50 minextents 2 maxextents 20 pctincrease 40);
Reply With Quote
Reply

  Geeks Talk > Databases > Database Design

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Locally managed tablespace jkrish.sharma DB2 0 07-27-2008 08:01 AM
Difference between metadata and data dictionary Diamond Sowjanya Data Warehousing 3 07-09-2008 04:54 PM
Can exp just export a tablespace orion42 Oracle 1 09-26-2007 01:55 PM
Real Time scenarios of Using Hashtable and Dictionary classes Geek_Guest Java 0 04-15-2007 05:23 AM


All times are GMT -4. The time now is 09:31 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved