Oracle创建表空间、创建⽤户以及授权Oracle创建表空间、创建⽤户以及授权
SQL*Plus: Release 11.2.0.1.0 Production on 星期⼆ 11⽉1012:13:222020
宝宝取名字大全Copyright (c) 1982, 2010, Oracle. All rights reserved.
请输⼊⽤户名: sys as sysdba
输⼊⼝令:
连接到:
ibm 微软Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> create temporary tablespace db_temp tempfile 'd:\app\Administrator\oradata\
db_temp.dbf' size 32m autoextend on next 32m maxsize unlimited extent management
local;
三年级下册英语期末
表空间已创建。
SQL> create tablespace db_data logging datafile 'd:\app\Administrator\oradata\db
_data.dbf' size 32m autoextend on next 32m maxsize unlimited extent management l
ocal;
表空间已创建。
SQL> create user zs identified by zs account unlock default tablespace db_data
temporary tablespace db_temp;
create zs identified by zs account unlock default tablespace db_data temp
orary tablespace db_temp
*
湖南高考时间2022年具体时间第1⾏出现错误:
ORA-01920: ⽤户名'ZS'与另外⼀个⽤户名或⾓⾊名发⽣冲突
SQL> drop user zs cascade;
⽤户已删除。
SQL> create user zs identified by zs account unlock default tablespace db_data
temporary tablespace db_temp;
⽤户已创建。
SQL> grant connect,resource,dba to zs;
授权成功。
SQL> create user ls identified by ls ;
⽤户已创建。
SQL> grant connect,resource,dba to ls;
授权成功。
每一次哭都笑着奔跑SQL>绵阳中考成绩查询
注意:oracle出现The Network Adapter could not establish the connection的问题
可能是监听⽂件product\11.2.0\dbhome_1\NETWORK\ADMIN的a中的localhost没有更改,
这⾥localhost改成你的数据库安装电脑的名字就可以了,修改过程中要先停⽌oracle的各个服务,之后修改,修改完成保存在重启oracle服务即可
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论