BLOB對象的工作,我有一個像這個 -與甲骨文
select utl_encode.utl_encode.base64_encode(IMAGE1)
from IPHONE.accidentreports
where "key" = 66
的SQL語句但是當我運行它,我得到這個錯誤 -
ORA-00904: "UTL_ENCODE"."UTL_ENCODE"."BASE64_ENCODE": invalid identifier
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
Error at Line: 2 Column: 8
我想我BLOB
對象轉換爲BASE64
。它怎麼能做到?
'utl_encode.utl_encode' - 爲什麼'utl_encode'兩次? 'utl_encode'是一個包,除非你有一個名爲'utl_encode'的數據庫模式,這個''utl_encode.base64_encode'是正確的語法。 – Annjawn
@Annjawn兩次 - 只是貼上錯誤:)五言它曾經:) – user1731968