Home > Database > Mysql Tutorial > body text

Oracle 临时表空间问题小结

WBOY
Release: 2016-06-07 16:58:22
Original
963 people have browsed it

1gt;用户临时缺省表空间的切换--查询用户缺省临时表空间SQLgt; select username,temporary_tablespace from dba_users;USERNAM

select * from 

(select sess.username,sess.SID,sess.serial#,segtype,blocks*8/1024 "MB",sql_text

from v$sort_usage sort, v$session sess ,v$sql sql

where sort.SESSION_ADDR = sess.SADDR

and sql.ADDRESS = sort.SQLADDR (+)

order by blocks desc

) a

where rownum

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template