topleft
topright
SQLPlex forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:ORA-03212: Temporary Segment cannot be created (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:ORA-03212: Temporary Segment cannot be created
#21
mail-question (User)
Junior Boarder
Posts: 29
graph
User Offline Click here to see the profile of this user
ORA-03212: Temporary Segment cannot be created 6 Months ago Karma: 0  
i got this error message when connecting to the database. What is this?

ORA-03212: Temporary Segment cannot be created in locally-managed tablespace

Question from : Humberto Rodrigues
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#24
ptesone (Admin)
Admin
Posts: 29
graph
User Offline Click here to see the profile of this user
Re:ORA-03212: Temporary Segment cannot be created 6 Months ago Karma: 0  
Oracle Error description:

ORA-03212 : Temporary Segment cannot be created in locally-managed tablespace

Cause : Attempt to create a temporary segment for sort/hash/lobs in in permanent tablespace of kind locally-managed

Action : Alter temporary tablespace of user to a temporary tablespace or a d

I will recommend to check the temporary tablespace for the user you are logged.
Please run this SQL's in the DreamCoder for Oracle and open the ouput.

Code:

select 'drop tablespace temp;' from dual
Code:

select 'create temporary tablespace temp tempfile '''||file_name||''' reuse extent management local uniform size 4 M;' from dba_data_files where tablespace_name = 'TEMP'
Regards, Peter
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/17 10:29 By ptesone.
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
SQLPlex | Copyright © 2008 Mentat Technologies. All Rights Reserved