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: PLS-00417: unable to resolve <string> as a column

Re: PLS-00417: unable to resolve <string> as a column

From: <n.a.ekern_at_usit.uio.no>
Date: 5 Nov 2001 22:58:19 GMT
Message-ID: <9s75ib$2bb$1@readme.uio.no>


Hi!

Do you happen to have Update-triggers on the Office-table? Try disabling them before you add the column (default 'E' Not Null will update every existsing row to 'E')
Or try to add the column as Null, update rows to E and modify to Not Null.

Regards,
Njål A. Ekern

Jim Poe (jpoe_at_fulcrumit.com):
This is part of the script that was run in SQLPlus

ALTER TABLE OFFICE
 ADD ( AP_DUE_BASE CHARACTER(1) DEFAULT 'E' NOT NULL);

--
Jim Poe (jpoe_at_fulcrumit.com)
Received on Mon Nov 05 2001 - 16:58:19 CST

Original text of this message

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