• After placing code inside of: <code> </code>,
    and saving it to the database I am no longer able to edit or delete this entry. I have to physically delete row from mysql db. The code is as follows:

    ALTER SESSION ENABLE PARALLEL DDL;
    CREATE INDEX NAZOV_INDEXU ON NAZOV_TABULKY ( STLPEC1, STLPEC2, ..)
    NOLOGGING PARALLEL
    TABLESPACE NAZOV_TBS
    /

The topic ‘problems when adding a new entry’ is closed to new replies.