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 to create a new table by selecting rows from another table?

0 Answers  


20. Using a set operator, display the client number of all clients who have never placed an order.

0 Answers   Wipro,


What are the Characteristics of Data Files ?

3 Answers  


What is a proxy object?

0 Answers  


What is set operator oracle?

0 Answers  






What is the difference between translate and replace?

0 Answers  


how to truncate date and get only time part 9:20:00

5 Answers  


What is meant by joins? List out the types of joins.

0 Answers  


Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15

2 Answers  


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

0 Answers  


What does COMMIT do ?

4 Answers  


Why do you create or replace procedures rather that drop and recreate.

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)