select owner,object_name,object_type from
dba_objects where data_object_id in
(select obj from x$bh where hladdr in
(select addr from (select addr from v$latch_children where name='cache buffers chains')))
and owner not like '%sys%';
例子:sql> select owner,object_name,object_type from dba_objects where data_object_id in (select obj from x$bh where hladdr in
2 (select addr from (select addr from v$latch_children where name='cache buffers chains')))
3 and owner not like '%sys%';
owner object_name object_typ
---------- -------------------- ----------
robinson hot_block table
找出時間所屬的區間段
乙個實際的問題,有以下幾個時間區間 0 00 3 00 3 00 4 30 4 30 7 00 7 30 11 00 11 00 13 00 13 00 14 00 14 00 15 00 15 00 18 00 18 30 23 00 23 00 24 00 找出時間 2009 02 03 14 ...
linux下修改資料夾的所屬使用者和所屬組
首先開啟終端 mihoyo tg parrot temp su 或 sudo 模式輸入下面的命令 mihoyo tg parrot temp ls l可以看到顯示了乙個資料夾,並且所屬使用者和使用者組都是root mihoyo tg parrot temp ls l 總用量 12 drwxr xr ...
如何找到該使用者所屬的project server組
今天一同事問我如何判斷登陸使用者屬不屬於某project server組,我一開始就想到sharepoint裡面的spuser組,但詳聊才知道project server工作組和sharepoint組是不一樣的,它有其特殊的許可權,這裡就不再介紹其許可權。根據我的經驗,projectserver讀取...