当前位置:网站首页>oracle表空间与用户的创建
oracle表空间与用户的创建
2022-08-11 05:11:00 【weixin_47088026】
表空间与用户的创建
create tablespace spaceName(表空间)
datafile 'D:/app/Administrator/oradata/orcl/EINVOICEDATA.dbf' size 128m autoextend on next 100m;
-- Create the user
create user userName(用户名)
identified by password(密码)
default tablespace userName(用户名)
temporary tablespace TEMP;
-- Grant/Revoke role privileges
grant connect to userName(用户名);
grant dba to userName(用户名);
GRANT SELECT ANY TABLE TO userName(用户名) WITH ADMIN OPTION;
边栏推荐
- HAVE FUN | "SOFA Planet" spacecraft plan, the latest progress of source code analysis activities
- 金仓数据库 KingbaseGIS 使用手册(6.10. 几何对象操作运算符)
- Use Adobe genuine software for prostitution to reduce the slow employment and non-employment of fresh graduates
- Switch and Router Technology - 28 - NSSA Areas for OSPF
- HAVE FUN | “SOFA 星球”飞船计划、源码解析活动最新进展
- Golden Warehouse Database KingbaseGIS User Manual (6.8. Geometry Object Input Function)
- Zabbix builds enterprise-level monitoring and alarm platform
- Kong实现禁止国外IP访问
- 交换机和路由器技术-22/23-OSPF动态路由协议/链路状态同步过程
- paddlepaddle实现CS_CE Loss且并入PaddleClas
猜你喜欢

2021 Network Planning Designer Afternoon Case Questions

Layered Architecture & SOA Architecture

交换机和路由器技术-25-OSPF多区域配置

四大函数式接口

一个月闭关直接面进大厂,这份Android面试笔记是真的牛逼

How IP-Guard prohibits running U disk programs

HAVE FUN | "SOFA Planet" spacecraft plan, the latest progress of source code analysis activities

leetcode 9. 回文数

Thymeleaf

C Language: Practical Debugging Tips
随机推荐
leetcode 9. 回文数
How to use svg-icon (svg-sprite-loader plugin)
Kong实现禁止国外IP访问
网络技能树
C statement: data storage
MySQL数据库管理
[No 2022 Shanghai Security Officer A Certificate Exam Question Bank and Mock Exam
Smart Pointer Notes
梅克尔工作室--OpenEuler培训笔记(1)
Unity WebGL RuntimeError: integer overflow(整数溢出问题)
Australia cyberspace security system construction
Switches and routers technology - 26 - configure OSPF peripheral area
元宇宙社交应用,靠什么吸引用户「为爱发电」?
2022煤矿瓦斯检查考试题模拟考试题库及答案
2021 Network Planning Designer Afternoon Case Questions
交换机和路由器技术-32-命名ACL
Redis-数据类型(基本指令、String、List、Set、Hash、ZSet、BitMaps、HyperLogLog、GeoSpatial)/发布和订阅
leetcode 9. Palindromic Numbers
Paper Notes: Bag of Tricks for Long-Tailed Visual Recognition with Deep Convolutional Neural Networks
Thymeleaf