What is mean by Program Global Area (PGA) ?
Answer Posted / 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 |
Post New Answer View All Answers
What is meant by recursive hints in oracle?
What is the disadvantage of User defind function?
hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
How do I find the database name in oracle?
Can group functions be used in the order by clause in oracle?
What is meant by joins?
How to find the duplicate rows count from employees table in oracle?
What is the data pump import utility?
What is a system tablespace and when it is created?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
Explain a data segment?
What is an oracle function?
How can we force the database to use the user specified rollback segment?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?