Whenever an object of type BLOB, CLOB, text, or byte is fetched from the database server, the data is cached in client memory. If the size of the large object is bigger than the value in the LOBCACHE environment variable, the large object data is stored in a temporary file. For more information about the LOBCACHE variable, see Managing Memory for Large Objects.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]