朝花夕拾-1

朝花夕拾-1
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. al ter system disable/enable restricted session;

你可能感兴趣的:(朝花夕拾-1)