Siebel eScript Language Reference > Using Siebel eScript > Coding with Siebel eScript >

Releasing an Object from Memory


You must explicitly release from memory the following object types when your code no longer requires them:

  • Application
  • Business component
  • Business object
  • Configuration item
  • CTI data
  • CTI service
  • Property set
  • Web applet
  • Web service

This situation is true for T eScript and ST eScript for Browser script and for Siebel VB.

To release an object from memory

  • Set the object as a Null object.

    For more information, see Null Data Type.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.