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

Home -> Community -> Usenet -> c.d.o.server -> How do I rename the storage area of a nested table?

How do I rename the storage area of a nested table?

From: pat <armstpat_at_wellsfargo.com>
Date: 27 Jul 2005 13:11:49 -0700
Message-ID: <1122495109.567803.266650@g49g2000cwa.googlegroups.com>


I have a nested table that I need to rename. How do I do it?

Here is the abbreviated DDL:
  create table t_some_table (
    ...

     msg_info messageInfo)
     nested table msg_info store as msg_info_pairs;

I need to rename msg_info_pairs to something else. Received on Wed Jul 27 2005 - 15:11:49 CDT

Original text of this message

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