desc table [message #63656] |
Mon, 25 October 2004 10:11 |
sidd
Messages: 130 Registered: May 2003
|
Senior Member |
|
|
SQL> desc nt_city_yr_fldsales02_agg
Pid 13983 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
msgcnt 28 vxfs: mesg 001: vx_nospace - /dev/vg00/lvol4 file system full (1 block extent)
Memory fault
*************************************
when i try to desc the table i got the above error message, and it also created a core file on my unix dir where i ran the sqlplus. can anyone explain me what is that and why it did not desc a table?
|
|
|
Re: desc table [message #63659 is a reply to message #63656] |
Mon, 25 October 2004 14:25 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
"vx_nospace - /dev/vg00/lvol4 file system full (1 block extent)
"
Do a "df -k" at the OS to see if /dev/vg00/lvol4 is full.
|
|
|