怎样查看数据库中某一个具体的表空间信息
例如:我现在有一个表空间的名称为:SSPATBS,我现在想要查看该表空间的相关信息,应该怎么写SQL语句
------解决方案--------------------select * from user_tablespaces where tablespace_name = 'SSPATBS'
------解决方案--------------------SQL code
select * from user_tablespaces where tablespace_name = 'SSPATBS'