Re: Help Modify Table!!!!

From: chensm <chensm_at_sesrcs1.src.se.bp.com>
Date: Tue, 29 Jun 1999 10:32:27 +0800
Message-ID: <7l9asf$ce6_at_eugwy1.bp.com>


I think it is because the table is not your own schema. Some other account has created this table and grant the select pro to you. you can try
alter table owner_name.prepayment modify(checkno number(10));

Good Luck

Vic Millan wrote in message <3777cb1b.6480903_at_news.alterdial.uu.net>...
>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????
>
>Vic
Received on Tue Jun 29 1999 - 04:32:27 CEST

Original text of this message