Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Snapshot Problems

Re: Snapshot Problems

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Sun, 02 Dec 2001 22:52:47 -0800
Message-ID: <F001.003D2F50.20011202221517@fatcity.com>

Jeff,

This sounds like bug 893259 "CREATE SNAPSHOT ON TABLE W/ VARCHAR2(4000) TRUNCATES COLUMN TO VARCHAR2(2000)" that's fixed in 8.1.6 and later.

The bug causes the snapshot to be incorrectly created with a varchar2(2000) column instead of the larger column from the base table.

Have you compared the column definitions between the master and snapshot table? If the only difference is that the snapshot has columns of a shorter length than the master table, I should think you'd be able to workaround this by altering the snapshot base table to increase the column length of those columns to match the column lengths of the master table. The refresh should then work properly.

HTH,


Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Dec 03 2001 - 00:52:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US