Answer Posted / mohsin mohammed abdul
Cursors are the private memory area in the SGA. they store
the result set of a query. And they are used to fetch
multiple rows from the tables in the pl/sql block
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to get a list of all tables with "sys.tables" view in ms sql server?
How you can change the database name in SQL SERVER?
What are the differences between local and global temporary tables?
Why we use functions in sql server?
What is the difference between varchar and varchar types?
What is difference between group by and having?
What is field in algebra?
Explain something about security and SQL Azure?
How to create a scrollable cursor with the scroll option?
Write a program to fetch first 10 records from a file?
List the various tools available for performance tuning?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
State the difference between union and union all?
Characterize join and name diverse sorts of joins?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance