易截截图软件、单文件、免安装、纯绿色、仅160KB

Oracle查询某tablespace下的所有表

Oracle查询某tablespace下的所有表?
SQL code:
select table_name from user_tables where tablespace_name = upper('XXX');


SQL code:
select table_name, tablespace_name
from dba_tables
where tablespace_name = upper('表空间名');


谢谢,可以的


相关问答:

ado连接oracle的怪问题

以前程序好好的,能进行任何操作
但从昨天开始突然连接数据库失败,代码如下:
try
{
        ::CoInitialize(NULL);
        hr=m_pConnection.Creat ......

是oracle的bug么?散分了! - Oracle / 基础和管理

本来要写个update语句
update table_a A
  set A.flag=1
  where A.id in (select B.id from table_b B)
结果误写成
update table_a A
  set A.flag=1
  where ......

Oracle 数据导出问题 - Oracle / 高级技术

exp user/password@dbname file=c:\table.dmp tables=jbitaku,jbitakum grants=y
然後按回車鍵 說明:  user/password@dbname  分別表示用戶名,密碼和服務名 f ......

oracle内存占用不断增长问题

请教:oracle数据库进程占用一直不断上涨,大约20多天后,就会导致系统虚拟内存不足,连接断掉,请问怎么会事?
只有重启服务器才可以再正常运行,周期性出现虚拟内存不足现象!
急!!!!先感谢赐教!
which os ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号