E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
cursors
[转] 关于“ORA-01000: maximum open
cursors
exceeded”的问题
今天写poi的一个程序时,报错。过程如网上这位一样: 今天采集Excel数据时候,老是报错:ORA-01000: 超出打开游标的最大数,可我的PrepareStatement明明是关掉的,最后发现是我for循环(含有一个PrepareStatement)中调用了另一个for(含有另一个PrepareStatement),类似递归的判断,难怪会出现“超出”的问题,后来在每一个Prepare
wutheringsea
·
2011-05-16 23:00
oracle
Excel
Blog
ITeye
如何使用自定义光标(Using custom
cursors
)
从资源文件中载入自定义光标并在你的应用程序中使用它们 Loading custom
cursors
from a resource file and using them in our application
robekeane
·
2011-04-25 10:00
工作
Delphi
[待]调试用SQL-ORACLE
查看当前用户占游标数量 for:"Max Open
Cursors
Exceeded" --select count(*) from v$open_cursor; select
feifangongzi
·
2011-04-12 15:00
oracle
sql
对Cursor的理解
Cursors
A cursor is a handle or name for a private SQL area—an area in memory in which a parsed statement
MicroJoey
·
2011-04-07 17:00
oracle
sql
UP
转-----安装配置ActiveMQ5.0
2.
Cursors
(To ha
qishanghai123
·
2011-03-29 21:00
apache
应用服务器
unix
jms
activemq
FLEX 系统管理器 SystemManager
SystemManager是Flex应用的主控者,它控制着应用窗口,Application实例,弹出窗口,
cursors
,并管理着ApplicationD
netliving
·
2011-03-07 16:00
html
Flex
Blog
Flash
actionscript
FLEX 系统管理器 SystemManager
SystemManager是Flex应用的主控者,它控制着应用窗口,Application实例,弹出窗口,
cursors
,并管理着ApplicationD
netliving
·
2011-03-07 16:00
html
Blog
Flex
Flash
actionscript
ORA-01000: maximum open
cursors
exceeded
Ensure to close rs and ps in loop body to avoid ORA-01000: maximum open
cursors
exceeded exception:
wwwxxx286
·
2011-03-03 15:00
oracle
sql
Web
cache
UP
用小键盘来实现鼠标功能。
按一下Ctrl+Shift+NumLock,你会听到一声响,现在你就可以使用数字键盘来控制了,方法如下:Numbers (
cursors
) ->; 移动指针。
marine8888
·
2011-02-09 13:00
实现
oracle改错
系统运行了一段时间报错:java.sql.SQLException: ORA-01000: 超出打开游标的最大数 查看数据库当前的游标数配置slqplus:show parameter open_
cursors
handawei
·
2011-02-09 12:00
oracle
sql
weblogic
SQL Server
jdbc
oracle改错
系统运行了一段时间报错:java.sql.SQLException: ORA-01000: 超出打开游标的最大数 查看数据库当前的游标数配置slqplus:show parameter open_
cursors
handawei
·
2011-02-09 12:00
oracle
sql
jdbc
weblogic
SQL Server
Message
Cursors
MessageCursorsAcommonprobleminpreviousversionsofActiveMQwasrunningoutofRAMbufferwhenusingnon-persistentmessaging.BeginningwithActiveMQ5.0.0,thereisanewmemorymodelthatallowsmessagestobepagedinfromstora
xgbjmxn
·
2011-01-26 19:00
activemq
File
buffer
reference
disk
Types
JDBC异常:ORA-01000: maximum open
cursors
exceeded
最近因要删除大量数据,于是写了个程序来小批量删除 所以会用到了循环 当循环执行了一段时间后就会抛出异常----ORA-01000: maximum open
cursors
exceeded 于是到网上查了一下
dj4kobe
·
2011-01-26 16:00
oracle
jdbc
Custom CSS
Cursors
UsingCSS,youcanchangethedefaultcursoriconassociatedwithaparticularelement,evenspecifyingyourowncursorimage(inIE6+)instead.However,withpowercomesresponsibility.Modifythecursoronlywhenitmakessenseto,suc
jing31
·
2011-01-18 15:00
查看open_
cursors
SELECTv.name,v.valuevalueFROMV$PARAMETERvWHEREname='open_
cursors
';select*fromv$open_cursorwhereuser_name
zhangliao613
·
2011-01-07 13:00
user
linux各文件夹的作用
linux下的文件结构 open_
cursors
/bin 二进制可执行命令 7 /dev 设备特殊文件 /etc 系统管理和配置文件 /etc/rc.d 启动的配置文件和脚本 /home 用户主目录的基点
wh870712
·
2011-01-01 00:00
linux
应用服务器
网络应用
配置管理
脚本
java.sql.SQLException: ORA-01000: 超出打开游标的最大数
很多朋友在Java开发中,使用Oracle数据库的时候,经常会碰到有ORA-01000: maximum open
cursors
exceeded.的错误。
zsy_gemini
·
2010-12-28 22:00
java
oracle
sql
数据库
session
System
python连接mysql
帮助可见:>>>help('MySQLdb')>>>help('MySQLdb.
cursors
')1、导入模块importMySQLdb2、连接数据库 conn=??
gotojeff
·
2010-12-25 09:53
mysql
数据库
mysql
python
职场
休闲
SESSION_CACHED_
CURSORS
参数
SESSION_CACHED_
CURSORS
,就是说的是一个session可以缓存多少个cursor,让后续相同的SQL语句不再打开游标,从而避免软解析的过程来提高性能。
wangshengfeng1986211
·
2010-11-30 19:00
oracle
sql
session
cache
object
Integer
activeMQ 5.0
Cursors
(Tohandleverylargenumberofstoredmessage
huwei2003
·
2010-11-25 16:00
properties
服务器
activemq
features
XMPP
testing
ActiveMQ 中的消息游标(Message
cursors
)
在Activemq以前的版本中,broker会把待发送的消息保存在内存中。这种方式的缺陷是当消费者消费的速度赶不上生产者的速度时,会在broker的内存中积攒大量的消息,当达到一个限额后,broker就不再接收消息。这时生产者就被阻塞了,直到broker将内存清理能保存消息后才能继续发送。 在5.0版本后,Activemq实现了一种新的内存模型
berdy
·
2010-11-17 20:00
xml
activemq
Oracle的
Cursors
概念
阅读更多一.Oracle的
Cursors
概念:游标:用来查询数据库,获取记录集合(结果集)的指针,可以让开发者一次访问一行结果集,在每条结果集上作操作。
tomgreenintel
·
2010-11-12 08:00
Oracle
SQL
J#
Oracle的
Cursors
概念
一.Oracle的
Cursors
概念: 游标:用来查询数据库,获取记录集合(结果集)的指针,可以让开发者一次访问一行结果集,在每条结果集上作操作。
tomgreenintel
·
2010-11-12 08:00
oracle
sql
J#
NTFS权限错误设置后的恢复方法
先来看一下未调整前的NTFS设置:以C:\WINDOWS\
Cursors
文件夹为例,右键
Cursors
,在弹出的属性对话框里点安全选项卡下的高级,如图一 图一
Cursors
的所有者,如图二图二图三 假设现在你对
xtwh007
·
2010-11-08 21:20
windows
权限
ntfs
错误
还原
ActiveMQ5.0实战一: 安装配置ActiveMQ5.0
Cursors
(Tohandleverylargenumberofstoredmessages)BlobMessagesCommandAgentEnterpr
Hello_Kitty_O
·
2010-11-02 09:00
apache
应用服务器
unix
activemq
jms
FLEX 系统管理器 SystemManager
SystemManager是Flex应用的主控者,它控制着应用窗口,Application实例,弹出窗口,
cursors
,并管理着ApplicationDomain中的类。
cloud21
·
2010-09-29 20:00
Flex
Flash
actionscript
ORACLE第9天
初始化文件 init.ora open_
cursors
ws694617206
·
2010-09-27 21:00
oracle
sql
F#
企业应用
Access
Three ways to set a custom busy cursor in flex
First,prepareyourcustomcursor.e.g.mineisaanifile(recommendacoolsite http://www.
cursors
-4u.com todownloaddifferentkindsofcursor
xiang08
·
2010-09-20 14:00
20100920
1、ora-01000: maximum open
cursors
exceeded.
newleague
·
2010-09-20 09:00
编程
xml
jsp
struts
正则表达式
ora-01000: maximum open
cursors
exceeded.
关于Java开发中使用Oracle数据库的一点注意事项(原创) 很多朋友在Java开发中,使用Oracle数据库的时候,经常会碰到有ORA-01000: maximum open
cursors
exceeded
newleague
·
2010-09-20 09:00
java
oracle
解释 关闭statement 和rs
很多朋友在Java开发中,使用Oracle数据库的时候,经常会碰到有ORA-01000: maximum open
cursors
exceeded.的错误。
feiyeguohai
·
2010-09-19 13:00
oracle
sql
OPEN_
CURSORS
和SESSION_CACHED_
CURSORS
的区别
Open
cursors
Open
cursors
take up space in the shared pool, in the library cache.
ilnba
·
2010-08-19 14:00
oracle
sql
c
cache
UP
mysqldb 查询返回字典结构
MySQLdb默认查询结果都是返回tuple,输出时候不是很方便,必须按照0,1这样读取,无意中在网上找到简单的修改方法,就是传递一个
cursors
.DictCursor就行。
tessykandy
·
2010-08-18 15:00
mysqldb
FLEX 系统管理器 SystemManager
SystemManager是 Flex应用的主控者,它控制着应用窗口,Application实例,弹出窗口,
cursors
,并管理着ApplicationDomain中的类。
jhaij
·
2010-08-17 12:00
Flex
Flash
actionscript
Handling and resolving unshared
cursors
/large version_counts [ID 296377.1]
Appliesto:OracleServer-EnterpriseEditionInformationinthisdocumentappliestoanyplatform.PurposeTheTroubleshootingGuideisprovidedtoassistindebuggingSQLsharingissues.Whenpossible,diagnostictoolsareinclude
marvelyu
·
2010-08-04 23:17
职场
cursors
休闲
version_counts
Handling and resolving unshared
cursors
/large version_counts [ID 296377.1]
Appliesto:OracleServer-EnterpriseEditionInformationinthisdocumentappliestoanyplatform.PurposeTheTroubleshootingGuideisprovidedtoassistindebuggingSQLsharingissues.Whenpossible,diagnostictoolsareinclude
marvelyu
·
2010-08-04 23:17
职场
cursors
休闲
version_counts
Oracle中SQL解析的流程
SESSION_CACHED_
CURSORS
是Oracle中的一个初始化参数(修改必须重启实例),指定了每个会话缓存的游标上限(保留在PG
maclean_007
·
2010-08-02 14:58
hard
cache
shared
Oracle中SQL解析的流程
SESSION_CACHED_
CURSORS
是Oracle中的一个初始化参数(修改必须重启实例),指定了每个会话缓存的游标上限(保留在PG
maclean_007
·
2010-08-02 14:58
cache
Cursor
parse
library
hard
shared
session_cached_
cursors
的详细解释
SESSION_CACHED_
CURSORS
,就是说的是一个session可以缓存多少个cursor,让后续相同的SQL语句不再打开游标,从而避免软解析的过程来提高性能。
swvip
·
2010-06-28 10:00
oracle
sql
cache
session_cached_
cursors
的详细解释
SESSION_CACHED_
CURSORS
,就是说的是一个session可以缓存多少个cursor,让后续相同的SQL语句不再打开游标,从而避免软解析的过程来提高性能。
swvip
·
2010-06-28 10:00
oracle
sql
cache
oracle参数-open_
cursors
open_
cursors
指定一个会话一次可以打开的游标 (环境区域) 的最大数量, 并且限制 PL/SQL 使用的 PL/SQL 游标高速缓存的大小, 以避免用户再次执行语句时重新进行语法分析
swvip
·
2010-06-28 10:00
oracle
sql
cache
oracle参数-open_
cursors
open_
cursors
指定一个会话一次可以打开的游标 (环境区域) 的最大数量, 并且限制 PL/SQL 使用的 PL/SQL 游标高速缓存的大小, 以避免用户再次执行语句时重新进行语法分析
swvip
·
2010-06-28 10:00
oracle
sql
cache
让python的mysqldb返回的结果集为字典类型
默认mysqldb返回的是元组,这样对使用者不太友好,也不利于维护下面是解决方法importMySQLdbimport MySQLdb.
cursors
conn=MySQLdb.Connect( host
suofiya2008
·
2010-06-24 00:00
python
user
import
查看swing提供的
cursors
形状
为了方便查看swing提供的基本
cursors
在不同系统上的外观程序,用ve写的,看着比较乱.
i2534
·
2010-06-14 16:00
swing
maximum open
cursors
exceeded 问题
最近在维护系统的时候遇到一个问题,就是经常那个报题目中出现的: maximum open
cursors
exceeded 错误。
michael.softtech
·
2010-05-18 14:00
jdbc
orm
Held and non-held
cursors
http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db29.doc.apsg/db2z_heldnonheldcursor.htmHeldandnon-heldcursorsAheldcursordoesnotcloseafteracommitoperation.Acursorthatis
Prayer
·
2010-05-12 23:00
取得验证信息时设置鼠标显示类型
验证前:Cursor.Current=
Cursors
.WaitCursor;//漏斗图形//....
firetaker
·
2010-05-11 09:00
图形
探查“ORA-01000:超出最多允许打开的游标数” - Oracle
探查“ORA-01000:超出最多允许打开的游标数” 问题描述 oracle 使用 OPEN_
CURSORS
参数指定一个会话一次最多可以打开的游标的数量。
ihuashao
·
2010-04-26 16:00
oracle
sql
weblogic
SQL Server
jdbc
Flex应用启动背后的故事
archive/2007/04/17/111365.html 首先介绍一下SystemManager.SystemManager是Flex应用的主控者,它控制着应用窗口,Application实例,弹出窗口,
cursors
risemypassion
·
2010-04-26 11:00
打造个性化电脑桌面
网上有很多美化包,不过始终操作部方便,就下个鼠标管理器吧,里面内置了很多种不同的鼠标风格附件:vista-
cursors
-setup.zip2。window7优化大师这个软
select*from爱
·
2010-04-16 17:00
windows
百度
Google
XP
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他