what type of data is allowed for blob?
Is it only 0's and 1's as the name implies.
but I am able to insert 0-9 and a-f through sql* plus. why is it so?
|
Go4Expert Founder
|
![]() |
| 6Jun2006,04:38 | #2 |
|
Quote:
Originally Posted by prashantSum |
|
Contributor
|
|
| 6Jun2006,10:57 | #3 |
|
thanks for the reply,
I am unable to insert data other than 0-9 and a-f into BLOB, as it is giving 'ORA-00911: invalid character' message. So does it only allow Hexadecimal numbers. If so, why it is allowing Hexadecimal numbers when it's name is Binary LOB? And one more thing when I take a word document as InputStream through JDBC and insert it into BLOB how I am able to insert word document into BLOB, as word document contains characters other than 0-9 and a-f. I am not getting low level clarity as how data is managed in BLOB, can you give some clarity on this. |
|
Go4Expert Founder
|
![]() |
| 6Jun2006,11:35 | #4 |
|
Quote:
Originally Posted by prashantSum Quote:
Originally Posted by prashantSum Quote:
Originally Posted by prashantSum |
|
Newbie Member
|
|
| 25Jul2006,02:51 | #5 |
|
Me too I would like to know aswell
|
|
Newbie Member
|
|
| 25Jul2006,02:53 | #6 |
|
Quote:
Originally Posted by prashantSum |
|
Newbie Member
|
|
| 25Jul2006,03:10 | #7 |
|
Quote:
Originally Posted by prashantSum |
|
Go4Expert Founder
|
![]() |
| 25Jul2006,04:31 | #8 |
|
Quote:
Originally Posted by mikestewart |

