问题现象:使用scott登录Oracle以后,创建视图,提示“权限不够”,怎么解决? 解决方案:在system下进行授权即可:grant create any view to scott 提示:授权成功。