|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
column not allowed here Exception
Hi,
I get the following exception ORA-00984: column not allowed here when i execute the following query insert into esclate_tasks values (152,1,'1/10/2005 12:39:50','undefined','undefined','New','undefined',undefined,'undefined','20') This is on a oracle table. The schema looks like CREATE TABLE esclate_tasks ( Task_id Number(18, 0) NOT NULL , SEQ Number(18, 0) NOT NULL , escl_dt Date NOT NULL , escl_uca_msg varchar (80) NULL , escl_sub_process varchar (50) NULL , status char (10) NULL , escl_status varchar (2) NULL , escl_custom_status_id Number(18, 0) NULL , escl_category varchar (80) NULL , escl_priority_id Number(18, 0) NULL ) Thanks. Last edited by vi1972 : January 10th, 2005 at 01:01 PM. Reason: Adding more data |
|
#2
|
|||
|
|||
|
custom_status_id is a number - you have undefined without quotes.
|
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > column not allowed here Exception |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|