Error:
Current Value: 100, it should be greater than or equal to 200.
Solution:
- Login on your database with system user.
SQL> connect system
Enter password:
Connected.
- Type:
- show parameters processes (which will show the current value of processes).
- ALTER SYSTEM SET PROCESSES=200 SCOPE=SPFILE;
- show parameters open_cursors (which will show the current value of open_cursors).
- ALTER SYSTEM SET OPEN_CURSORS=200 SCOPE=SPFILE;
- Restart DB.
No hay comentarios:
Publicar un comentario