Re: Oracle SQL Developer exporting SQL inserts with missing comma.

From: Jared Still <jkstill_at_gmail.com>
Date: Sun, 14 Dec 2008 20:55:10 -0800
Message-ID: <bf46380812142055i19206c0r6c0e5705e2b80249@mail.gmail.com>


On Sun, Dec 14, 2008 at 1:50 PM, Hans Deragon <hans_at_deragon.biz> wrote:

> Greetings.
>
> Sorry for this basic question, but with Oracle SQL developer latest
> version (1.5.3), when I export a table using the "insert" mode, the
> output looks something like this:
>
> insert into table1 values (123 456 769);
>
> The commas are missing. It should be:
>
> insert into table1 values (123, 456, 769);
>

A good place to look is the OTN forum for SQL Developer.

Here you go:
http://forums.oracle.com/forums/thread.jspa?messageID=3128144&#3128144

Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Dec 14 2008 - 22:55:10 CST

Original text of this message