您的位置:首页 > 数据库

How to use NQ logs to check data in DB

2015-12-07 15:40 393 查看
How to use NQ logs.

Using NQ logs we can find physical queries which are related to logical queries for test cases. This is a pair patten. one physical query ------ one logical query.

Ctrl+F find your logical query in this log with keyword. You can find a logical request hash, ie: 3911c487

Search this hash code in this log, you can find the physical query which is head with [WITH] and end with [order by ******* <= 65001].

The Path of NQ logs: (http://url:10217/getlogs/OracleBIServerComponent/coreapplication_obis1/nqquery.log)

Please check the latest one.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息