-- Created on 4/16/2012 by 43687437
declare
-- Local variables here
i integer;
cursor count_cursor is
select ROWNUM, TABLE_NAME,'SELECT COUNT(1) FROM ' || TABLE_NAME AS "SQL_DESC"
from ALL_TABLES
WHERE OWNER =
-- Created on 4/16/2012 by 43687437
declare
-- Local variables here
i integer;
cursor count_cursor is
select ROWNUM, TABLE_NAME,'SELECT COUNT(1) FROM ' || TABLE_NAME AS "SQL_DESC"
from ALL_TABLES
WHERE OWNER =