首页 >

Oracle创建用户并设置权限

数据库|mysql教程Oracle创建用户并设置权限
Oracle教程,Oracle创建用户并设置权限,数据库,O
数据库-mysql教程
php 挂q源码,ubuntu从硬盘拷贝,爬虫的核心模块,,店铺链接seolzw
SQL*Plus: Release 9.2.0.1.0 – Production on 星期六 9月 29 15:08:34 2007Copyright (c) 1982, 2002, Oracle Corporation. Al
188旅游系统源码,数据库不进vscode,ubuntu ddd字体,tomcat里打包war,企业公示 爬虫,php 下载url图片,seo学习费多少钱,asp设计OA网站,家居手机版网站模板lzw
至尊互助源码,hge.h vscode,ubuntu hls服务,tomcat占满所有cpu,爬虫 2004,php 浮点比较,淄川seo网络优化推广,免费彩票源码分享网站,网页模板 动态数据lzw

C:\>sqlplus

SQL*Plus: Release 9.2.0.1.0 – Production on 星期六 9月 29 15:08:34 2007

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

请输入用户名: sys as sysdba
请输入口令:

连接到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 – Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 – Production

SQL> create user testuser identified by pwd default tablespace users Temporary T
ABLESPACE Temp;

用户已创建

SQL> grant connect to testuser;

授权成功。

SQL> commit;

提交完成。

SQL> alter user testuser quota unlimited on users;

用户已更改。

SQL> commit;

提交完成。
SQL> quit
从Oracle9i Enterprise Edition Release 9.2.0.1.0 – Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 – Production中断开

C:\>sqlplus

SQL*Plus: Release 9.2.0.1.0 – Production on 星期六 9月 29 15:11:37 2007

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

请输入用户名: testuser
请输入口令:(此处输入pwd)

连接到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 – Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 – Production

SQL>


Oracle创建用户并设置权限
  • 关于修改Oracle服务器IP及端口时要注意的问题
  • 关于修改Oracle服务器IP及端口时要注意的问题 | 关于修改Oracle服务器IP及端口时要注意的问题 ...

    Oracle创建用户并设置权限
  • Ubuntu 8.04 安装Oracle-xe的曲折过程
  • Ubuntu 8.04 安装Oracle-xe的曲折过程 | Ubuntu 8.04 安装Oracle-xe的曲折过程 ...

    Oracle创建用户并设置权限
  • Oracle 11g 的 逻辑存储结构和物理存储结构
  • Oracle 11g 的 逻辑存储结构和物理存储结构 | Oracle 11g 的 逻辑存储结构和物理存储结构 ...