dbTalk Databases Forums  

Creating Tablespace in sql developer (Oracle 11g)

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Creating Tablespace in sql developer (Oracle 11g) in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Norbert Pürringer
 
Posts: n/a

Default Creating Tablespace in sql developer (Oracle 11g) - 02-08-2010 , 12:35 PM






Hello,

how is it possible to create a simple tablespace ucing Oracle SQL
Developer based on Oracle 11g?

I don't want to execute an sql statement knowing the syntax.

And how do I find out the dbf file on which a tablespace is based on?

Regards,
Norbert

Reply With Quote
  #2  
Old   
Mark D Powell
 
Posts: n/a

Default Re: Creating Tablespace in sql developer (Oracle 11g) - 02-08-2010 , 12:42 PM






On Feb 8, 12:35*pm, Norbert Pürringer <thalio... (AT) graffiti (DOT) net> wrote:
Quote:
Hello,

how is it possible to create a simple tablespace ucing Oracle SQL
Developer based on Oracle 11g?

I don't want to execute an sql statement knowing the syntax.

And how do I find out the dbf file on which a tablespace is based on?

Regards,
Norbert
I do not use SQL Developer very much but I think it is more code
development orientated rather than DB management orientated.

You can see the DBA_DATA_FILES view, if authorized, to see what files
are assigned to a tablespace, size, etc ...

You can use the dbms_metadata package to generate the DDL for a
tablespace.

HTH -- Mark D Powell --

Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.