随笔-13  评论-0  文章-0  trackbacks-0
06 2008 档案
Global Temporary Tables
摘要: Applications often use some form of temporary data store for processes that are to complicated to complete in a single pass. Often, these temporary stores are defined as database tables or PL/SQL tables. From Oracle 8i or later, the maintenance and management of temporary tables can be delegated to the server by using Global Temporary Tables. 阅读全文
posted @ 2008-06-12 16:05 晓江工作室 阅读(242) | 评论 (0) 编辑