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 -> Re: Help Modify Table!!!

Re: Help Modify Table!!!

From: Lothar Armbrüster <lothar.armbruester_at_rheingau.netsurf.de>
Date: 28 Jun 99 22:19:28 +0100
Message-ID: <718.848T1402T13394041lothar.armbruester@rheingau.netsurf.de>


Vic Millan wrote on 28-Jun-99 20:20:52:
>This is the command I use to alter table:

>alter table prepayment modify (checkno number(10));

>I get error table or view does not exist.. Any idea????

Well this can have many reasons:

You should try the following:

select object_name,object_type,owner from all_objects where object_name='PREPAYMENT';

>Vic

Hope that helps,
Lothar

--
Neue Adresse ab 10.07.'99:

Lothar Armbrüster       | lothar.armbruester_at_rheingau.netsurf.de
Hauptstr. 26            | lothar.armbruester_at_t-online.de
D-65346 Eltville        |

Received on Mon Jun 28 1999 - 16:19:28 CDT

Original text of this message

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