ChinaUnix.net
相关文章推荐:

servicename given in connect descriptor

SID given in connect descriptor could not be resolved! [oracle@server2 oracle]$ sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Fri Aug 12 11:24:17 2005 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. SQL>; connect / as sysdba SQL>; startup ORA-01081: cannot start already-running ORACLE - shut it down first SQL>; exit Disconnected from Oracle9i Enterprise Edition...

by yuandanyi - Oracle - 2005-08-12 13:41:40 阅读(1163) 回复(2)

相关讨论

我安装了Oracle9i Rac On AIX,一个节点的SID为ORA91,另一个节点的SID为ORA92,使用SQLPLUS时servicename=ORA9可以访问数据库; 但在WEBLOGIC中配置连接池时必须指定SID(如ORA91),才能创建成功! 这正常吗?当这一节点出现故障时能正常访问数据库吗?谁能解释一下其中的原理? 谢谢!

by thl_cn1981 - Oracle - 2005-04-23 07:40:27 阅读(2584) 回复(3)

I compile a module, and use kldload command to load the module, but kldload says: "can't load ./xxx.ko: No such file or directory". It is weird. What's wrong? The module is there, kldload can't see it? I constructed a module and declared sysctl varible. If I use SYSCTL_DECL instead of SYSCTL_NODE, kldload will print that message. In this case, the parent node -- ss is not exist, the sysctl va...

by mirnshi - BSD文档中心 - 2006-07-27 21:39:07 阅读(1015) 回复(0)

各位前辈,谁能详细说说init.ora中的servicename是什么?数据库跟实例的概念刚理解了,这个不懂了,谢谢

by HappyWin - Oracle - 2005-11-15 13:43:56 阅读(1170) 回复(3)

我的程序没有perror,printf等输出的函数,但是总是会得到Bad file descriptor的信息,请问 这是为什么阿?

by darkslack - C/C++ - 2008-04-07 15:44:11 阅读(10751) 回复(4)

相对于decorator, iterator, generator, metaclass 这些概念,descriptor是python所有概念中最难理解的一个了。尽管python documentation对其描述不多(基本上是一笔带过),以至于很多人忽略了这个概念。事实上,自己以前也忽略了它,只不过最近重温python时无意间发现了他,觉得非常有必要深入研究它。 自己的理解是建立在前人的基础之上的。不过,网上关于descriptor的资料实在是有限,下面是自己认为有参考价值的几个链接: 1.h...

by rc_hz - Python文档中心 - 2006-10-23 13:47:05 阅读(1334) 回复(0)

phpMyAdmin使用时出错:[已解决] 错误信息: Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. ... 解决方法: 修改 /var/lib/php/session 目录用户组权限为httpd.conf中的用户组权限后问题解决。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/13258/showart_390013.html

by hongtao425 - php文档中心 - 2007-09-26 09:22:24 阅读(788) 回复(0)

公网静态ip:x.x.x.x 内网ip:xx.xx.xx.xx,使用Ipfire+Natd想做port Map,将xx.xx.xx.xx:110到公网:xxx.xxx.xxx.xxx:110上,能实现吗? 另使用ADSL是静态IP,还需要配置ppp吗?

by tyr1 - BSD - 2003-07-24 15:34:36 阅读(1400) 回复(2)

现在我打开了一个指向一个文件 descriptor, 现在我怎么把他重定向到 stdout上呢?就是让他指向输出?

by zhn636 - C/C++ - 2007-09-13 14:38:17 阅读(1367) 回复(8)

hi: 查询的时候就报这个错误,怎么回事?

by kingbeg - Java - 2007-04-03 19:39:15 阅读(2072) 回复(2)

if(write(fd,&data,2)<0) { printf("fd is %dn",fd); printf("i2c: watchdog write error.n"); printf("Error :%sn",strerror(errno)); close(fd); exit(-1); } 咝绣e誤打印信息為 fd is 3 i2c: watchdog write error Error: Bad File descriptor 在這段程序之前有ioctl設置,read等 都沒有出錯 到了write錯了,怎麽解決啊?

by heavensword - 内核/嵌入技术 - 2005-11-14 08:28:49 阅读(1293) 回复(4)