Re: oracle 9.0.4.1.0 beginner problem ora-00984

From: <JimStrehlow_at_data911.com>
Date: 4 May 2005 13:14:00 -0700
Message-ID: <1115237640.554639.86440_at_g14g2000cwa.googlegroups.com>


You often get that error when you try to access a table that is not yours (privilege problem.)
Check that you spelled your tables properly. You should have access to your own tables. Test it by: DESCRIBE tablename;
SELECT COUNT(*) FROM tablename;

DA Morgan wrote:
> Chad Newman via DBMonster.com wrote:
...produces that error of ora-00984. Received on Wed May 04 2005 - 22:14:00 CEST

Original text of this message