Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> PL/SQL and C++ interaction - help
Hello Lists,
I have few c++ dll's for evaluating business rules. I have to use them inside my PL/SQL code. This means, I have to use already written c++ program inside my PL/SQL code for the purpose of evaluating some rules. Is there a way in PL/SQL to include these programs(dll's) like #include.
Actually, my PL/SQL program will select some data from a table and pass it on to these dll's. The result obtained from these dll's are to be parsed in PL/SQL and inserted into another table.
Any help would be highly appreciated.
TIA,
Muru