C:>sqlplusSQL*Plus: Release 9.2.0.1.0 - Production on 星期六 9月 29 15:08:34 2007Copyright (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 - ProductionSQL> 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:>sqlplusSQL*Plus: Release 9.2.0.1.0 - Production on 星期六 9月 29 15:11:37 2007Copyright (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 - ProductionSQL>Oracle 获取 Number类型 null值Oracle 10g 使用REGEXP_SUBSTR 分拆字符串相关资讯 Oracle教程
- Oracle中纯数字的varchar2类型和 (07/29/2015 07:20:43)
- Oracle教程:Oracle中查看DBLink密 (07/29/2015 07:16:55)
- [Oracle] SQL*Loader 详细使用教程 (08/11/2013 21:30:36)
| - Oracle教程:Oracle中kill死锁进程 (07/29/2015 07:18:28)
- Oracle教程:ORA-25153 临时表空间 (07/29/2015 07:13:37)
- Oracle教程之管理安全和资源 (04/08/2013 11:39:32)
|
本文评论 查看全部评论 (0)