Text insertion issue oracle

Solved
houba80 Posted messages 52 Registration date   Status Member Last intervention   -  
chuka Posted messages 980 Status Member -
Hello,
I am using Oracle 8i, I created my database but when inserting I noticed that I can no longer insert character strings. I even tried with the dept table from Scott Tiger but I have the same problem and here is the error message
ORA-00984: A column name is not allowed here
Configuration: Windows XP Firefox 3.0.13

3 answers

  1. chuka Posted messages 980 Status Member 379
     
    Hi,
    Try this:
    insert into dept values (50,'trapsa','sfax');
    single quote instead of double....
    Cya
    --
    On a misunderstanding, it might work!!
    2