Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: forms 4.5 library problem
In article <DutcherJG-1805991729370001_at_clhrd7.chinalake.navy.mil>,
J. G. Dutcher <DutcherJG_at_navair.navy.mil> wrote:
>I'm using a library package to do some of the processing in my
>application. It compiles with no errors. Yet when executed, it gets an ORA
>0904 Invalid column name. The statement producing this error is an open
>cursor statement. I've checked the obivious, correctly spelling the cursor
>name, correctly spelling the column name, column names in the right order,
>etc. I've run out of things to check. Anyone else had this problem and how
>did you solve it?
Try a Compile All of your library -- it may not compile properly with that.
Also, are you developing while connected to a different server than you are running against? Your tables may be different.
Steve Cosner
![]() |
![]() |