Re: Exception in thread "main" java.lang.OutOfMemoryError:

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Exception in thread "main" java.lang.OutOfMemoryError:
Дата
Msg-id 44F2B81D.50409@opencloud.com
обсуждение исходный текст
Ответ на Re: Exception in thread "main" java.lang.OutOfMemoryError:  (Roland Walter <rwa@mosaic-ag.com>)
Ответы Re: Exception in thread "main" java.lang.OutOfMemoryError:
Список pgsql-jdbc
Roland Walter wrote:
> Roland Walter <rwa@mosaic-ag.com> writes:
>
>>     static String createIndex = "CREATE INDEX xitransaction3 on transaction using btree (cc_trans_id, bc_id)";
>
> The problem was in Jim's create index statement. He used brackets
> instead of parenthesis around the column names. Jim corrected it and
> an OutOfMemoryError did not occur anymore. The statement took about 48
> minutes.

Sounds like there is a bug in the driver's escape sequence parsing
somewhere then. An invalid {...} escape shouldn't cause an OOME.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Roland Walter
Дата:
Сообщение: Re: Exception in thread "main" java.lang.OutOfMemoryError:
Следующее
От: "Vidas Makauskas"
Дата:
Сообщение: error: ResultSet.updateObject(timestamp in POSTGRES, DATE(7) in ORACLE )