ASM problem [message #306942] |
Mon, 17 March 2008 06:04 |
joeguo101@163.com
Messages: 3 Registered: March 2008
|
Junior Member |
|
|
All tablespaces in my test database only occupy 1G. The ASM disk group has 2.4G. Why free disk space in ASM group is 0?
orcl@DIDI>select tablespace_name, bytes/1024/1024 from dba_data_files;
TABLESPACE_NAME BYTES/1024/1024
------------------------------ ---------------
USERS 135
SYSAUX 260
UNDOTBS1 30
SYSTEM 450
EXAMPLE 150
orcl@DIDI>select NAME,STATE,TOTAL_MB,FREE_MB from v$asm_diskgroup;
NAME STATE TOTAL_MB FREE_MB
------------------------------ ----------- ---------- ----------
ORCL_DATA1 CONNECTED 2900 0
RECOVERYDEST MOUNTED
Could any oracle experts tell me why?
[Updated on: Mon, 17 March 2008 06:24] by Moderator Report message to a moderator
|
|
|
|
|
|
Re: ASM problem [message #306977 is a reply to message #306942] |
Mon, 17 March 2008 07:16 |
joeguo101@163.com
Messages: 3 Registered: March 2008
|
Junior Member |
|
|
Thanks Mahesh Rajendran!
I've searched all disks and I can't find asmcmd.bat. I have set ORACLEHOME and SID to ASM and windows still can't find that command.
It doesn't matter to find this command.
orcl@DIDI>create tablespace test datafile '+ORCL_DATA1' size 1m;
create tablespace test datafile '+ORCL_DATA1' size 1m
*
ERROR at line 1:
ORA-01119: error in creating database file '+ORCL_DATA1'
ORA-17502: ksfdcre:4 Failed to create file +ORCL_DATA1
ORA-15041: diskgroup space exhausted
Could you explain it for me?
|
|
|