Fetching value of external Oracle Sequence in Siebel is one of the typical business requirement in integration of Siebel applications. In case of windows environment solution is quite straight forward, we just need to create ADODB object in script and execute sql on external database.
But in case of Unix environment this is not possible as ADODB is not supported in Unix.
Siebel EAI Interview Questions 2020
-
*Question 1: How would you debug a inbound web service which is not
returning data for correct record id?*
Answer: First thing to check would be to log SQL ...
4 years ago