How do you use automatic pga memory management with oracle 9i and above?



How do you use automatic pga memory management with oracle 9i and above?..

Answer / Nitesh Kumar Gupta

Automatic PGA memory management in Oracle 9i and later can be achieved by setting the parameters SESSION_CACHED_CURSORS, SHARED_POOL_SIZE, and DB_BLOCK_BUFFERERS. By default, these are set to dynamic values based on your system configuration.nFor example, if you want to set a maximum limit for session cached cursors, you can use the following command: ALTER SESSION SET sessions_cached_cursors = <number>.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle DBA (Database Administration) Interview Questions

Why are recursive relationships bad? How do you resolve them?

1 Answers  


I am getting error "no communication channel" after changing the domain name? What is the solution?

1 Answers  


How many redo logs should you have and how should they be configured for maximum recoverability?

1 Answers  


What is the use of the drop option in the alter table command?

1 Answers  


A developer is trying to create a view and the database won’t let him. He has the "developer" role which has the "create view" system privilege and select grants on the tables he is using, what is the problem?

1 Answers  


When should you increase copy latches? What parameters control copy latches?

1 Answers  


What is a dba?

1 Answers  


What are four common errors found in an alert .log?

1 Answers  


How many types of database software are there?

1 Answers  


When should the default values for oracle initialization parameters be used as is?

1 Answers  


What database block size should I use?

1 Answers  


What skills do you need to be a database administrator?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)