I have tried to make a sql precondition with a parameter
select count(*) from
( SELECT sum(bytes)/1024/1024 free
FROM USER_FREE_SPACE
WHERE TABLESPACE_NAME=’"${tablespace_data}"’ )
WHERE free > "${tablespace_data_freespace}
I this feature planned for the future ??