ORA-04031: unable to allocate 1024 bytes of shared memory [message #52732] |
Thu, 08 August 2002 23:18 |
mani
Messages: 105 Registered: September 1999
|
Senior Member |
|
|
Hi,
I have created some 10 procedures each of having 3600 lines.Now i have created one procedure to call all the above ten procedures.
but am getting the following error while creating the last procedure....
CREATE OR REPLACE PROCEDURE PROC_URT_CITY_BUILD_TABLE IS
*
ERROR at line 1:
ORA-04031: unable to allocate 1024 bytes of shared memory ("shared
pool","PROC_URT_CITY_ML_LRATT","PL/SQL DIANA","PAR.C:parapt:Page")
Any idea...
Thanks in advance
Mani
|
|
|
|
|
unable to allocate 1024 bytes of shared memory [message #53645 is a reply to message #52736] |
Thu, 03 October 2002 04:17 |
ashish
Messages: 107 Registered: December 2000
|
Senior Member |
|
|
My Oracle version is as follows
Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
PL/SQL Release 8.1.6.0.0 - Production
CORE 8.1.6.0.0 Production
TNS for 32-bit Windows: Version 8.1.6.0.0 - Production
NLSRTL Version 3.4.1.0.0 - Production
and the OS is
Windows NT SERVER 4.0
I have modified all the necessary parameters in the init.ora file i.e. the shared_pool_size etc.
Even then i am getting the same error.
Please help.
|
|
|
|
|