在drop user之前,建議擷取該使用者的依賴情況,dropuser

來源:互聯網
上載者:User

在drop user之前,建議擷取該使用者的依賴情況,dropuser

在刪除這兩個使用者之前,建議擷取這兩個使用者的依賴情況:

SQL> col owner format a15SQL> col name format a15SQL> col REFERENCED_NAME   format a30SQL> col REFERENCED_OWNER format a16SQL> col REFERENCED_LINK_NAME format a30SQL> set line 200SQL> select * from dba_dependencieswhere REFERENCED_OWNER  in (‘A’,’B’);

對來源於這兩個user的依賴做一個記錄。

 

SQL> select * from dba_dependencieswhere OWNER  in (‘A’,’B’); 

對屬於這兩個user的依賴做一個記錄。

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.