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: Critical Qs on materialized views

Re: Critical Qs on materialized views

From: Jared Still <jkstill_at_gmail.com>
Date: Wed, 31 Aug 2005 07:42:48 -0700
Message-ID: <bf463805083107423737b921@mail.gmail.com>


D'oh!

Of course it works. I misunderstood that question. Reading too fast, too much going on.

I saw 'PRE' and thought he was still talking about PREbuilt table.

That has worked for as long as I can recall, sometime in Version 7, maybe from the beginning.

Jared

On 8/31/05, Phil Jones <phillipjones_at_gmail.com> wrote:
>
> On 30/08/05, Jared Still <jkstill_at_gmail.com> wrote:
> > comments inline
> >
> >
> > On 8/29/05, VIVEK_SHARMA <VIVEK_SHARMA_at_infosys.com> wrote:
> > >
> > >
> > > Jared, Folks
> > >
> > > Qs 1 Can the PK constraint be created on a PRE-Created (already
> existing)
> > Unique index in ver 8i too?
> >
> > Check the docs. I don't think this option existed in 8i. You won't know
> > for sure until you check the docs
> > and/or try it.
>
> Looks like it works ok:
>
> Connected to:
> Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
> With the Partitioning option
> JServer Release 8.1.7.4.0 - 64bit Production
>
> SQL> create table pktest ( i int,j int );
>
> Table created.
>
> SQL> create unique index pktest_pk on pktest ( i, j );
>
> Index created.
>
> --

Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 31 2005 - 09:44:47 CDT

Original text of this message

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