1.

What Are The Pl/sql Cursors?

Answer»

Oracle uses workspaces to EXECUTE the SQL COMMANDS. In other words, when Oracle processes a SQL command, it opens an area in the memory CALLED Private SQL Area. A cursor is an identifier for this area. It ALLOWS programmers to name this area and access it’s INFORMATION.

Oracle uses workspaces to execute the SQL commands. In other words, when Oracle processes a SQL command, it opens an area in the memory called Private SQL Area. A cursor is an identifier for this area. It allows programmers to name this area and access it’s information.



Discussion

No Comment Found