If I use just substr then the substr just returns null:
SQL> select id, length(rec),substr(rec,32768,1)
2 from items
3 WHERE ID = 'PROD';
ID
--------------------------------------------------------------------------------
LENGTH(REC)
-----------
SUBSTR(REC,32768,1)...