当前位置:网站首页>【数据库】navicat --oracle数据库创建
【数据库】navicat --oracle数据库创建
2022-06-12 12:25:00 【weixin_43224306】
第一次登录,与plsql相同,以管理员身份登录
图0.1

图0.2
请注意,这里需要sysdba

?
1.navicat连接到数据库
(服务器上的本地或相同,此屏幕快照演示了本地数据库)
当navicat连接到Oracle时,可能会出现错误。此配置写在另一篇文章中
连接成功后,打开它
图1:

2.Others-directory-create directory
图2:

图3:

我复制了创建的地址,更改了姓氏,并将其保存在文件夹中
图4:

图5:

输入目录名称(我在这里测试,您有空),保存
?
3.其他表空间-创建表空间
图6:

在表格中输入名称” name”和大小,单击上方的”保存”,然后在弹出框中输入表格名称
图7:

4.设置用户权限
用户-用户
图8:

新用户是刚刚创建的数据库用户
新用户,我在这里使用TEST
(默认表空间是上面创建的表空间)
图9:

向用户添加权限
图10:

成员:connect,dba,reouse
图11:

服务器权限,我将在此处创建视图
图12:

创建成功,保存
5.注销该TEST用户
图13:

您可以自己选择连接名称,因此很容易识别
我在这里使用的简化版本,SID是XE,
帐户密码仅为TEST
图14:

稍后创建的表与mysql相同
边栏推荐
- Click to generate 4-bit random number and verify code setting
- 用vector保存对象时保存指针的优点, 以及reserve的使用
- 时序数据库 - InfluxDB2 docker 安装
- Macro compilation preprocessing header Win32_ LEAN_ AND_ MEAN
- 点云配准--gicp原理与其在pcl中的使用
- 鸡尾酒排序
- Start with Xiaobai, take the weight parameter from the trained model and draw the histogram
- object. Defineproperty basic usage
- 获取本机所有ipv4, ipv6地址
- Lightweight ---project
猜你喜欢

C语言进阶篇——浮点型在内存中的存储

C语言进阶篇——万字详解指针和qsort函数

JS attribute operation and node operation

WebStorage

Problems encountered in installing canvas and errors encountered in running the project

Performance comparison test of channel and condition variables of golang in single production and single consumption scenarios

promise的理解已经利用promise实现图片的预加载(顺序加载)

Reasons for college students' leave

轻量化---Project

Ros- resolve error "tf2\u buffer\was not declared in this scope"
随机推荐
【VIM】.vimrc配置,已经安装Vundle,YoucompleteMe
NewOJ Week 10题解
导航中,添加边框影响布局的解决方法
Shielding does not display vs warning
A short guide to SSH port forwarding
VGg small convolution instead of large convolution vs deep separable convolution
VS2019 设置 CTRL+/ 为注释和取消注释快捷键
Cocktail sort
Conversion between ROS map picture pixels and map coordinate system coordinates
Vs2019 set ctrl+/ as shortcut key for annotation and uncomment
SEO optimization of web pages
从小白入手,从已经训练好的模型中取出weight权重参数绘制柱状图
JS string array converted to numeric array and how to add the numbers in the array
Principle of master-slave replication of redis
你不会只会用console.log()吧?
sublime_ Textuse
A. Prefix range
for in 与Object.keys()的区别
Backtracking, eight queens
Time series database - incluxdb2 docker installation