1.

For A Pl/sql Based Concurrent Program Do You Have To Issue A Commit At The End?

Answer»

The CONCURRENT program RUNS WITHIN its own new session. In APPS, the default database setting ENFORCES a commit at the end of each session. Hence no explicit COMMIT is required.

The concurrent program runs within its own new session. In APPS, the default database setting enforces a commit at the end of each session. Hence no explicit COMMIT is required.



Discussion

No Comment Found