How to initialize varchar2 of infinite length
From: wE|rd0 <amirediwan_at_gmail.com>
Date: Mon, 26 Jan 2015 22:25:22 -0800 (PST)
Message-ID: <ea74298e-55b7-4db4-b185-a41459fc0e26_at_googlegroups.com>
I want to initialize varchar2 of infinite length. But, I read that the maximum i can initialize is varchar2(32767).
Date: Mon, 26 Jan 2015 22:25:22 -0800 (PST)
Message-ID: <ea74298e-55b7-4db4-b185-a41459fc0e26_at_googlegroups.com>
I want to initialize varchar2 of infinite length. But, I read that the maximum i can initialize is varchar2(32767).
varchar2(max) like that in sql server does not work either.
Any ideas? Received on Tue Jan 27 2015 - 07:25:22 CET