InterviewSolution
| 1. |
Why Does Oracle Does Not Recommend Using Native Sql To Perform Different Operations On Base Tables? |
|
Answer» A very common answer which people give to this "simple" question is that "Siebel doesn't allow inserts and updates, deletes etc DIRECTLY into Siebel database." or some may say this is what Siebel has recommended and so on. Though DIRECT inserts and updates in the Siebel tables is highly not recommended, we can still do that if we are able to identify the direct tables and related tables in which DATA is to be inserted or updated. The PRIMARY reason why we shouldn't be doing operation on Siebel tables directly is for following reasons:
Hence, Siebel has recommended that the in-built EIM technique be USED for any type of data operations in the Siebel tables. A very common answer which people give to this "simple" question is that "Siebel doesn't allow inserts and updates, deletes etc directly into Siebel database." or some may say this is what Siebel has recommended and so on. Though direct inserts and updates in the Siebel tables is highly not recommended, we can still do that if we are able to identify the direct tables and related tables in which data is to be inserted or updated. The primary reason why we shouldn't be doing operation on Siebel tables directly is for following reasons: Hence, Siebel has recommended that the in-built EIM technique be used for any type of data operations in the Siebel tables. |
|