1. create user aaa identified by 123 123需要用引號
2. 查看當前有什么權限,查看session_privs
3. 查看當前有什么角色,查看session_roles
4. 讓用戶的口令失效alter user xxx password expire
5. 回收的系統權限不遞歸,對象權限會級聯
6. create database時,如果文件已經存在,不能直接覆蓋原來文件,使用REUSE語句
7. alter system disable/enable restricted session;
posted on 2010-05-23 21:37
xrzp 閱讀(145)
評論(0) 編輯 收藏 所屬分類:
oracle-基礎