How can I update long column in OCI Program
From: Choon Soo Park <cspark_at_handysoft.co.kr>
Date: Thu, 21 Jan 1999 22:23:31 +0900
Message-ID: <7879m8$mi6$1_at_news.nuri.net>
Hi all,
Date: Thu, 21 Jan 1999 22:23:31 +0900
Message-ID: <7879m8$mi6$1_at_news.nuri.net>
Hi all,
I wanna exeute below sql statement.
update table1 set longfield = :xxx where field_int = 5
Num of rows to be updated = N
if N is greater than 1, how can i update longfield?
I should do piecewise operation because the size of longfield is too large.
Any idea?
Thanks in advance. Received on Thu Jan 21 1999 - 14:23:31 CET