IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Calling an Oracle procedure using Pro Cobol


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
services

New User


Joined: 20 May 2009
Posts: 38
Location: India

PostPosted: Fri Jul 20, 2012 2:03 pm
Reply with quote

In our project we are trying to call an oracle procedure from Mainframe using pro*cobol.

Problem Description:

Using pro*cobol Mainframe we will establish a connection to oracle once and will have to pass around 10 million rows to an oracle procedure one by one. The oracle proc will process each row and send the o/p back to mainframe, then the next row will be passed. While this happens the session status in the oracle swithches between Active and Inactive status causing a huge delay in the process.

It would be very helpful if some one can help me why the status goes inactive. The oracle trace shows majority of time is spent idle (Sql*net from client event).

Thanks
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Jul 20, 2012 2:08 pm
Reply with quote

Maybe the following link can help you :

docs.oracle.com/html/B13524_01/apps.htm
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top