Error
ORA-00942: table or view does not exist

SQL:
UPDATE cachekey SET cachevalue=:value, expire=SYSDATE+1 WHERE cachekey=:key[ContentDefinition]

 
Back