InterviewSolution
| 1. |
How To Make Concurrent Program End With Warning? |
|
Answer» If the concurrent program is of TYPE PL/SQL, you can assign a value of 1 to the “retcode” OUT PARAMETER. For a Java Concurrent program, USE the code similar to below If the concurrent program is of type PL/SQL, you can assign a value of 1 to the “retcode” OUT Parameter. For a Java Concurrent program, use the code similar to below |
|