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('表空间名');
谢谢,可以的
相关问答:
以前程序好好的,能进行任何操作
但从昨天开始突然连接数据库失败,代码如下:
try
{
::CoInitialize(NULL);
hr=m_pConnection.Creat ......
本来要写个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 ......
exp user/password@dbname file=c:\table.dmp tables=jbitaku,jbitakum grants=y
然後按回車鍵 說明: user/password@dbname 分別表示用戶名,密碼和服務名 f ......
请教:oracle数据库进程占用一直不断上涨,大约20多天后,就会导致系统虚拟内存不足,连接断掉,请问怎么会事?
只有重启服务器才可以再正常运行,周期性出现虚拟内存不足现象!
急!!!!先感谢赐教!
which os ......