Dbunit在Oracle下需要注意的问题

本文介绍了解决在Oracle数据库使用DbUnit进行测试时出现的AmbiguousTableNameException问题的方法。通过设置正确的模式名称,可以避免因表名冲突引发的异常。
公司准备把数据库把MYSQL换成oracle。 系统有用dbunit写的测试DAO的代码。 但跑起来的时候总是有AmbiguousTableNameException 这个一场抛出在CLEAN_INSTALL的时候。上网找了

http://dbunit.sourceforge.net/faq.html#ambiguoustablenameexception
[quote]
Why I get a "AmbiguousTableNameException"?

This error occurs when no schema is specified and that DbUnit detect that it is getting columns information from multiple tables having the same name and located in different schemas.

You can solve this problem in three different ways:

1. Provide the schema name when creating the database connection. Note that for Oracle you must specify the schema name in uppercase.
2. Ensure that the connection is restricted to access only one schema.
3. Enable the qualified table names feature.
[/quote]

开始的时候以为这里的database connection是javax里的Connection。 其实这里的是dbunit里面的IDatabaseConnection dbUnitConn = new DatabaseConnection(conn);

换成new DatabaseConnection(conn,[b]SCHEMA_NAME[/b]) 就ok了。 注意SCHMEA_NAME需要大写。
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值