Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Row-Count in PL/SQL
> Hi,
>
> IŽd like to count table-rows in PL/SQL.
> The tablename comes from a variable. Something like:
>
> SELECT COUNT(*) INTO V_ROWS
> FROM V_TABLE_NAME;
>
> I still get the same error message:
> "V_TABLE_NAME must be declared"
>
> But V_TABLE_NAME is declared in my
> CURSOR-SELECT-Statement.
>
> Thanks for all suggestions.
>
> O.Braun
This could be a typical ORA-00942 error.
If this is the case, check
http://www.adp-gmbh.ch/ora/err/ora_00942.html
hth
Rene
-- Rene Nyffenegger http://www.adp-gmbh.chReceived on Thu Jan 15 2004 - 17:32:22 CST
![]() |
![]() |