|
Re: Query to get default tablespace of Current User [message #480818 is a reply to message #480815] |
Wed, 27 October 2010 07:22   |
 |
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
user_users.DEFAULT_TABLESPACE
ind> select comments
2 from dict where table_name='USER_USERS';
COMMENTS
---------------------------------------
Information about the current user
1 row selected.
ind> select DEFAULT_TABLESPACE
2 from user_users;
DEFAULT_TABLESPACE
------------------------------
DATA
[Updated on: Wed, 11 May 2011 06:31] by Moderator Report message to a moderator
|
|
|
|