|  | 
		Salam
 
 Sir i want create user,
 
 they should access every tablespapces in DB.
 
 so if i mention default tablespace during the creation of user example (IRD_DATA_LARGE)
 
 ,so does he can access that TABALESPACE IN DB ?
 
 
 create user asia identified by asia DEFAULT TABLESPACE IRD_DATA_LARGE TEMPORARY TABLESPACE TEMP2;
 
 |