DB adapter must support writing queries with NVL function
Organization Name
Pricewaterhouse Coopers LimitedDescription
Provide support for writing queries with NVL function in OIC DB adapter.
Use Case and Business Need
During our migration of Oracle SOA code to OIC. there are SQL statements for eg: select a,b,c from table1 where x = nvl(#p1, x) but in OIC these are not supported. the workaround is to create PLSQL procedures.
7