Re: Oracle Call Interface version
- From: "Anjo Kolk" <anjo.kolk@xxxxxxxxxxx>
- To: norman.dunbar@xxxxxxxxxxxxxxxxxxxxxxxxx
- Date: Wed, 30 Aug 2006 16:50:20 +0200
Pretty sure that this call doesn't exists in older version (8.0 etc), so be
aware of that.
Anjo.
On 8/30/06, Norman Dunbar <norman.dunbar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi Anurag,
>> Could you please let me know how to check the
>> OCI (Oracle Call interface) version, I am using in my Oracle client
or
>> server installation??
Does this help (from the 10gR2 docs) :
<QUOTE>
OCIClientVersion()
Purpose
Returns the five-digit Oracle version number of the client library at
runtime.
Syntax
sword OCIClientVersion ( sword *major_version,
sword *minor_version,
sword *update_num,
sword *patch_num,
sword *port_update_num );
</QUOTE>
Cheers,
Norman.
Norman Dunbar.
Contract Oracle DBA.
Rivers House, Leeds.
Internal : 7 28 2051
External : 0113 231 2051
Information in this message may be confidential and may be legally
privileged. If you have received this message by mistake, please notify the
sender immediately, delete it and do not copy it to anyone else.
We have checked this email and its attachments for viruses. But you should
still check any attachment before opening it.
We may have to make this message and any reply to it public if asked to
under the Freedom of Information Act, Data Protection Act or for
litigation. Email messages and attachments sent to or from any Environment
Agency address may also be accessed by someone other than the sender or
recipient, for business purposes.
If we have sent you information and you wish to use it please read our
terms and conditions which you can get by calling us on 08708 506 506. Find
out more about the Environment Agency at www.environment-agency.gov.uk
--
http://www.freelists.org/webpage/oracle-l
--
Anjo Kolk
Owner and Founder OraPerf Projects
tel: +31-577-712000
mob: +31-6-55340888
- References:
- Re: Oracle Call Interface version
- From: Norman Dunbar
Other related posts:
- » Oracle Call Interface version
- » RE: Oracle Call Interface version
- » Re: Oracle Call Interface version
- » Re: Oracle Call Interface version
- » Re: Oracle Call Interface version
Hi Anurag,
>> Could you please let me know how to check the >> OCI (Oracle Call interface) version, I am using in my Oracle client or >> server installation??
Does this help (from the 10gR2 docs) :
<QUOTE>
OCIClientVersion()
Purpose
Returns the five-digit Oracle version number of the client library at runtime.
Syntax
sword OCIClientVersion ( sword *major_version,
sword *minor_version,
sword *update_num,
sword *patch_num,
sword *port_update_num );
</QUOTE>
Cheers, Norman.
Norman Dunbar. Contract Oracle DBA. Rivers House, Leeds.
Internal : 7 28 2051 External : 0113 231 2051
Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else.
We have checked this email and its attachments for viruses. But you should still check any attachment before opening it.
We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes.
If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk -- http://www.freelists.org/webpage/oracle-l
- Re: Oracle Call Interface version
- From: Norman Dunbar