FineReport连接Oracle数据库的问题汇总

FineReport连接Oracle数据库的问题汇总

一、Oracle连接多个数据库 通常情况,在定义数据连接时只连一个Oracle数据库,但是有时可能因为网络或者其它原因,数据库连接不上或不能工作了,则整个项目就不能运行了。此时有什么方法让项目能正常运行呢? 实现思路: 将两台Oracle数据库中,配置相同的数

ORA-01843: 无效的月份

ORA-01843: 无效的月份

在PLSQL Developer中执行select months_between(29-mar-2008,28-feb-2008) from dual报错。 SQL select months_between(29-mar-2008,28-feb-2008) from dual; select months_between(29-mar-2008,28-feb-2008)

OEL6.5_X86平台部署oracle11gR2RAC配置ACFS

OEL6.5_X86平台部署oracle11gR2RAC配置ACFS

ACFS, oracle官方定义: Oracle AutomaticStorage Management Cluster File System (Oracle ACFS) is a multi-platform,scalable file system, and storage management technology that extends OracleAutomatic Storage

Oracle 创建DBLink

Oracle 创建DBLink

需求 两台数据库服务器(本地)和(远程192.168.1.59),本地用户orcl需要访问到远程服务器下mars的数据,这时就需要创建DBLink。 方案 ①先确定用户是否有创建DBLink的权限: select * from user_sys_privs where privilege like upper(%DATABASE LINK%); 如果没

Oracle通过DBLink操作数据表,报错“ORA-22992:无法使用从远程表选择的lob定位器”

Oracle通过DBLink操作数据表,报错“ORA-22992:无法使用从远程表选择的lob定位器”

介绍 错误异常:[Error] Execution (1: 1): ORA-22992: 无法使用从远程表选择的 LOB 定位器 原因:使用dblink从远程数据库向本地数据库 INSERT数据时,因远程表中含有BLOB或者CLOB字段,在SELECT 和 INSERT INTO操作时,报”ORA-22992: 无法使用从远程表选择的 L

oracle 取当前日期时间的前一天前一小时前一分钟前一秒

oracle 取当前日期时间的前一天前一小时前一分钟前一秒

参考地址:http://wentao365.iteye.com/blog/779492 SELECT 当前时间 TITLE, TO_CHAR(SYSDATE, yyyy-mm-dd hh24:mi:ss) TIME FROM DUAL –当前时间UNION ALLSELECT 前一天前一小时前一分钟前一秒 TITLE, TO_CHAR(SYSDATE – 1 –

Using the Oracle ASM Cluster File System (Oracle ACFS) on Li

Using the Oracle ASM Cluster File System (Oracle ACFS) on Li

Using the Oracle ASM Cluster File System (Oracle ACFS) on Linux,Part Two This article, part two of this three part series on ACFS, continues on with the description of how to create an Oracle

oracle 以online建索引失败后删除报ORA-08104

oracle 以online建索引失败后删除报ORA-08104

对一张5000多万的表以online的方式建索引(online的方式为的是尽量少的影响用户使用),不止什么原因导致失败online挂起,收集表的统计信息或者删除这个索引时报ORA-08104: this index object 索引# is being online built or rebuilt。补充数据库为oracle 1

Oracle dataguard 正常切换和应急切换

Oracle dataguard 正常切换和应急切换

Oracle dataguard 正常切换和应急切换 oracle dataguard提供异地容灾方案,能有效的防止单点故障和提供高可用技术,这里介绍dataguard正常主备切换和应急切换(应急切换模拟主库出现问题无法还原,备库脱离dataguard接管主库对外提供服务) 1)Oracle dataguard

oracle with语句

oracle with语句

with zte as( select QaContractIdCont conid from dms_dmsnew.emis_syn_boadrinfo bd join dms_dmsnew.emis_conheaderinfo ec on bd.contract_header_id = ec.contract_header_

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部