Home » SQL & PL/SQL » SQL & PL/SQL » need to retrieve info message from query
need to retrieve info message from query [message #38087] Mon, 18 March 2002 22:38 Go to next message
MarcoC
Messages: 10
Registered: February 2002
Junior Member
Hi,

Does anybody know how to get hold of the strings that informs you on how a sql statement has gone? (See arrows).Thanks
Marco

SQL> insert into temp values(55)
2 /

Created 1 row. <------------

SQL> insert into scott.dept values(50,RAGGIRI,TORINO)
2 /
insert into scott.dept values(50,RAGGIRI,TORINO)
*
ERRORE alla riga 1: <-----------
ORA-00984: colonna non consentita in questo caso <--------
Re: need to retrieve info message from query [message #38093 is a reply to message #38087] Tue, 19 March 2002 00:42 Go to previous messageGo to next message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
ur problem is not clear can u explain little bit more

ORA-00984 column not allowed here
-----------------------------------------

Cause: A column name was used in an expression where it is not permitted, such as in the VALUES clause of an INSERT statement.

Action: Check the syntax of the statement and use column names only where appropriate.
Re: need to retrieve info message from query [message #48854 is a reply to message #38087] Wed, 22 December 2004 06:04 Go to previous message
wiseman
Messages: 1
Registered: December 2004
Junior Member
try this:

insert into scott.dept values(50,'RAGGIRI','TORINO');

meglio tardi che mai...
Previous Topic: Login through command prompt
Next Topic: how to convert to excel data into oracle database tables
Goto Forum:
  


Current Time: Thu Apr 02 00:22:30 CDT 2026