当前位置:网站首页>SQL developer graphical window to create database (tablespace and user)
SQL developer graphical window to create database (tablespace and user)
2022-07-29 06:44:00 【hljqfl】
1, Start with SYS Link database

2. We use sql Statement to create a tablespace

create tablespace db_test -- Table space name datafile 'D:\oracle\product\11.2.0\dbhome_1\oradata\orcl\test.dbf' -- Physical file Table space data file storage path size 50m -- Initial value of size autoextend on -- Automatic extension next 50m maxsize 20480m -- Every expansion 50m, The maximum is 20480m extent management local;

3. Create user
create user c##testdev -- Create user name testdev, Pay attention to the front c##
identified by "test1234" -- Create a password test1234
default tablespace db_test -- Table space db_test
temporary tablespace TEMP -- Temporary table space ( default )
profile DEFAULT -- Default permissions ( Now assign )
quota unlimited on db_test; -- This user
3. Give new user permission
grant all privileges to testdev; -- Execute the statement to testdev User authorization , here The The user can log in
4. Reconnect with new users , Sign in .
边栏推荐
- day12_ Multithreading
- 软件定义边界SDP
- Hog+svm for pedestrian detection
- 4、 LAN and man
- Conversion of fixed-point number to floating-point number of vivado IP core
- 解决分频模块modelsim下仿真输出为stx的错误
- Those vulnerability attacks on app
- Online multiplayer chat room based on UDP communication
- PhantomReference 虚引用代码演示
- Network Security Learning (II)
猜你喜欢

Hongke shares | why EtherCAT is the best solution to improve the performance of the control system?

6、 Network interconnection and Internet

TCP based online dictionary

Hongke solution | a unique solution to realize seamless integration at low cost in Digital Substations

Floating point square root of vivado IP core floating point

Ansible(自动化软件)

将源码包转换为rpm包

Arrays & object & System & Math & random & Packaging

Why are the job requirements for software testing in 2022 getting higher and higher? Is there any secret in it?

Design of IIR filter based on FPGA
随机推荐
MySQL 事物四种隔离级别分析
What is DNS amplification attack
4、 LAN and man
Online multiplayer chat room based on UDP communication
Solution for website being suspended
day12_多线程
案例补充、ATM
FIR filter design (1) -- using the FDATool toolbox of MATLAB to design FIR filter parameters
解决分频模块modelsim下仿真输出为stx的错误
ping 原理
Conversion of fixed-point number to floating-point number of vivado IP core
5G控制面协议之N2接口
网络工具中的“瑞士军刀”-nc
day13_多线程下
How to pre circumvent the vulnerabilities of unsafe third-party components?
Thinking about MySQL taking shell through OS shell
day15_ generic paradigm
What is WAF protection
什么是DNS放大攻击
Inventory | major network security events of global key information infrastructure