当前位置:网站首页>oracle tablespace and user creation
oracle tablespace and user creation
2022-08-11 05:17:00 【weixin_47088026】
Tablespace and user creation
create tablespace spaceName(Tablespace)datafile 'D:/app/Administrator/oradata/orcl/EINVOICEDATA.dbf' size 128m autoextend on next 100m;-- Create the user create user userName(username)identified by password(password)default tablespace userName(username)temporary tablespace TEMP;-- Grant/Revoke role privileges grant connect to userName(username);grant dba to userName(username);GRANT SELECT ANY TABLE TO userName(username) WITH ADMIN OPTION;边栏推荐
猜你喜欢

C Language: Practical Debugging Tips

ARM Architecture 4: Embedded Hardware Platform Interface Development

Switches and routers technology - 24 - configure OSPF single area

【嵌入式开源库】MultiButton的使用,简单易用的事件驱动型按键驱动模块

C语言:实用调试技巧

BGP综合实验

Thymeleaf

Switch and Router Technology-34-Dynamic NAT

form form submission database Chinese becomes a question mark

Delphi7 learning record - demo example
随机推荐
Switches and routers technology - 26 - configure OSPF peripheral area
每周推荐短视频:你常用的拍立淘,它的前身原来是这样的!
Idea essential skills to improve work efficiency
2.2 user manual] [QNX Hypervisor 10.15 vdev timer8254
Project Practice Lecture 27: Application of Status Mode in Duplicate Brands
HAVE FUN | "SOFA Planet" spacecraft plan, the latest progress of source code analysis activities
Redis-使用jedis连接linux中redis服务器失败的解决方案
报表控件Stimulsoft报告中的数据矩阵条形码介绍
优化是一种习惯●出发点是“站在靠近临界“的地方
什么是三次握手和四次挥手(清晰易懂)
代理模式(简要介绍)
Switch and Router Technology-29-OSPF Virtual Link
网络技能树
IDEA中配置checkstyle
prometheus:(二)监控概述(你永远逃不出我的手掌哈哈)
ERROR: Could not install packages due to an OSError: [Errno 2] 没有那个文件或目录: ‘/data/xxxx
K8s复习笔记7--Redis单机和Redis-cluster的K8S实现
金仓数据库 KingbaseGIS 使用手册(6.10. 几何对象操作运算符)
Delphi7学习记录-demo实例
Day38 LeetCode