Text insertion issue oracle

Solved
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. Hi,
    Try this:
    insert into dept values (50,'trapsa','sfax');
    single quote instead of double....
    Cya
    --
    On a misunderstanding, it might work!!
    2