当前位置:网站首页>Understand several concepts of Oracle
Understand several concepts of Oracle
2022-07-28 11:06:00 【hongdi】
1、 After creating the user , The system will also create a scheme with the same name , The user has management permission for the database object under the scheme with the same name , At the same time, the system will create a default profile of the relevant vehicle ( Contains a set of constraints and configuration items , You can limit the resources that users are allowed to use );
2、 When you create a user , You need to specify the user's default table space and temporary table space ;
3、 Created different users , The system also creates different schemes , But you can specify the same tablespace for different users ;
4、 A tablespace is a logical storage unit . You can add one or more data files to a tablespace ;
5、 Create data objects in the scheme , The physical space in which database objects are actually stored is the table space by default ;
6、 Multiple schemes can share a table space ;
7、oracle Sequence in
The function of sequence is to automatically generate integer values , As the value of the identification field in the table .
7.1、 Create sequence :
Createsequence userman.user_s
Minvalue 1 The minimum value of the sequence is 1
Nomaxvalue The sequence has no maximum limit
Start with 1 The initial value of the sequence is 1
Increment by 1 The sequence interval is 1
Nocycle No cyclic value
Cache 20 Tell the cache to 20
7.2、 Usage sequence
The same sequence generator can be used for one or more tables , The generated serial number can be used to generate a unique primary key
User_s.nextval
Eg:Insertinto userman.users(user_id,user_name)values(userman.user_s.nextval,'newuser')
8、MGMT_user.make_em_user(' user name ')
Configure that the specified user can log in OEM
边栏推荐
- PHP发送移动MAS短信乱码的解决方法
- BC35 NB模块AT指令开发总结
- The use of C language linked list
- The 10th Landbridge cup embedded electronic provincial competition
- Jianzhi offer 09. realize queue with two stacks
- 低代码(aPaas)为什么最近又火了?
- Ec20/ec25 4G module at instruction development summary
- const与指针的组合使用
- 用 ZEGO Avatar 做一个虚拟人|虚拟主播直播解决方案
- Samba server configuration
猜你喜欢

蓝桥杯嵌入式-HAL库-USART_RX

蓝桥杯电子类嵌入式第十届省赛

表格数据处理软件,除了Excel还有什么?

剑指 Offer 35. 复杂链表的复制

Software designers ask 20 questions before the exam, pay attention!!

Learn how to do e-commerce data analysis (with operation analysis index framework)

ctf技能树----文件上传

CRM+零代码:轻松实现企业信息化

Pyqt5 rapid development and practice 4.13 menu bar, toolbar and status bar and 4.14 qprinter

Crm+ zero code: easily realize enterprise informatization
随机推荐
ICML 2022 | graph represents the structure aware transformer model of learning
nodemcu之开发环境配置
Preliminary understanding of float
Network file system service (NFS)
GKRandom
CGAL compilation error
Bc35 NB module at instruction development summary
Ec20/ec25 4G module at instruction development summary
构建快捷开发IDE:VisualSVN+Sublime+Visual Studio 2013+QuickEasyFTPServer
理解Oracle的几个概念
Learn these analysis methods and models, and no longer have no ideas when encountering problems
Arduino基础知识
If you don't climb mountains, you don't know the height of the sky; If you don't face deep streams, you don't know the thickness of the earth
Nodejs: mongodb simple fuzzy + paging query instance
盘点:令人心动的数据可视化图表
Product side data analysis thinking
Do data analysis, do you still not understand RFM analysis method (model)?
Analysis of boot process of cortex-m4 and cortex-a7 kernel
哈希表的相关知识点
Software designers ask 20 questions before the exam, pay attention!!