This is an old revision of the document!
# PL SQL
# Oracle常用查询语句
## 查询用户表空间
```sql select * from user_tablespaces; ```