当前位置:网站首页>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;
边栏推荐
- -填涂颜色-
- Switch and Router Technology - 36-Port Mirroring
- 论文笔记:BBN: Bilateral-Branch Network with Cumulative Learningfor Long-Tailed Visual Recognition
- 【嵌入式开源库】cJSON的使用,高效精简的json解析库
- Switch and Router Technology - 28 - NSSA Areas for OSPF
- Resize() usage row pit in vector
- 在 关闭页面/卸载(unload)文档 之前向服务器发送请求
- Zabbix builds enterprise-level monitoring and alarm platform
- 分层架构&SOA架构
- Let's talk programming languages together
猜你喜欢

交换机和路由器技术-31-扩展ACL

用白嫖的Adobe正版软件,减少应届毕业生的慢就业、不就业等现象

【电商运营】社交媒体营销策略该如何制定?

每周推荐短视频:你常用的拍立淘,它的前身原来是这样的!

Switch and Router Technology-29-OSPF Virtual Link

Application layer protocol - DNS

Use Adobe genuine software for prostitution to reduce the slow employment and non-employment of fresh graduates

3 Module 2: Use of scientific research tools

BGP综合实验

form form submission database Chinese becomes a question mark
随机推荐
交换机和路由器技术-29-OSPF虚链路
Unity WebGL RuntimeError: integer overflow
【嵌入式开源库】MultiTimer 的使用,一款可无限扩展的软件定时器
MySQL必知必会(初级篇)
How to use svg-icon (svg-sprite-loader plugin)
C语言题解:谁是凶手!
普林斯顿微积分读本05第四章--求解多项式的极限问题
In the closing pages/uninstall (unload) sends a request to the server before the document
【FPGA教程案例49】控制案例1——基于FPGA的PID控制器verilog实现
交换机和路由器技术-27-OSPF路由重分发
form form submission database Chinese becomes a question mark
Unity WebGL RuntimeError: integer overflow(整数溢出问题)
2022 coal mine gas inspection test, simulation test question and answer
报表控件Stimulsoft报告中的数据矩阵条形码介绍
Redis-数据类型(基本指令、String、List、Set、Hash、ZSet、BitMaps、HyperLogLog、GeoSpatial)/发布和订阅
HAVE FUN | "SOFA Planet" spacecraft plan, the latest progress of source code analysis activities
-填涂颜色-
Merkel Studio--OpenEuler Training Notes (1)
剑指offer_抽象建模能力
开发工具篇第七讲:阿里云日志查询与分析