Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump - DBIF_RSQL_NO_MEMORY

Former Member
0 Likes
709

Hello ,

I am getting the dump DBIF_RSQL_NO_MEMORY .

Please update me on this .

Thanks ,

Rahul

Hello ,

I am getting the dump DBIF_RSQL_NO_MEMORY .

Please update me on this .

Thanks ,

Rahul

5 REPLIES 5
Read only

Former Member
0 Likes
639

Hi,

I guess your select statement returns a large volume of data whoch causes this memory dump or you are processing a large volume of data in your program.

Shruthi

Read only

Former Member
0 Likes
639

Use package size and clear unwanted internal table before making select for huge volume.

Read only

Former Member
0 Likes
639

hi

u ve to clear the header of the inter nal table

after operation if possible refresh the internal table

then also if it is showing no memory

then u ve to increase the size of table by addding " occurs 0" statement.

again if it is coming then just tell ur basics consultant to restart the server becoz the buffer area is full just for refreshing purpose restart it.

rewards if useful

sachhidananda tripathy

Read only

Former Member
0 Likes
639

Hello,

To fix this problem if you are using AIX or UNIX, you need adjust the AIX kernel for user root, ora<sid> and <sid>adm using smitty tools. The memory use for UNIX come reduced.

smiity -> change / Show characteristics -> and then change the following parameters:

Soft CPU time = -1

Soft FILE size = -1

Soft STACK size = -1

Soft CORE file size = -1

Soft Data Segment = -1

Regards,

Angelo

Read only

ravi_lanjewar
Contributor
0 Likes
639

Hi,

Welcome to SDN, but before posting search in SDN.

Following lilnk will help you.