码迷,mamicode.com
首页 >  
搜索关键字:startup    ( 2881个结果
解决windows系统的oracle数据库不能启动ora-00119和ora-00130的问题
SQL>startup 报错ora-00119 ora-00130 出现上述错误应该是数据库的监听文件出了问题,修改listener.ora文件: # listener.ora Network Configuration File: D:\app\WCWEN\product\11.2.0\clien...
分类:数据库   时间:2014-11-21 14:03:36    阅读次数:171
ASM安装错误整理
ASM安装错误整理错误1描述最后运行root.sh时出现如下错误:#/u01/app/11.2.0/grid/root.shAdding daemon to inittabCRS-4124: Oracle High Availability Services startup failed.CRS-4...
分类:其他好文   时间:2014-11-19 22:04:59    阅读次数:211
TOMCAT
Tomcat tomcat6支持servlet2.5 tomcat7支持servlet3.0 1. 启动关闭tomcat 需要先配置JAVA_HOME * 双击%CATALANA_HOME%\bin\startup.bat * 双击%CATALANA_HOME%\bin\shutdown.bat 访...
分类:其他好文   时间:2014-11-19 15:34:03    阅读次数:231
让apache2不开机启动,管理Ubuntu的开机启动项
今天在网上发现了一个很好用的管理Ubuntu下开关启动的软件,叫做sysv-rc-conf使用命令行:tf@ubuntu:/etc/apache2$ sudo update-rc.d -f apache2 remove Removing any system startup links for /e...
分类:Web程序   时间:2014-11-19 10:39:16    阅读次数:194
ORA-00845: MEMORY_TARGET not supported on this system
[oracle@huntdb~]$sqlplus"/assysdba" SQL*Plus:Release11.2.0.3.0ProductiononMonNov1718:39:112014 Copyright(c)1982,2011,Oracle.Allrightsreserved. Connectedtoanidleinstance. SQL>startup ORA-00845:MEMORY_TARGETnotsupportedonthissystem SQL>startupmount OR..
分类:其他好文   时间:2014-11-18 11:57:15    阅读次数:235
因信号量问题导致ORA-27154无法启动数据库
测试库执行startup时提示(11.2.0.1): 查询ORA-27154的错误: Error: ORA-27154 Text: post/wait create failed --------------------------------------------------------------------------- Cau...
分类:数据库   时间:2014-11-17 15:55:18    阅读次数:248
eclipse启动tomcat无法访问
症状:tomcat在eclipse里面能正常启动,而在浏览器中访问http://localhost:8080/不能访问,且报404错误。同时其他项目页面也不能访问。关闭eclipse里面的tomcat,在tomcat安装目录下双击startup.bat手动启动tomcat服务器。访问htt://lo...
分类:系统相关   时间:2014-11-17 12:09:04    阅读次数:208
Java和Flex整合报错(五)
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-11-16 15:20:57 org.apache.catalina.core.AprLifecycleListener init 信息: Loade...
分类:编程语言   时间:2014-11-16 16:01:06    阅读次数:346
Servlet(五)web.xml常用的一些配置
(1)lode-on-startup,该Servlet会在项目启动时被调用(主要调用起init方法,为安全着想,一般不应该为该Servlet建立URL映射),一般用作预处理一些数据,或者配合多线程建立定时任务 FirstServlet com.hunhun.FirstServlet 1 (2)init-param,可用做Servlet的一些配...
分类:Web程序   时间:2014-11-16 10:43:53    阅读次数:176
db_recovery_file_dest_size 满导致数据库启动失败
启动数据库时: SYS@orcl11g>startup ORACLE instance started. Total System Global Area 417546240 bytes Fixed Size 2213936 bytes Variable Size 327157712 bytes Database Buffers ...
分类:数据库   时间:2014-11-16 10:41:21    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!