What is mean by Program Global Area (PGA) ?

Answer Posted / munnu

PGA: Whenever a server process is started a sertain amount
of PGA memory is automatically allocated through the server
process. This memory area is a private SGA area of the
sever process and can be assed only by oracle code that
axts on behalf of that perticular server process.Two memory
area in the PGA are private SQL area and session memory.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a trace file and how is it created in oracle?

555


How to use regular expression in pattern match conditions in oracle?

585


How do I manually uninstall oracle client?

522


How can we find out the duplicate values in an oracle table?

617


How to define a variable of a specific record type?

621






What is instant client oracle?

548


Explain the features of oracle?

606


How to rebuild an index in oracle?

560


What is meant by an index?

635


Can the query output be sorted by multiple columns in oracle?

577


What are a cluster and non-cluster index?

582


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1268


Why packages are used in oracle?

552


Which is faster join or subquery in oracle?

543


What is a tns service name?

546