Job Seekers   Employers
dbapool: Authors | Submissions | Contact Us
   Forgot password? | Sign up
  Home   Discussion Forum   Articles   Interview Questions   FAQs   Scripts   Rewards   Analyzer   White Papers   Blog   Certification   Downloads   Tools
 

Topic: Database Administration >> Doubt on Creating Table

Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property. You may review the entire Oracle Certification Program Candidate Agreement online Here.



  


 Title: Doubt on Creating Table
 Virusminus  Posted: Apr 15, 2008 08:56:44 AM

 Total Post: 15
 Joined: Jan, 2008






 Hi All,

I have a small doubt, If I create a table for some other user whose default tablespace will it go into? Will it be mine default tablespace or will it be the user's for whom I am creating the table?

 Mohammed Taj
Posted: Apr 15, 2008 11:03:17 AM  

 Total Post: 746
 Joined: Jul, 2007






 
default tablespace specification define at schema level not reference level.

SQL> select username,default_tablespace
2 from dba_users
3 where username in ('U01','U02');

USERNAME DEFAULT_TABLESPACE
------------------------------ ------------------------------
U02 SPI
U01 USERS

SQL> conn u01/u01
Connected.
SQL> create table u02.test ( no number);

Table created.

SQL> conn / as sysdba
Connected.
SQL> select table_name,tablespace_name from dba_tables where table_name='TEST'
2 and owner ='U02';

TABLE_NAME TABLESPACE_NAME
------------------------------ ------------------------------
TEST SPI

 Virusminus
Posted: Apr 15, 2008 11:23:42 AM  

 Total Post: 15
 Joined: Jan, 2008






 
Thanks a lot Taj.

 Time Zone: EDT

  




Forum Rules & Description


Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user




 








Get FREE Magazines

Top 10 Forum User

  Murtuja Khokhar857
  Mohammed Taj746
  positive fanatic483
  Jayanta Sur479
  Vigyan Kaushik386
  Vinoth Kumar367
  Gopu Gopi340
  Gitesh Trivedi322
  neeraj sharma258
  Ramesh Jois246






oracle Mag



  About Us Advertise Terms of Use Privacy Newsletters Contact Us    

Home   Discussion Forum   FAQs  Articles  Jobs   Newsletters  Directory  Downloads 

Our Premium Sponsor
Confio Software