adspace
How does one use sql*loader to load images, sound clips and documents? : aql loader
Answer Posted / Deepak Nigam
SQL*Loader doesn't directly support loading binary data like images, sound clips, or documents into the database. However, you can convert these files into base64-encoded strings and then store them in a CLOB or BLOB column.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does group by remove duplicates?
what is collation? : Sql dba
what is bcp? When does it used? : Sql dba
Is primary key clustered index?
what are aggregate and scalar functions? : Sql dba
how to escape special characters in sql statements? : Sql dba
what are all the common sql function? : Sql dba
Can we use distinct and group by together?
Is primary key always clustered index?
what are the advantages of sql ? : Sql dba
Can we rollback truncate?
how to start mysql server? : Sql dba
Is inner join faster than left join?
How do I remove duplicates in two columns?
What is the current version of postgresql?