- 浏览: 139297 次
- 性别:
- 来自: 上海
-
最新评论
文章列表
参考资料:
http://www.linuxidc.com/Linux/2010-04/25484.htm
今天研究Oracle遇到了这个问题ora-01033:oracle initialization or shutdown in progress,经过分析研究终于解决了,写下来纪念一下。我的库是oracle 9i,具体就是90的。
一、首先:问题的产生原因,出现这个错误是因为我将oracle\oradata\oradb下的一个文件误删除掉后出现的。
二、现象:SQL*Plus无法连接,显示以下错误: ORA-01033: ORACLE initialization or shutdown in progress ,Enterprise Manager Console中也是同样的错误。
三、 ...
转载于:http://hiok.blog.sohu.com/66253191.html
applicationContext-datasource-jdbc.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans defau ...
转载于http://hi.baidu.com/%BA%AE%D3%EA008/blog/item/4d33f8a87b1094f71e17a2df.html
在安装mysql时,到最后一步,执行时,在start service,出现如下错误: Could not start the service 一般的发生原因是因为多次安装,或卸载后重装时,才会出现这个问题,所以要把所有相关的文件夹、服务、注册表等都要卸载干净了,再次安装就OK了。 有如下
在安装mysql时,到最后一步,执行时,在start service,出现如下错误:
Could not start the service
...