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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie table backup question

Re: Newbie table backup question

From: Helma <bad_elefant_at_hotmail.com>
Date: Fri, 10 Aug 2007 07:46:20 -0700
Message-ID: <1186757180.579540.325620@e9g2000prf.googlegroups.com>


On Aug 10, 4:43 pm, Sashi <small..._at_gmail.com> wrote:
> On Aug 10, 10:40 am, Helma <bad_elef..._at_hotmail.com> wrote:
>
> > it does on mine
>
> Er, did I mention that I'm a newbie?
> ==========================================================
> SQL> create table NED_REGION_CAMPUS_BACKUP
> 2 as
> 3 select NED_REGION_CAMPUS.* from NED_REGION_CAMPUS;
> select NED_REGION_CAMPUS.* from NED_REGION_CAMPUS
> *
> ERROR at line 3:
> ORA-01723: zero-length columns are not allowed
> ==========================================================
> It so happens that this object is a view and not a table.
> Thanks,
> Sashi

create table NED_REGION_CAMPUS_BACKUP

   as select * from NED_REGION_CAMPUS; Received on Fri Aug 10 2007 - 09:46:20 CDT

Original text of this message

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