What is mean by Program Global Area (PGA) ?

Answers were Sorted based on User's Feedback



What is mean by Program Global Area (PGA) ?..

Answer / sawant

It is area in memory that is used by a Single Oracle User
Process.

Is This Answer Correct ?    21 Yes 2 No

What is mean by Program Global Area (PGA) ?..

Answer / 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

What is mean by Program Global Area (PGA) ?..

Answer / ram bhajan tiwari

when the user is going to use oracle application He will
connect to the server with PGA which system takes bydefault.

Is This Answer Correct ?    3 Yes 1 No

What is mean by Program Global Area (PGA) ?..

Answer / hariharanadh

It is a memory buffer that contains data and control information for server process
A PGA created when oracle server starts and deallocated
when server process down

Is This Answer Correct ?    3 Yes 1 No

What is mean by Program Global Area (PGA) ?..

Answer / guneetinder singh

When an oracle server starts up it will allocate two memory
areas SGA(System global area) and PGA(Program Global Area).
SGA is allocated to the user when any new oracle instance
starts up at the server for sharing different data between
difference users.
PGA is allocated to the server when oracle server starts up.
in this only server processes can work.

Is This Answer Correct ?    7 Yes 6 No

What is mean by Program Global Area (PGA) ?..

Answer / bhaskar

Hi,
It is the part of memory used by a singe process or thread.
Each oracle background process have PGA area.and is not
sharable.it get allocated when the process starts and gets
deallocated on completion of the process by oracle server.

It contains short area,session specific information,user
previliges,cursor state etc.It is writable only by the
server process.

Thanks-Bhaskar Gouda

Is This Answer Correct ?    1 Yes 0 No

What is mean by Program Global Area (PGA) ?..

Answer / nishi

It is area in memory that is used by a Single Oracle User Process. Whenever a server process is started a sertain amount of PGA memory is automatically allocated through the server process.

Is This Answer Correct ?    1 Yes 0 No

What is mean by Program Global Area (PGA) ?..

Answer / rashid ansari

if oracle user dedicated server then only oracle create PGA
for each user.

Is This Answer Correct ?    4 Yes 4 No

What is mean by Program Global Area (PGA) ?..

Answer / shivani

it is a allocation which can be used by sou

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More Oracle General Interview Questions

How do I recompile a procedure in oracle?

0 Answers  


Why should I use oracle database?

0 Answers  


Display the order number and the number of months since the order was shipped for all orders that have been shipped in the last year (365 days). (Hint: Unshipped orders will have a null value).

1 Answers  


What is a read write transaction in oracle?

0 Answers  


The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6

2 Answers   TCS,






What is bulk collect in oracle?

0 Answers  


What is a trigger oracle?

0 Answers  


What is parameterized cursor in oracle?

0 Answers  


How many anonymous blocks can be defined?

0 Answers  


What is the usage of synonyms?

0 Answers  


How to display First 4 rows From Database Table?

6 Answers  


How to create a table in a specific tablespace?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)