Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Deleting Rows

Deleting Rows

From: Karl Edge <k_at_edgek.fslife.co.uk>
Date: Tue, 8 Apr 2003 21:29:12 +0100
Message-ID: <b6vber$ona$1@newsg2.svr.pol.co.uk>


I have just installed 9i. And I am having problems in deleting rows from tables within SQLPlus.

When I create a table and a field, then insert a value to that field, the SELECT statement on that table works fine. However when I do a DELETE statement, the following error message raises

SQL> delete * from test;
delete * from test

       *
ERROR at line 1:
ORA-00903: invalid table name

I dont understand the error message because the table has been proven to exist by the SELECT statement.

I've even tried using the GRANT statement

I am not able to GRANT delete on the table, obviously because I am logged on as that user. And if I am logged on as another user I can not even see the table to GRANT the permission that way.

I am obviously missing something fundamental here

And would appreciate it if anyone could help

Thanks Karl Received on Tue Apr 08 2003 - 15:29:12 CDT

Original text of this message

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