Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Must one free Temp LOB ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ed  
View profile  
 More options Mar 7 2007, 5:30 pm
Newsgroups: comp.databases.oracle.server
From: "Ed" <e...@mail.com>
Date: Wed, 7 Mar 2007 17:30:04 -0500
Local: Wed, Mar 7 2007 5:30 pm
Subject: Must one free Temp LOB ?
10gR2
Given I have these 2 procs below, "use_clob" and "make_clob"
In which one should I free the temp LOB ?
and is this done via "DBMS_LOB.FREETEMPORARY" ?

thanks

PROCEDURE make_clob (p_out_clob OUT CLOB)
IS
BEGIN
----snip--------
END ;

PROCEDURE use_clob
IS
l_temp_clob CLOB ;
BEGIN
  ----snip--------
FOR i in 1..300
 LOOP
  make_clob(l_temp_clob) ;
----snip--------
END LOOP;
----snip--------
END ;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »