For PL/SQL 1)Create Directory Where BLOB resides. create or replace directory temp as '/oradata2'; -- if the directory name you created not qoted, then you can only use upper case to refer it. -- create or replace directory temp as 'xxxx', the temp d