![]() | |
#41
| |||
| |||
|
|
Then what's the point of anyone ever posting anything at all on the web about oracle, including this newsgroup? I see your point in that oracle can update their docs whenever things change, but that does not mean other sites are not valuable resources as well. Explain to me what is wrong with the information on the posted site, especially as it relates to this thread (this is rhetorical). |
#42
| |||
| |||
|
|
On Oct 22, 10:13*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 2:08*pm, "Vladimir M. Zakharychev" vladimir.zakharyc... (AT) gmail (DOT) com> wrote: On Oct 22, 9:36*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 1:35*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: I'm trying to load images into an Oracle table using this technique: http://www.dba-oracle.com/oracle_new...p_loading_imag... SQLLDR is kicking back all rows with the error "ORA-01460: unimplemented or unreasonable conversion requested." Any ideas? *How to get around/fix? It's Oracle 10.2.0.1.0, by the way. And your table DDL and SQL*Loader control file are...? Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com Exactly as in the linked example, except for the filenames, which are jpgs instead of gifs. (and changing the second "file_id" to "file_data", which is an obvious error). It seems that example has another error in it: since fields are terminated by ',' and there are three fields being loaded, file name field MUST also be terminated by a comma, that is, the data section should look like this: BEGINDATA 1,C:\John.gif, 2,C:\smith.gif, 3,C:\sandra.gif, This probably is the source of the ORA-1460. Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com |
#43
| |||
| |||
|
|
On Oct 22, 10:13*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 2:08*pm, "Vladimir M. Zakharychev" vladimir.zakharyc... (AT) gmail (DOT) com> wrote: On Oct 22, 9:36*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 1:35*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: I'm trying to load images into an Oracle table using this technique: http://www.dba-oracle.com/oracle_new...p_loading_imag... SQLLDR is kicking back all rows with the error "ORA-01460: unimplemented or unreasonable conversion requested." Any ideas? *How to get around/fix? It's Oracle 10.2.0.1.0, by the way. And your table DDL and SQL*Loader control file are...? Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com Exactly as in the linked example, except for the filenames, which are jpgs instead of gifs. (and changing the second "file_id" to "file_data", which is an obvious error). It seems that example has another error in it: since fields are terminated by ',' and there are three fields being loaded, file name field MUST also be terminated by a comma, that is, the data section should look like this: BEGINDATA 1,C:\John.gif, 2,C:\smith.gif, 3,C:\sandra.gif, This probably is the source of the ORA-1460. Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com |
#44
| |||
| |||
|
|
On Oct 22, 10:13*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 2:08*pm, "Vladimir M. Zakharychev" vladimir.zakharyc... (AT) gmail (DOT) com> wrote: On Oct 22, 9:36*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 1:35*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: I'm trying to load images into an Oracle table using this technique: http://www.dba-oracle.com/oracle_new...p_loading_imag... SQLLDR is kicking back all rows with the error "ORA-01460: unimplemented or unreasonable conversion requested." Any ideas? *How to get around/fix? It's Oracle 10.2.0.1.0, by the way. And your table DDL and SQL*Loader control file are...? Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com Exactly as in the linked example, except for the filenames, which are jpgs instead of gifs. (and changing the second "file_id" to "file_data", which is an obvious error). It seems that example has another error in it: since fields are terminated by ',' and there are three fields being loaded, file name field MUST also be terminated by a comma, that is, the data section should look like this: BEGINDATA 1,C:\John.gif, 2,C:\smith.gif, 3,C:\sandra.gif, This probably is the source of the ORA-1460. Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com |
#45
| |||
| |||
|
|
On Oct 22, 10:13*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 2:08*pm, "Vladimir M. Zakharychev" vladimir.zakharyc... (AT) gmail (DOT) com> wrote: On Oct 22, 9:36*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: On Oct 22, 1:35*pm, blindsey <blind... (AT) dsicdi (DOT) com> wrote: I'm trying to load images into an Oracle table using this technique: http://www.dba-oracle.com/oracle_new...p_loading_imag... SQLLDR is kicking back all rows with the error "ORA-01460: unimplemented or unreasonable conversion requested." Any ideas? *How to get around/fix? It's Oracle 10.2.0.1.0, by the way. And your table DDL and SQL*Loader control file are...? Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com Exactly as in the linked example, except for the filenames, which are jpgs instead of gifs. (and changing the second "file_id" to "file_data", which is an obvious error). It seems that example has another error in it: since fields are terminated by ',' and there are three fields being loaded, file name field MUST also be terminated by a comma, that is, the data section should look like this: BEGINDATA 1,C:\John.gif, 2,C:\smith.gif, 3,C:\sandra.gif, This probably is the source of the ORA-1460. Regards, * *Vladimir M. Zakharychev * *N-Networks, makers of Dynamic PSP(tm) * *http://www.dynamicpsp.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |