What is program global area (pga) in oracle?
Answer / Gopal Swaroop
The Program Global Area (PGA) in Oracle is a memory structure that stores the session-specific data for each user connected to the database instance. It includes variables, sort areas, and SQL work areas.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get a create statement for an existing table?
How to speed up webrick?
How can we find the size of a database?
What happens if the update subquery returns multiple rows?
What are the differences between date and timestamp in oracle?
Can anyone give me information about oracle certification
Explain what does a control file contain?
Explain a private synonyms?
State the various uses of dbcc command?
What is an oracle wallet?
How can you Enforce Referential Integrity in snapshots ?
Explain implicit cursor.