摘要:
误删除一个表 1,SQL> drop table test1; Table dropped. 2,查看recyclebin的信息 SQL> col origninal_name format a15; SQL> col type format a15; SQL> select object_name 阅读全文
摘要:
When Oracle detects a deadlock, the current SQL in the session detecting the deadlock is cancelled and 'statement-level rollback' is performed so as t 阅读全文