Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g75KjuO19162
 for <oracle-l@naude.co.za>; Mon, 5 Aug 2002 16:45:56 -0400
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id LAA85916;
 Mon, 5 Aug 2002 11:44:58 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b71/bab) via UUCP id 004AB83C; Mon, 05 Aug 2002 10:58:31 -0800
Message-ID: <F001.004AB83C.20020805105831@fatcity.com>
Date: Mon, 05 Aug 2002 10:58:31 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "MacGregor, Ian A." <ian@SLAC.Stanford.EDU>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "MacGregor, Ian A." <ian@SLAC.Stanford.EDU>
Subject: RE: Data Type in A View
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 71; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7BIT

No I didn't, and thank you very much for the solution.

Ian MacGregor
Stanford Linear Accelerator Center
ian@SLAC.Stanford.edu

-----Original Message-----
Sent: Monday, August 05, 2002 10:45 AM
To: Multiple recipients of list ORACLE-L



Did you check out the "on prebuilt table with reduced precision"

WITH REDUCED
PRECISION
lets you authorize the loss of precision that will result if the precision
of the table or materialized view columns do not exactly match the
precision returned by subquery.

Babu




"MacGregor, Ian A." <ian@SLAC.Stanford.EDU>@fatcity.com on 08/05/2002
12:13:24 PM

Please respond to ORACLE-L@fatcity.com

Sent by:    root@fatcity.com


To:    Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
cc:



I read the note before I sent the first mail.  The note is of no
assistance.  The trouble is that  that the prebuilt table does not match
the definition query or at least the queries I've formulated.   I tried
casting, and using a format with to_number neither worked.  No matter how I
manipulate a number Oracle returns it as a number without an explicit
precision or scale; hence the error.


Ian MacGregor
Stanford Linear Accelerator Center
ian@SLAC.Stanford.edu



-----Original Message-----
Sent: Sunday, August 04, 2002 7:48 PM
To: Multiple recipients of list ORACLE-L


On Sat, Aug 03, 2002 at 08:18:19PM -0800, MacGregor, Ian A. wrote:
>
> I thought, perhaps, I could prebuild the table and declare the field as
number(6,2) and  have the snapshot use that.  However this results in,
"ORA-12060: shape of prebuilt table does not match definition query."


Note:71943.1
Action:     Reissue the SQL command using BUILD IMMEDIATE, BUILD DEFERRED,
or
      ensure that the prebuilt table matches the snapshot definition query.
===============================================================
Ray Stell   stellr@vt.edu     (540) 231-4109     KE4TJC    28^D
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ray Stell
  INET: stellr@cns.vt.edu

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@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).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: MacGregor, Ian A.
  INET: ian@SLAC.Stanford.EDU

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@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).




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Babu.Nagarajan@Cummins.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@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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: MacGregor, Ian A.
  INET: ian@SLAC.Stanford.EDU

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@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).

