Hi all, I have a BLOB field storing the binary for a PDF file. The database is being copied to another space and I'm not sure the BLOB field is being copied correctly. How would I compare the two fields to make sure they're exactly the same?
I've used LENGTH() but I think that's really only supposed to work for strings. When I try the example shown on I get the error ORA-00904: invalid identifier
What should I use to find the length of a BLOB field? Thanks!
I've used LENGTH() but I think that's really only supposed to work for strings. When I try the example shown on I get the error ORA-00904: invalid identifier
What should I use to find the length of a BLOB field? Thanks!