oracle
pfcao
这个作者很懒,什么都没留下…
展开
-
oracle XE创建表
配置以及导入 运行 cmd.exe 命令提示符。 启动 sqlplus 以默认的用户 system 登陆 (密码是在安装过程中设定的,比如我就设定了 oracle 作为默认密码。) 1 Microsoft Windows [版本 10.0.14393] 2 (c) 2016 Microsoft Corporation。保留所有权利。 3 4 C转载 2017-04-27 13:07:47 · 1538 阅读 · 0 评论 -
oracle如何查看表空间
查看当前用户的缺省表空间 SQL>select username,default_tablespace from user_users; 查看当前用户的角色 SQL>select * from user_role_privs; 查看当前用户的系统权限和表级权限 SQL>select * from user_sys_privs; SQL>s转载 2017-04-25 20:23:58 · 6902 阅读 · 0 评论