问题描述:在scott用户下创建视图的时候,报错:权限不足.(其他用户以此类推)解决方法: 以dba用户登录 sqlplus / as sysdba 赋予scott用户创建VIEW的权限 grant create view to scott 以scott用户登录oracle conn scott/tiger 创建视图成功 CREATE OR REPLACE VIEW myview AS SELECT * FROM emp where deptno = 20;
#install lsb packagesudo yum install -y redhat-lsb #install net-tools package sudo yum install -y net-tools#sudo时不需要密码(NOPASSWD前是\t)sudo vim /etc/sudoersnanjing ALL =(ALL) NOPASSWD: ALL#Set the hostname to a unique name (not localhost).modify HOSTNA