20080402 oracle java jboss
http://www.shengfang.org
java.sql.SQLException: Connections could not be acquired from the underlying database!
就是说在3.2版本中,如果hibernate.cache.use_second_level_cache被设定为true,那么我们需要自己设定一下hibernate.cache.provider_class的类名。因为现在的Hibernate已经不再有默认的hibernate.cache.provider_class了。
http://www.hackhome.com/InfoView/Article_164669.html
ORACLE建库过程与操作
http://afy.itpub.net/post/1825/10216
Oracle手工建库
http://www.zxbc.cn/html/javajq/0413443843353.html
spring下hibernate的连接池配置
http://www.njhoo.com/csdn/knowledge.php/54-5414-5124769.html
TOMCAT 连接池连oracle连不上
http://www.23book.net/softwaredev/java/34673.htm
异常java.sql.sqlexception: io exception:the network adapter could not establish connection
PROBLEM
You are attempting to connect to an Oracle instance using JDBC and you are receiving the following error.
java.sql.SQLException: Io exception:
The Network Adapter could not establish connection
SQLException: SQLState (null) vendor code (17002)
Any or all of the following conditions may also apply:
1) You are able to establish a SQL*Plus connection from the same
client to the same Oracle instance.
2) You are able to establish a JDBC OCI connection, but not a Thin
connection from the same client to the same Oracle instance.
3) The same JDBC application is able to connect from a different
client to the same Oracle instance.
4) The same behavior applies whether the initial JDBC connection
string specifies a hostname or an IP address.
REDISCOVERY
To verify whether you are hitting this problem, verify whether the Oracle instance is configured for Multithreaded Server (MTS). If the Oracle instance is not configured for MTS, you are probably encountering a different problem. Otherwise, continue. Try forcing the JDBC connection to use a dedicated server instead of a shared server. This can be accomplished in several ways. For JDBC OCI or Thin, this can be done by reconfiguring the server for dedicated connections only. This approach, however, may not be feasible in many cases. In such cases, the following options apply: For JDBC OCI:
1) Add the (SERVER=DEDICATED) property to the TNS connect string
stored in the tnsnames.ora file on the client.
2) Set the user_dedicated_server=ON in sqlnet.ora on the client.
http://blog.csdn.net/mark_ma_lj/archive/2007/08/17/1747512.aspx
异常java.sql.SQLException: Io exception:The Network Adapter could not establish connection
http://www.aaa-nnn.cn/soft/p146/A14617929.shtml
请教spring1.2.1+hibernate3.05的配置
http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=81&threadID=46313&messageID=275170
weblogic10和spring2.0的兼容问题
http://www.javaeye.com/post/492412
Struts+Spring+Hibernate的sessionfactory找不到该怎么解决?
http://www.blogjava.net/blameswood/articles/189085.html
Spring+Hibernate+Struts
http://blog.csdn.net/qiuxiao1981/archive/2007/08/28/1761507.aspx
Error creating bean with name 'sessionFactory' defined in ServletContext resource
Error creating bean with name 'sessionFactory' defined in ServletContext resource
http://www.boogu.com/caiContent_5067.html
http://book.csdn.net/bookfiles/440/10044015613.shtml
Eclipse Web开发从入门到精通(实例版)
http://www.51testing.com/index.php?action/viewspace/itemid/69335
Jboss运行就报错了
oracle默认的用户名和密码是什么?
SYSTEM
manager
http://hi.baidu.com/laolian1226/blog/item/11f420f09b4497aba50f5256.html
oracle 10g默认用户名、密码解锁
赞同 sqlplus / as sysdba 这是以SYSDBA这个角色登陆SQLPLUS,SYSDBA只是个角色,它本身并没有密码
用sysdba进入的时候,就可以改密码了
alter user username account unlock identifed by password
username是用户名
password是你想要的密码
微软于2008年3月推出了未来操作系统Singularity模型的开发包 Singularity Research Development Kit (RDK) 1.1。通过字典可以看到是“唯一、罕有、突出的意思”属于概念型操作系统,目前还出于研究阶段。通过发布的RDK可以下载到研究中的模型的实验性代码,该开发板同时以开源方式发布到CodePlex网站。
该系统主要由基于C#的扩展语言Sing#构建。包括软件独立进程(SIP)、基于契约(Contract)的信道、基于清单(Manifest)的应用程序。
有关更多singularity的消息可以在微软MSDN Channel9上查到,同时可以在微软官方介绍页上了解更多消息 访问介绍页 http://research.microsoft.com/os/singularity/
有一篇关于这个系统的详细介绍的论文:Singularity: Rethinking the Software Stack,在这里可以下载http://www.research.microsoft.com/os/singularity/publications/OSR2007_RethinkingSoftwareStack.pdf
http://shangducms.cn/articls/net/webservice/ns2244.aspx
Java与.NET 的Web Services相互调用
http://shangducms.cn/articls/net/dotnet/ns2249.aspx
MVC: 不带 Web 窗体的 Web 应用程序
http://www.windbi.com/showtopic-153-1.aspx#301
SQLServer2005里怎样对使用with encryption选项创建的存储过程解密
http://topic.csdn.net/u/20070128/01/e2ad65e5-a2f2-4290-b03d-e5f4713c0f78.html
sql server2005存储过程是否还可以象2000一样解密?
http://www.readygo.com.cn/it-492549.html
关于存储过程解密的!
http://www.cnblogs.com/rock_chen/archive/2005/05/15/155674.html
sqlserver2000存储过程解密(转贴)
http://hi.baidu.com/xeonwell/blog/item/b4414533e30523f91a4cff01.html
ASP链接MSSQL2005的链接字符串如下:
Provider=SQLNCLI;Server=.\SQLEXPRESS;Database=master;Uid=xeonwell;Pwd=xxxx;
下面是一个完整的连接字符串
Provider=SQLNCLI.1;Password=pass;Persist Security Info=True;
User ID=sa;Initial Catalog=ct;Data Source=mydb\db2005
http://help.powereasy.net/help/SiteWeaver/1097.html
在sql2005上还原 sql2000 的备份数据库