当前位置:网站首页>Oracle tablespaces, users, and authorization to users
Oracle tablespaces, users, and authorization to users
2022-06-11 02:08:00 【tonysh_ zds】
oracle All data of users in are stored in the table space , Many users can share a table space , You can also specify that a user only uses a certain table space .
Table space : Creating a tablespace will create a data file on the physical disk , As a database object ( user 、 surface 、 Stored procedures and so on ) Physical storage space ;
user : The creating user must specify a tablespace for it , If no default tablespace is explicitly specified , Is specified as users Table space ; After creating the user , Can be on the user , Create table 、 Stored procedures and other database objects ;
notes : The following operations are in sys Under the user
1. Create tablespace
LAOMA: Tablespace name .
route : Represents the storage table space ***.dbf The address of
100M: Indicates the size of the table space
2. Create users and specify tablespaces
LAOMA_USER: User name
password: User password
LAOMA: Table space name assigned to the user
3. Authorize users
Express the connect,resource Authority granted to LAOMA user
Express the dba Permission granted to LAOMA user , Authorized success .
4. Assign the new tablespace to an existing user
It means that you will LAOMA This table space is assigned to LAOMA_ONE This existing user
边栏推荐
- 2021-3-1matlas MNIST database training for CNN writing
- [Haas hands on] creative case of new video program launch we started the first phase together E01: Internet of things engineers started the remote control manipulator with you
- Task03: building an offline material system
- Task01: array
- Contest2902 - following Tang Kelian's programming: sequence structure question d: area 201502 question f: persistence of supporting college students in Ludian earthquake
- Is it correct to declare an array in this way? int n=10,a[n]; What if so? const int n =10; int a[n];
- [leetcode] LRU cache
- Understanding of pointers
- Project sorting of Online Exercise System Based on gin and Gorm
- Basic underlying principles of concurrent programming (4)
猜你喜欢

How to change the administrator's Avatar in win11? Win11 method of changing administrator image

Polynomial multiplication

Today's sleep quality record 80 points

Record the actual record of my question brushing

SAP smartforms page feed printing automatic judgment

Win11触摸键盘主题如何更换?Win11更换触摸键盘主题的方法

ASEMI场效应管12N65参数,12N65规格书,12N65特征

Method of using dism command to backup driver in win11 system

Task05: tree

flutter_swiper 轮播图 插件
随机推荐
[matlab] image transform (Fourier transform, discrete cosine transform)
【MATLAB】图像压缩编码(DCT、RLE)
Xpath注入
20n10-asemi medium and small power MOS transistor 20n10
Switch case uses enumeration classes to compare
flutter_swiper 轮播图 插件
Coordinates of the capital of each province in China
[image processing] multi functional image processing system based on Matlab GUI [including Matlab source code 1876]
[leetcode] restore binary search tree
2021-3-1matlas MNIST database training for CNN writing
Metersphere tutorial: how to assert when the returned result of the interface is null
Some records of China open SSL compilation
[Haas hands on] creative case of new video program launch we started the first phase together E01: Internet of things engineers started the remote control manipulator with you
Shell learning tutorial (super detailed and complete)
SAP smartforms page feed printing automatic judgment
[leetcode] LRU cache
Sequence table exercises
[music] playing blue and white porcelain based on MATLAB [including Matlab source code 1873]
adb 常用命令解析
Understanding of pointers