linux中oracle使用root登陆
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
centos7中安装了oracle11g
使用root用户登录oracle
oracle在安装后会有默认的两个管理员账户sys和system
sys超级管理员
system系统管理员
[root@localhost ~]# sqlplus sys/passwd as sysdba
或者
sqlplus sys/passwd as sysoper
#sys用户相当于linux系统中的root用户。拥有dba;sysdba;sysoper的权限所以在登陆时使用as指定登陆角色
#system用户比sys用户的权限低一级,但是它拥有dba;sysdba的权限。登陆时如果不指定登陆角色,那么他其实就是以一个普通用户登录的
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)