Oracle Call Interface Programmer's Guide
Release 9.0.1

Part Number A89857-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

OCI Cartridge Functions, 10 of 43


OCIMemoryFree()

Purpose

This call frees a memory chunk.

Syntax

sword OCIMemoryFree( dvoid    *hndl, 
                     OCIError *err, 
                     dvoid    *mem );

Parameters

hndl (IN)

The OCI environment or user session handle.

err (IN)

The error handle.

mem (IN/OUT)

Pointer to memory allocated previously using OCIMemoryAlloc().

Returns

Error code.

Cartridge Services -- Maintaining Context

Table 19-3 Maintaining Context Functions
Function/Page  Purpose 

OCIContextSetValue() 

Save a value (or address) for a particular duration. 

OCIContextGetValue() 

Return the value stored in the context. 

OCIContextClearValue() 

Remove the value stored in the context. 

OCIContextGenerateKey() 

Returns a unique 4-byte value each time it is called. 

See Also:

For more information about using these functions, see Oracle9i Data Cartridge Developer's Guide 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback