Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Updating x$
Most (probably all) of the x$ tables are dumps of memory structures from the SGA or PGA of the process. Aside from changing the parameter that might affect a given value, the only way I know of is to update the memory location (given by the ADDR value from a x$ select) directly with a C program (or maybe oradebug). This does not sound like a good idea to me. In any case, the database protects updates to these "tables" by reporting an ORA-2030 error on anything but a select.
Doug.
Got questions? Get answers over the phone at Keen.com.
Up to 100 minutes free!
http://www.keen.com
Received on Wed Jun 28 2000 - 00:00:00 CDT
![]() |
![]() |