|
-
SQLPlus session question
Hello all,
I have a number of procedure sets that must be executed sequentially.
For example:
I have ProcA1, ProcA2, ProcA3, ProcA4...
When I run these separately within a SQLPlus session, like this:
....
exec ProcA1;
....
They will each complete in a reasonable amount of time (10 to 15 minutes) -
which is just what I expect.
HOWEVER:
If I run them this way:
....
exec ProcA1;
exec ProcA2;
exec ProcA3;
....
They will take FAR longer, and sometimes will not complete for hours.
Any ideas?
Thanks,
Tim
Oracle 9.2.0.1.0
Red Hat Advanced Server 2.?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks