以下の内容はhttps://yohei-a.hatenablog.jp/entry/20100526/1274837767より取得しました。


Oracle Database 10g で削除されたテーブルを確認する

set pagesize 50000
set linesize 300
col object_name for a30
col original_name for a30
col operation for a20
col type for a20
col droptime for a20

select object_name,original_name,operation,type, droptime from user_recyclebin
order by droptime, original_name;



以上の内容はhttps://yohei-a.hatenablog.jp/entry/20100526/1274837767より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14