Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i increase the PROCESSES parameter value to allow the Oracle database Listener to spawn more server process as required in your environment?
when i try to update the MAX_UTILIZATION the oracle shouw me a error:
"ORA-02030: can only select from fixed tables/views"

additional information copied from non-solution below
i just run several queries in the same application ( more than 40 queries (insert,select,delete,update,... ) , and i search in google on this error : google "says" that the MAX_UTILIZATION in the "v$resource_limit" table = 40 and i can't update it when i try
"update v$resource_limit set MAX_UTILIZATION = 100 " (and i am logged into the "system" account)
i work on oracle xe 10
please help me
thank you very much
Posted
Updated 25-May-14 1:56am
v2
Comments
CHill60 25-May-14 6:06am    
What were you doing when you got the error? Post the command you were running
Muli G. 5-Jun-14 10:54am    
I think that you will need to use alter system in order to change MAX_UTILIZATION
but are you sure this is the setting you need to change? are you working in dedicated or shared server?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900