error: bind variable not found
563299Mar 28 2007 — edited Mar 28 2007hi all,
this is my code
declare
variable total_blocks number;
begin
execute DBMS_SPACE.UNUSED_SPACE('xmluser','CUSTOMER','TABLE',:total_blocks);
print total_blocks;
end;
error while compiling:
SQL> @sp1.sql
8 /
SP2-0552: Bind variable "TOTAL_BLOCKS" not declared.
please help me to sort out this problem.
thanks in advance
karthik.J