Hello,
I downloaded Oracle SQLDeveloper 4.0, to use it, and realized that when issuing DDL commands 'or DML' as:
CREATE TABLE itg.test (vcol VARCHAR2 (40)) TABLESPACE tbs_itg_data,
INSERT INTO test VALUES ('test1');
INSERT INTO test VALUES ('test2');
INSERT INTO test VALUES ('test3');
is no longer displayed the output script, stating that the table was created and 3 were inserted tuples.
Please, how can I enable this feature in Oracle SQLDeveloper 4.0, as this feature exists in version sqldeveloper-3.2.20.09.87.
Grateful.
Silvio Büttenbender