| Dropping User [message #408129] |
Sun, 14 June 2009 09:44  |
sudh11482 Messages: 8 Registered: September 2007 Location: Lucknow |
Junior Member |

|
|
Dear All,
Im using Oracle 7 on Unix platform and Oracle 10G on Linux 5.2 platform.In both the versions of Oracle whenever I dropped the user,the space allocated to it does not get free.
I checked the space alloted for the tablespaces by using DBA packages that tells about the space occupied and space available.
Does'nt Oracle free the space once the user is dropped or when it is freed??
Thanks in advance..
|
|
|
|
|
|
| Re: Dropping User [message #408135 is a reply to message #408134] |
Sun, 14 June 2009 10:18   |
Michel Cadot Messages: 28995 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
Copy and paste what you do and what you see don't try to explain it.
Before please read OraFAQ Forum Guide, especially "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code (See SQL Formatter), use code tags and align the columns in result.
Use the "Preview Message" button to verify.
Also always post your Oracle version (4 decimals).
Regards
Michel
|
|
|
| Re: Dropping User [message #409123 is a reply to message #408134] |
Fri, 19 June 2009 08:45   |
JRowbottom Messages: 5254 Registered: June 2006 Location: Sunny North Yorkshire, ho... |
Senior Member |
|
|
| Quote: | Im using Oracle 7 on Unix platform and Oracle 10G on Linux 5.2 platform.In both the versions of Oracle whenever I dropped the user,the space allocated to it does not get free.
|
You may be misunderstanding how Oracle works.
When you create a user and grant them a quota on a tablespace, the amount of free space in that tablespace does not change - no blocks are set aside and reserved for that users exclusive access.
The quota is used as a value to check against when allocating extents in the tablespace.
|
|
|
|
| Re: Dropping User [message #410550 is a reply to message #410549] |
Sun, 28 June 2009 09:36  |
Michel Cadot Messages: 28995 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
How does this answer to the question?
If OP dropped the user then he already knows your statement.
Regards
Michel
|
|
|