- 浏览: 27338 次
- 性别:
- 来自: 北京
最新评论
1.LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 17-NOV-2011 06:50:23
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
Linux Error: 2: No such file or directory
solution:export ORACLE_SID ORACLE_HOME ORACLE_BASE.
2.TNSLSNR for Linux: Version 10.2.0.1.0 - Production
NL-00280: error creating log stream /u01/oracle/network/log/listener.log
NL-00278: cannot open log file
SNL-00016: snlfohd: error opening file
Linux Error: 13: Permission denied
Listener failed to start. See the error message(s) above...
solution:chmod 777 listener.log
3.TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /u01/oracle/network/admin/listener.ora
Log messages written to /u01/oracle/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Toshiba)(PORT=1521)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
TNS-12555: TNS:permission denied
TNS-12560: TNS:protocol adapter error
TNS-00525: Insufficient privilege for operation
Linux Error: 1: Operation not permitted
solution: chmod 777 /var/tmp/.oracle
the 1521 is used by applications,change the 1522 or others
4.TNS-12547: TNS:lost contact
TNS-12560: TNS:protocol adapter error
TNS-00517: Lost contact
Linux Error: 32: Broken pipe
solution: clear listener.log
solution:tnsping oraclelsh set oracle_sid,oracle_home sqlnet.ora .(server=dedicated) we login from the remote clients. 6.
5.SQL> conn sys/oracle@oraclelsh as sysdba;
ERROR:
ORA-12523: TNS: 监听程序无法找到适用于客户机连接的例程
发表评论
-
from string get number data using pl/sql or sql
2012-02-16 17:32 890declare @aa varchar(80),--- ... -
SQL
2012-02-15 18:01 7321.select sal salary from emp; ... -
modify ip
2012-02-10 17:45 7981.netconfig 2./etc/sysconfig/n ... -
MULTI dbwr or io slaves
2012-02-10 15:21 881thanks dukope of itpub. ... -
FAQS
2012-02-09 15:59 7561.How can I get the largest amo ... -
HOW TO STUDY ORACLE FROM Yong Huang
2012-01-18 14:48 803Assuming you want to study orac ... -
RMAN
2012-01-14 17:07 7061.components of the rman ... -
INSTANCE and CRASH RECOVERY
2012-01-12 10:12 7531.type of checkpoint full c ... -
STARTUP PFILE=
2011-12-31 14:11 12281.vi initdbs.ora spfile=&quo ... -
MANAGE TABLE
2011-12-26 16:50 5731.heap table IOT PARTI ... -
MONITOR redo size
2011-12-21 17:48 6491.set autot on stat 2.unsin ... -
What do rollback and commit
2011-12-21 11:21 745When we COMMIT, all that is lef ... -
What is the schema ?
2011-12-20 15:18 591A schema is a collection of dat ... -
MANAGE UNDOTABS
2011-12-19 17:15 6781.manual undo_management=ma ... -
DBA SQL
2011-12-19 15:21 4381.select a.name,b.status from v ... -
SEGMENT EXTENTS ORACLEBLOCK
2011-12-15 16:11 7981.SEGMENT: allocated fo ... -
MANAGE TABLESPACE AND DATAFILES
2011-12-13 15:28 5781. tablespace,segment,extent,bl ... -
ORACLE NET
2011-12-12 09:49 6871.net_service_name: servive ... -
SQLPLUS TIPS
2011-12-09 17:51 9101.SQLPLUS : a tool that execute ... -
ORACLE ENVIRONMENT VARIABLES
2011-12-09 17:15 659ORACLE_HOME ORACLE_SID : or ...
相关推荐
“Errors occurred during the build Errors running builder 'DeploymentBuilder' on project '项目名'. java.lang.NullPointerException”可能是由于MyEclipse的自动部署设置问题。解决方法包括检查.project文件...
MTS_LISTENER_ADDRESS 参数可被指定为: (ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(PORT=5000)(HOST=zeus)) (ADDRESS=(PROTOCOL=decnet)(OBJECT=outa)(NODE=zeus)) 此参数在 8.1.3 版中已废弃。 值范围: TRUE | FALSE ...
listen.c Port listener sensor_health.c Health sensor, source sensor_health.cfg Health sensor, default configuration sensor_lib.c Sensor library, source sensor_lib.h Sensor library, headers sensor_...
9. `<dubbo:listener>`:监听服务生命周期事件,如服务启动、停止等。 10. `<dubbo:filter>` 和 `<dubbo:executor>`:分别用于添加服务过滤器和定制线程池,增强服务行为。 了解这些知识点后,开发者可以根据实际...
<location>/errors/404.jsp ``` 以上介绍了`web.xml`文件中的一些基本配置元素,掌握这些元素对于构建高效、可靠的Java Web应用至关重要。随着技术的发展,虽然有些功能已被注解所替代,但`web.xml`仍然是理解和...
2,With Event-triggered, multi-threaded event listener and the task of read-write access, solute single-threaded reading and writing performance bottleneck. Connection is out of the thread limit. 3,...
API: Added EventListener.on_hover(view, point, hover_zone) API: Added functions to get and set visibility of the minimap, status bar, tabs and menu API: Modifications to a selection are now ...
Listener 102 Web deployment descriptor 105 Annotations 106 Resource annotation 106 EJB annotation 107 Web deployment plan 108 Tomcat specific configuration 110 Jetty specific configuration 111...
严重: Context [/OAProject] startup failed due to previous errors 2009-8-29 14:02:25 org.apache.catalina.core.ApplicationContext log 信息: Closing Spring root WebApplicationContext log4j:WARN No ...
if (result.hasErrors()) { return "createUserForm"; } userService.createUser(user); return "redirect:/users/" + user.getId(); } ``` 这里的 `BindingResult` 可以用来检查验证结果。 #### 总结 ...
<location>/errors/404.jsp ``` **13. `<taglib>`元素** - **用途**:指定自定义标签库的位置。 - **示例**: ```xml <taglib-uri>/WEB-INF/myTags.tld <taglib-location>/WEB-INF/myTags.tld ``` *...
errors标签 13.10. 处理异常 13.11. 惯例优先原则(convention over configuration) 13.11.1. 对控制器的支持:ControllerClassNameHandlerMapping 13.11.2. 对模型的支持:ModelMap(ModelAndView) 13.11.3...
errors标签 13.10. 处理异常 13.11. 惯例优先原则(convention over configuration) 13.11.1. 对控制器的支持:ControllerClassNameHandlerMapping 13.11.2. 对模型的支持:ModelMap(ModelAndView) 13.11.3...
安全配置Oracle监听器 (Securing the Oracle Listener) 监听器是Oracle数据库的关键组件之一,负责监听客户端请求并将其转发到正确的实例。考生应掌握如何配置监听器的安全设置,包括设置密码、限制访问、配置SSL等...
### Oracle监听器的安全配置(Securing the Oracle Listener) Oracle监听器是数据库系统与客户端应用程序之间的通信接口,确保其安全性至关重要。通过配置监听器参数、限制访问、使用SSL加密等措施,可以有效防止...
如果在编译PL/SQL Package时遇到错误,可以通过以下命令查看错误信息:`SHOW ERRORS PACKAGE pkg_name;` 或者使用Oracle Enterprise Manager等工具来查看更详细的错误报告。 ### 10. 如何搜集表的各种状态数据 ...
严重: Context startup failed due to previous errors 2009-11-06 21:39:17 org.apache.catalina.core.StandardHostDeployer install 信息: Installing web application at context path /tomcat-docs from URL ...
'module_listener_options' => array( 'config_glob_paths' => array( 'config/autoload/{,*.}{global,local}.php', ), 'module_paths' => array( './module', './vendor', ), ), ); ``` ### 6. 创建控制...