1.

What Server Processes Can Perform Created On Behalf Of Each User’s Application?

Answer»

Server processes can perform one or more of the FOLLOWING:

  • Parses and EXECUTES SQL statements fired through the application.
  • Reads data blocks from datafiles on DISK into the shared database buffers of the System GLOBAL Area, if the blocks are not already present in the System Global Area.
  • Return results in such a way that the application can process the INFORMATION.

Server processes can perform one or more of the following:



Discussion

No Comment Found