ref cursor can be associated with many no. of sql statements where cursor can be associated only with one sql statement.
ref cursor is dynamic,cursor is static.
ref cursor points to a location.