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!

Sqlformat "insert" in sqlcl returns "MYTABLE" instead table name

sky_yowMar 24 2016 — edited Mar 24 2016

Hi,

Maybe I've missed something but when I setup sqlformat to insert in my sqlcl session it returns "MYTABLE" instead of actual table name in output.

Do we need to define a variable somewhere to change it?

Here is an example:

orclbd> select * from test_tab_2;

REM INSERTING into MYTABLE

SET DEFINE OFF;

Insert into MYTABLE (PK_ID,RND_STR_1,ACC_DATE) values ('7','IJWQRO7T',to_timestamp('07/07/13 08:13:52','RR-MM-DD HH24:MI:SSXFF'));

orclbd>

This post has been answered by Gary Graham-Oracle on Mar 24 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2016
Added on Mar 24 2016
2 comments
759 views