Hello Experts,
I have query regarding PDO.
Could you guys please let me know that has PDO have any limitations? If yes then please let me know what are the limitations?
Kindly share your valuable views here.
Thanks in advance.
Updated May 18, 2018
Hello Experts,
I have query regarding PDO.
Could you guys please let me know that has PDO have any limitations? If yes then please let me know what are the limitations?
Kindly share your valuable views here.
Thanks in advance.
Comments
Previously it was supporting for oracle and db2 now it is supporting tera data also.
1) You can not use pushdown optimization with normalizer, store procedure,xml transformation.
2) You can not use it with mapping variable and parameters.
3) It can use with only the function that are supproted by sql/oracle. You can not use it with informatica functions.