GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  PL/SQL

 Print  |  
Question:  Difference between a cursor and reference cursor



September 09, 2005 07:25:10 #4
 keerthi   Member Since: Visitor    Total Comments: N/A 

RE: Difference between a cursor and reference cursor
 

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.

     

 

Back To Question