码迷,mamicode.com
首页 >  
搜索关键字:transaction monitor not available    ( 6613个结果
sql事务和存储过程
一、sql事务1.什么是事务:事务是一个不可分割的工作逻辑单元,在数据库系统上执行并发操作时事务是做为最小的控制单元来使用的。他包含的所有数据库操作命令作为一个整体一起向系提交或撤消,这一组数据库操作命令要么都执行,要么都不执行。2.事务的语句开始事物:BEGIN TRANSACTION提交事物:C...
分类:数据库   时间:2014-05-16 21:45:24    阅读次数:383
ORA-12516:TNS:listener could not find available handler with matching protocol stack
应用程序连接测试数据库时报ORA-12516:TNS:listener could not find available handler with matching protocol stack 检查监听日志文件,发现大量的TNS-12516错误 cd /u01/app/oracle/product...
分类:其他好文   时间:2014-05-16 18:23:03    阅读次数:247
ORA-01034: ORACLE not available如何解决
一个小小的问题,让我折腾了一个上午,下午三点彻底解决了,分享一个给大家解决方法,尽管在测试服务器上,但是经验是值得总结和分享的.ERROR:ORA-01034: ORACLE not availableORA-27101: shared memory realm does not exist进程 I...
分类:数据库   时间:2014-05-16 07:05:33    阅读次数:468
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session
出错原因很简单:数据库服务没开,自然就打不开Session了。
分类:编程语言   时间:2014-05-16 06:44:46    阅读次数:479
[java][db]JAVA分布式事务原理及应用
JTA(Java Transaction API)允许应用程序执行分布式事务处理--在两个或多个网络计算机资源上访问并且更新数据。JDBC驱动程序的JTA支持极大地增强了数据访问能力。    本文的目的是要提供一个关于的Java事务处理API(JTA)的高级的概述,以及与分布式事务相关的内容。一个事务处理定义了一个工作逻辑单元,要么彻底成功要么不产生任何结果。 一个分布式事务处理只是一个在两...
分类:数据库   时间:2014-05-15 04:24:16    阅读次数:542
用rvm安装ruby错误
用rvm安装ruby错误缺少对于的库文件[root@localhost~]#rvminstall2.0.0Searchingforbinaryrubies,thismighttakesometime.Nobinaryrubiesavailablefor:redhat/6/i386/ruby-2.0.0-p451.Continuingwithcompilation.Pleaseread‘rvmhelpmount‘togetmoreinformationonbinaryrubies.Ch..
分类:其他好文   时间:2014-05-14 16:42:26    阅读次数:620
hibernateTemplate
用hibernateTemplate.save(obj)的时候打印obj的id,有id是自增长的,但是数据库一直没有数据,查了半天,才发现@Transaction没有加所以,调试BUG,先从最容易的开始调
分类:系统相关   时间:2014-05-13 17:43:59    阅读次数:302
Best Time to Buy and Sell Stock
原题: Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of th...
分类:其他好文   时间:2014-05-13 14:12:41    阅读次数:342
JS兼容方式获取浏览器的宽度
//need to wait until onload so body is available window.onload = function(){ function getWindowWidth(){ if (window.innerWidth){ ret...
分类:Web程序   时间:2014-05-13 07:37:26    阅读次数:394
Basic chkconfig Command Examples in Linux
ThisisourongoingLinuxcommandserieswherewearegoingtoreviewhowwecanusechkconfigcommandefficientlywithit’savailableparameters.TheChkconfigcommandtoolallowstoconfigureservicesstartandstopautomaticallyinthe/etc/rd.d/init.dscriptsthroughcommandline.Let’sseesome..
分类:系统相关   时间:2014-05-13 04:26:32    阅读次数:469
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!