软讯网络 > 冲浪宝典 > 网络资源 > Oracle语法备注
【标 题】:Oracle语法备注
【关键字】:
Oracle
【来 源】:http://blog.chinaunix.net/article.php?articleId=23127&blogId=5526
Oracle语法备注
- (+)表示连接
- ORA-01033:ORACLE initialization of shutdown in progress
(+)表示连接 ORA-01033:ORACLE initialization of shutdown in progress解决办法:
- 打开sqlplus
- connect sys/password as SYSDBA
- shutdown abort
- startup force