| Default Tablespace [message #254078] |
Wed, 25 July 2007 12:53  |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |

|
|
hi guys,
could anybody tell me what is the syntax to view the default & temporary tablespace in oracle9i ??
Regards,
Balaji
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Default Tablespace [message #254089 is a reply to message #254087] |
Wed, 25 July 2007 13:36   |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
SQL> ;
1 select PROPERTY_NAME,PROPERTY_VALUE
2 from database_properties
3* where property_name in ('DEFAULT_TEMP_TABLESPACE','DEFAULT_PERMANENT_TABLESPACE')
SQL> /
PROPERTY_NAME PROPERTY_VALUE
------------------------------ --------------------
DEFAULT_TEMP_TABLESPACE MY_TMP_TS
DEFAULT_PERMANENT_TABLESPACE MY_USERS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Default Tablespace [message #254126 is a reply to message #254123] |
Wed, 25 July 2007 16:20   |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
| balaji1482 wrote on Wed, 25 July 2007 14:58 |
hey i already told u i asked u the default & temporary tablespace for the index data,table data, etc... not only the user default & tablespace.
now u r the big stupid .
first understand the question properly .
|
calm down man,Respect seniors
| Quote: | hey i already told u i asked u the default & temporary tablespace for the index data,table data, etc
|
ok tell me when you will create table where it will go?
offcourse your default tablespace.
if i have default tablespace USERS and i have quota on USERS1 i issue the create table command where will be table create in this case USERS or USERS1
it will create in USERS because thats mine default tablespace but if i create table like this
create table balaji
tablespace USERS1
as
select * from dba_users in this case it will not create in default tablespace.
[Updated on: Wed, 25 July 2007 16:21] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: Default Tablespace [message #254178 is a reply to message #254123] |
Thu, 26 July 2007 01:43   |
 |
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
| balaji1482 wrote on Wed, 25 July 2007 22:58 |
hey i already told u i asked u the default & temporary tablespace for the index data,table data, etc... not only the user default & tablespace.
| You did not.
| balaji1482 wrote on Wed, 25 July 2007 22:58 | now u r the big stupid .
| you should reread what you type. There are characters missing. That's rude and unprofessional. I detest language like that. I really do.
Second: It is YOU who ask a question here. If your not satisfied with the response at least have some respect for the people who take the time to answer you without getting anything in return.
| balaji1482 wrote on Wed, 25 July 2007 22:58 | first understand the question properly .
| First understand a database properly. %_USERS (% as in "Oracle wild card", an equivalent to the asterisk or "*" in Windows) can be used in the query 'SELECT object_name FROM dba_objects WHERE object_name like '%_USERS'.
Sad. Just sad.
MHE
[Updated on: Fri, 27 July 2007 01:34] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|