PORTING APPLICATION FROM OCI7 TO OCI8.1.6 IN C++
From: Sachin <sachind_at_seepz.aptech.ac.in>
Date: 11 Jul 2001 03:29:58 -0700
Message-ID: <2aab942d.0107110229.4e2a0bd0_at_posting.google.com>
Date: 11 Jul 2001 03:29:58 -0700
Message-ID: <2aab942d.0107110229.4e2a0bd0_at_posting.google.com>
HI,
We have ported a application from oracle call interface 7 to
oracle call interface 8 . This was done by replacing the calls and
changing the application logic, accordingly. The OCI CALL ARE FOR
THREAD SAFE ENVIRONMENT.
All the OCI8 call nare working fine., except the following.
PROBLEM :
OCISESSIONEND, OCISERVERDETACH when used instead of OLOGOFF
CALL OF OCI7.
QUESTION :
1) What is the difference between OLOGON CALL OF OCI7 AND OCISESSIONBEGIN, OCISERVERATTACH CALLS. 2) What is the effect of using ocisessionbegin,ociserverattach instead of OCILOGON.
THANX Received on Wed Jul 11 2001 - 12:29:58 CEST