当前位置:网站首页>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;
–创建用户
边栏推荐
猜你喜欢

Unity project experience summary

【知识点总结】卡方分布,t分布,F分布

Brief description of activation function

Using nocalhost to develop microservice application on rainbow
![[excel] column operation, which performs specific column for data in a cell, such as text division by comma, colon, space, etc](/img/c8/e3e31ad9ef214d97228cb501dd752f.jpg)
[excel] column operation, which performs specific column for data in a cell, such as text division by comma, colon, space, etc

了解 JVM 中几个相关问题 — JVM 内存布局、类加载机制、垃圾回收
![[RootersCTF2019]babyWeb](/img/b4/aa8f8e107a9dacbace72d4717b1834.png)
[RootersCTF2019]babyWeb

HCM 初学 ( 三 ) - 快速输入PA70、PA71 浏览员工信息PA10

C语言初阶——牛客网精选好题

boot+jsp的高校社團管理系統(附源碼下載鏈接)
随机推荐
Floweable source code annotation (40) class delegation
JSON data comparer
Redis数据库的部署及常用命令
Beauty of Mathematics - Application of Mathematics
libpng12.so.0: cannot open shared object file: No such file or directory 亲测有效
JDBC常见面试题
OneFlow源码解析:算子签名的自动推断
[excel] column operation, which performs specific column for data in a cell, such as text division by comma, colon, space, etc
Data governance: data governance management (Part V)
Unity uses SQLite
Set集合詳細講解
Advanced cross platform application development (III): online resource upgrade / hot update with uni app
Practice of combining rook CEPH and rainbow, a cloud native storage solution
Xuanyi maintenance manual
RecycleView的一些使用
Set set detailed explanation
Txncoordsender of cockroachdb distributed transaction source code analysis
Deeply understand the underlying implementation principle of countdownlatch in concurrent programming
busybox生成的东西
idea启动查看项目端口