CREATE TABLE test_iot( name VARCHAR2(256 CHAR) NOT NULL, CONSTRAINT test_iot PRIMARY KEY (name) ) ORGANIZATION INDEX; INSERT INTO test_iot VALUES (LPAD('a', 200, 'a')); COMMIT; Then try to execute ...
Certains résultats ont été masqués, car ils peuvent vous être inaccessibles.
Afficher les résultats inaccessibles