|
|
Choosing A Webhost: |
Re: How to insert a large value into a clob column in Oracle?: msg#00006db.squirrel-sql.users
On 9/5/07, Karr, David <david.karr@xxxxxxxx> wrote: > Is it possible to use SQuirreL to insert a large value (> 4000 chars) > into a clob column in Oracle? I apparently have my table and column > configured to accept larger values, but apparently using a literal value > of > 4000 chars won't work. > > My actual application will use Hibernate and PreparedStatements, but I > need to prototype this strategy first in a SQL browser. David, You can import a file using the popup window when double-clicking on an editable CLOB cell in the contents tab. It will allow you to specify a file , then import it into the popup dialog and finally Update the table cell. One catch though - the code uses a pre-Java1.4 algorithm which seems to be very slow at the moment. So, I tried a 2MB text file and waited about two minutes before bailing. The code has a comment that Gerd rightfully placed there to use the String.replaceAll method instead - I was able to import the same 2MB file in about 3-4 secs after making the change. Now that we require 1.5 as the minimum version I see no reason to keep this slower code. So, I'll post the fix to the trunk and it will be available in the next snapshot build. You may still be able to use whatever version you currently have if the file is small-ish - which it sounds like yours could be < 8K. Rob ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [ squirrel-sql-Bugs-1787914 ] Keyboard stops working, Robert Manning |
|---|---|
| Next by Date: | Re: Squirrel hangs after idle oracle connection?, Robert Manning |
| Previous by Thread: | How to insert a large value into a clob column in Oracle?, Karr, David |
| Next by Thread: | Re: [ squirrel-sql-Bugs-1787914 ] Keyboard stops working, Robert Manning |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |