RE: Sql Developer

  • From: "Norman Dunbar" <norman.dunbar@xxxxxxxxxxxxxxxxxxxxxxxxx>
  • To: <paul.baumgartel@xxxxxxxxxxxxxxxxx>
  • Date: Thu, 14 Jun 2007 15:12:50 +0100

Hi Paul,

>> Norman, I'm not sure what you mean by this bug--how does extracting
DDL involve conversion from CLOB, etc.?  

Something like this :

--DDL Script for TABLE "XXXXXX"."YYYYYYY"
CREATE TABLE "XXXXXX"."YYYYYYY"
(
<SNIP lots of columns here >
,
CONSTRAINT "YYYYYYY_FK1"
<SNIP lots of constraints here>
)
PCTFREE 10 PCTUSED 40
INITRANS 1
MAXTRANS 255 NOCOMPRESS NOLOGGING
STORAGE (
<SNIP storage clauses here>
BUFFER_POOL DEFAULT)
TABLESPACE "MY_TABLESPACE" 

ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion
(actual: 5112, maximum: 4000)

I have to confess this is not my table, nor my generation of it either.
It's one I know about but it was quite a long table - lots of columns
and lots of constraints, storage clauses etc. It may be bug 2616047 but
that applies to MVs apparently.

It's not a problem I've ever had myself, my tables are a lot smaller
when scripted :o)


Cheers,
Norman.

Norman Dunbar.
Contract Oracle DBA.
Rivers House, Leeds.

Internal : 7 28 2051
External : 0113 231 2051


Information in this message may be confidential and may be legally privileged. 
If you have received this message by mistake, please notify the sender 
immediately, delete it and do not copy it to anyone else.

We have checked this email and its attachments for viruses. But you should 
still check any attachment before opening it.

We may have to make this message and any reply to it public if asked to under 
the Freedom of Information Act, Data Protection Act or for litigation.  Email 
messages and attachments sent to or from any Environment Agency address may 
also be accessed by someone other than the sender or recipient, for business 
purposes.

If we have sent you information and you wish to use it please read our terms 
and conditions which you can get by calling us on 08708 506 506.  Find out more 
about the Environment Agency at www.environment-agency.gov.uk
--
//www.freelists.org/webpage/oracle-l


Other related posts: