| 
		
			| Tempoary tablespace  [message #396610] | Tue, 07 April 2009 05:54  |  
			| 
				
				
					| pokhraj_d Messages: 117
 Registered: December 2007
 | Senior Member |  |  |  
	| Hi, 
 I am creating one tempoary tablespace using beloe syntax:-
 ==========================
 
 create temporary tablespace TEMP
 tempfile '<PATH>' size 300M
 extent management local;
 
 
 After creating the above tablespaces I found that the segment space management option is "manual".
 
 
 Can I use "segment space management" at the above syntax, as I am getting error when I am using this option.
 
 Please help how to use this option at "CREATE TEMPORARY TABLESPACE" syntax.
 
 Pokhraj
 
 
 
 |  
	|  |  | 
	|  | 
	|  | 
	| 
		
			| Re: Tempoary tablespace  [message #397343 is a reply to message #396610] | Fri, 10 April 2009 02:59   |  
			| 
				
				
					| pokhraj_d Messages: 117
 Registered: December 2007
 | Senior Member |  |  |  
	| Hi, 
 The below are the temporary tablespace status:-
 ============================================
 TABLESPACE_NAME           FILE_NAME                                   MB AUT
 ------------------------- ----------------------------------- ---------- ---
 PSTEMP                    /ghrmsqa/oradata01/PSTEMP01.dbf           2000 YES
 PSTEMP                    /ghrmsqa/oradata04/PSTEMP04.dbf           2000 YES
 
 
 I want to set auto extend max size to 1500 MB for the PSTEMP tablespaces.
 
 Please help me out if there is any command for the same.
 
 Pokhraj.
 [Updated on: Fri, 10 April 2009 03:00] Report message to a moderator |  
	|  |  | 
	|  | 
	|  | 
	|  | 
	|  | 
	|  | 
	|  | 
	| 
		
			| Re: Tempoary tablespace  [message #397364 is a reply to message #397361] | Fri, 10 April 2009 06:12  |  
			| 
				
				|  | Michel Cadot Messages: 68770
 Registered: March 2007
 Location: Saint-Maur, France, https...
 | Senior MemberAccount Moderator
 |  |  |  
	| | pokhraj_d wrote on Fri, 10 April 2009 12:56 |  | the reason why I raised the request in this forum. 
 Pokhraj
 
 | 
 This is only answer we can give we what you posted.
 Do you think there is only ONE possible error or only ONE answer to fix ALL errors?
 
 Regards
 Michel
 
 
 [Updated on: Fri, 10 April 2009 06:13] Report message to a moderator |  
	|  |  |