|
May
15 |
|
awarded | Popular Question |
|
Apr
1 |
|
awarded | Popular Question |
|
Feb
1 |
|
comment |
How to disable Hibernate 4 logging into Eclipse console? shazin, thank you. Now my slf4j.properties looks like tny.cz/4f2f92f2 =) But the problem is not solved. Eclipse offers me to go to debug perspective (where i could see Source not found.) and when i push "resume" i see red text in eclipse console =(. also there is not log in the root of "d" drive. Where is my mistake? |
|
Feb
1 |
|
revised |
How to disable Hibernate 4 logging into Eclipse console? edited tags |
|
Jan
31 |
|
asked | How to disable Hibernate 4 logging into Eclipse console? |
|
Dec
9 |
|
accepted | How to copy file from smb share to local drive using jcifs in Java? |
|
Nov
30 |
|
awarded | Popular Question |
|
Nov
13 |
|
revised |
How to copy file from smb share to local drive using jcifs in Java? added 54 characters in body |
|
Nov
13 |
|
revised |
How to copy file from smb share to local drive using jcifs in Java? deleted 8 characters in body |
|
Nov
13 |
|
asked | How to copy file from smb share to local drive using jcifs in Java? |
|
Nov
9 |
|
awarded | Popular Question |
|
Nov
7 |
|
comment |
UTL_SMTP: procedure for sending html+css table in message body and attachement in single letter It means that the part of code which should attach an attachment doesn't work. Some procedures I need to add: 'FOR rec IN cur_query LOOP lv_message := rec.A1||chr(9)||rec.A2||chr(9)||rec.A3||chr(13)||chr(10); END LOOP;' There is no error message. I receive everything in the body. Unfotunatly =(( |
|
Nov
7 |
|
asked | UTL_SMTP: procedure for sending html+css table in message body and attachement in single letter |
|
Oct
5 |
|
awarded | Notable Question |
|
Sep
3 |
|
comment |
How to run cmd.exe with command string from Java? yes, it is my mistake. cjrrect: "c:\\prb ext.dat" But now i have mistake: The filename, directory name, or volume label syntax is incorrect. C:\Documents and Settings\DT\workspace\PPM> |
|
Sep
3 |
|
asked | How to run cmd.exe with command string from Java? |
|
Aug
21 |
|
comment |
How to write hex FF symbols into file from CLOB-type field using UTL_FILE? Any another ideas? |
|
Aug
21 |
|
comment |
How to write hex FF symbols into file from CLOB-type field using UTL_FILE? a cann't convert clob to blob because in this case i cann't conncatenate fields. i've tryied it. |
|
Aug
21 |
|
comment |
How to write hex FF symbols into file from CLOB-type field using UTL_FILE? LPAD(HEXTORAW('FF'), 22, HEXTORAW('FF')) doesn't work in my case (NLS_CHARACTERSET = AL32UTF8) |
|
Aug
21 |
|
comment |
How to write hex FF symbols into file from CLOB-type field using UTL_FILE? NLS_CHARACTERSET = AL32UTF8 and NLS_NCHAR_CHARACTERSET = AL16UTF16 |