Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> can't local data into a table in oracle 8i lite for NT
This happens when I try to load data into a table in 8i for nt. I 'm connectes as system connect string ODBC:POLITE:test_db
George
Connected to:
Oracle Open Client Adapter for ODBC 6.0.5.3.0
Oracle Lite ORDBMS 4.0.0.2.0
SQL> describe table1
Name Null? Type ------------------------------- -------- ---- NAME VARCHAR2(10) ADDRESS VARCHAR2(10)
SQL> INSERT into table1
2 ( NAME, ADDRESS )
3 values(me, somewhere);
INSERT into table1
*
ERROR at line 1:
OCA-30035: column not found
[POL-5205] column not found
SQL> Received on Mon Nov 27 2000 - 05:49:19 CST
![]() |
![]() |