Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle SQLDeveloper 4.0, script output, how to enabled

1027061Jul 22 2013 — edited Jul 25 2013

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

This post has been answered by Brian Maher on Jul 25 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2013
Added on Jul 22 2013
28 comments
7,567 views