Register Login

What All Are the Limitation of PDO?

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

  • 15 Oct 2015 11:57 am Jyoti Pandey Helpful Answer

    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.


×