码迷,mamicode.com
首页 >  
搜索关键字:resource throttling    ( 6786个结果
IT忍者神龟之 配额不足的解决方法ORA-01536: space quota exceeded for tablespace
今天有同事反映最近几天的数据在oracle中查不到。检查TT的错误日志显示:TT5211: TT5211: Oracle out of resource error in OCIStmtExecute(): ORA-01536: space quota exceeded for tablespace 'TBSLOG' rc = -1 -- file "bdbTblH.c", lineno 24...
分类:其他好文   时间:2014-09-13 21:30:45    阅读次数:191
在Tomcat里使用配置连接池连接数据库
一:首先在Tomcat下的conf/context.xml文件里的contenx标签里配置数据源:name:指定Resource的JNDI名字auth:指定管理Resource的Manager,它有两个可选值:Container、ApplicationContainer是有容器创建和管理 Ap...
分类:数据库   时间:2014-09-13 19:59:55    阅读次数:236
ORA-1031 signalled during
出错信息:ORA-1031signalledduring:createtablespace表空间名datafile‘+DATA‘size10Mautoextendonnext5Mmaxsizeunlimited...问题描述新部署的oracle环境,有一个需求在designer用户下每天凌晨1点job调用存储过程创建表空间。该用户已经有connect,resource,dba权限。第二天发现..
分类:其他好文   时间:2014-09-13 03:04:05    阅读次数:295
RDF的一些基础知识
RDF(Resource Description Framework)资源描述框架,一种基本的本体描述语言,提供一个通用的数据模型支持对Web资源的描述。?资源:一切在Web上被命名、具有URI引用的东西?描述:对资源特性的一个声明,包括资源本身的属性和资源间的关系?框架:与被描述资源及其领域无关的...
分类:其他好文   时间:2014-09-12 23:27:54    阅读次数:200
bug android.content.res.Resources$NotFoundException: String resource ID #0x0
android.content.res.Resources$NotFoundException: String resource ID #0x0 找不到资源文件ID #0x0 原因分析如下: 遇到这种情况,很有可能是把一个int型业务数据的 设置setText()或者类似的方法中, 这样Android系统就会主动去资源文件当中寻找, 但是它不是一个资源文件ID, 所以就会报出这个bug...
分类:移动开发   时间:2014-09-12 20:43:24    阅读次数:252
oracle密码过期处理方法
首先进行判断是不是真的过期了 输入语句: select * from dba_profiles where profile=‘DEFAULT‘ and resource_name=‘PASSWORD_LIFE_TIME‘;? 如果显示 PROFILE? --------------------------------------------...
分类:数据库   时间:2014-09-11 17:37:52    阅读次数:213
spring使用注解进行DI(依赖)注入
使用@Resource:   使用方法:    1、在spring的配置文件中导入命名空间         xmlns:context="http://www.springframework.org/schema/context"         http://www.springframework.org/schema/context         http://www.spri...
分类:编程语言   时间:2014-09-10 22:33:51    阅读次数:215
oracle建用户
create user ng_zj identified by ng_zjdefault tablespace tbs_testtemporary tablespace tbs_test_tmp;grant connect to ng_zj;grant resource to ng_zj;grant...
分类:数据库   时间:2014-09-10 19:07:10    阅读次数:210
测试工程执行,遇到sql-mapconfig-2.dtd文件不存在的问题
[persistence/sql-map-.xml]; nested exception is java.io.FileNotFoundException: class path resource [sql-map-config-2.dtd] cannot be opened because it does not exist at org.springframework.beans.fac...
分类:数据库   时间:2014-09-10 12:49:40    阅读次数:402
[转]AngularJS的$resource
转自:http://blog.csdn.net/violet_day/article/details/17403207$http$http服务是基于$q服务的,提供了promise封装,它接受一个配置对象参数,并返回一个promise对象。同时,它还提供了2个方法用来定义Promise回调:succ...
分类:Web程序   时间:2014-09-10 00:22:49    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!