博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在Oracle数据库启动时提示没有权限 ora-01031:insufficient privileges
阅读量:7154 次
发布时间:2019-06-29

本文共 733 字,大约阅读时间需要 2 分钟。

环境:Linux

 

操作语句:

 

[oracle@ora11r2 ~]$ sqlplus /nolog

SQL*Plus: Release 11.1.0.6.0 - Production on Thu Jun 10 18:22:16 2010
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
SQL> startup                        
ORA-01031: insufficient privileges
SQL> quit
[oracle@ora11r2 ~]$ sqlplus / as sysdba      --得用dba登录才行,汗。。。。。
SQL*Plus: Release 11.1.0.6.0 - Production on Thu Jun 10 18:25:14 2010
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> startup        
ORACLE instance started.
Total System Global Area  422670336 bytes
Fixed Size                  1300352 bytes
Variable Size             243271808 bytes
Database Buffers          171966464 bytes
Redo Buffers                6131712 bytes
Database mounted.
Database opened.
SQL>

转载于:https://www.cnblogs.com/heidsoft/p/3527311.html

你可能感兴趣的文章
IE6背景图片闪动问题
查看>>
非常不错的数据访问架构
查看>>
saltstack之(七)配置管理系统初始化init
查看>>
caffe+windows10+vs2013+GTX1070(cudnn8.0)编译错误总结
查看>>
分布式系统清晰定义
查看>>
【OpenGL 学习笔记01】HelloWorld示例
查看>>
poj——3118 Arbiter
查看>>
SQL 中 date 与datetime的区别
查看>>
C#实现Winform自定义半透明遮罩层
查看>>
多线程junit单元测试
查看>>
如何让程序跑起来――第五章
查看>>
ios
查看>>
Android Studio如何更新support repository
查看>>
PHP安装加载yaf扩展
查看>>
网站SEO优化
查看>>
mac在终端下中用sublime text 2 打开文件
查看>>
20145209刘一阳《网络对抗》实验五:MSF基础应用
查看>>
spring + dubbo + SSM + maven例子demo
查看>>
iOS中判断网络是否联网
查看>>
<<<<<<<<<用来存代码哒!!!!>>>>>>>>>>>>
查看>>