当前位置:网站首页>Orcle创建用户+角色
Orcle创建用户+角色
2022-07-01 05:41:00 【WHY-small】
Orcle创建用户+角色
本地:orcle
账号:system【安装时候自己设置】
密码:root【安装时候自己设置】
cmd输入
sqlplus / as sysdba
–创建临时表空间
create temporary tablespace WUKQ_temp
tempfile 'D:\orcleData\DB\Oracle\dbFile\WUKQ_temp.dbf'
size 50m
autoextend on
next 50m maxsize 2048m
extent management local;
–创建表空间
create tablespace WUKQ
logging
datafile 'D:\orcleData\DB\Oracle\dbFile\WUKQ.dbf'
size 50m
autoextend on
next 50m maxsize 2048m
extent management local;
–创建用户
边栏推荐
- Idea start view project port
- busybox生成的东西
- 【考研高数 武忠祥+880版 自用】高数第二章基础阶段思维导图
- vsCode函数注解/文件头部注解快捷键
- RecycleView的一些使用
- Looking for high school student developers with similar interests
- Web Security (x) what is OAuth 2.0?
- 输入一个表达式(用字符串表示),求这个表达式的值。
- 码蹄集 - MT3149 · AND - 数据不是很强,暴力剪枝就能骗AC
- Beauty of Mathematics - Application of Mathematics
猜你喜欢
C语言初阶——实现扫雷游戏
导数的左右极限和左右导数的辨析
了解 JVM 中几个相关问题 — JVM 内存布局、类加载机制、垃圾回收
Series of improving enterprise product delivery efficiency (1) -- one click installation and upgrade of enterprise applications
Continuous breakthrough and steady progress -- Review and Prospect of cross platform development technology of mobile terminal
Debug details under pycharm
亲爱的派盘用户,我要向您表白!
SSM的教务管理系统(免费源码获取)
Speed regulation and stroke control based on Ti drv8424 driving stepper motor
Simple implementation of database connection pool
随机推荐
rust猜数字游戏
RecycleView的一些使用
Mongodb學習篇:安裝後的入門第一課
Fluentd is easy to use. Combined with the rainbow plug-in market, log collection is faster
LeetCode 最大矩形,最大正方形系列 84. 85. 221. 1277. 1725. (单调栈,动态规划)
SSM的教务管理系统(免费源码获取)
mysql 将毫秒数转为时间字符串
scope 数据导出mat
A little assistant for teenagers' physiological health knowledge based on wechat applet (free source code + project introduction + operation introduction + operation screenshot + Thesis)
加密狗资料搜集
[QT] QT after addition, subtraction, multiplication and division, two decimal places are reserved
[ffmpeg] [reprint] image mosaic: picture in picture with wheat
OneFlow源码解析:算子签名的自动推断
分片上传与断点续传
Set set detailed explanation
Geoffrey Hinton:我的五十年深度学习生涯与研究心法
【QT】qt加减乘除之后,保留小数点后两位
Debug details under pycharm
HDU - 1069 Monkey and Banana(DP+LIS)
Daily code 300 lines learning notes day 11