|
Re: FRM-41072: Cannot create Group REC_SHIFT_CODE [message #330945 is a reply to message #330839] |
Tue, 01 July 2008 21:32 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
akallanes
Messages: 3 Registered: June 2008 Location: Philippines
|
Junior Member |
|
|
I finally ruled down the problem here. I set Sqlplus's ARRAYSIZE to 14 and the query ran. However the default of Sqlplus is 15 so every time i ran the query. I set the ARRAYSIZE to 14. Now the twisting part is, this query is used in my FORMS 5.0 and i think i returns the same error to my form that is why it cannot create the record group.
Any idea on what should i do to solve this problem?.. I there any configuration in my server needs to be change?.
Any comment would be appreciated ![Smile](images/smiley_icons/icon_smile.gif)
Regards,
Aleson
[Updated on: Tue, 01 July 2008 21:32] Report message to a moderator
|
|
|
|
Re: FRM-41072: Cannot create Group REC_SHIFT_CODE [message #338151 is a reply to message #338145] |
Mon, 04 August 2008 00:31 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
akallanes
Messages: 3 Registered: June 2008 Location: Philippines
|
Junior Member |
|
|
thanks for the suggestion. I tried it in forms 6i and it ran properly.. the problem is in LPAD function which returns a buffer overflow on old oracle client versions (Forms5 and SQL*Plus less than 8i). What i did was remove all code that uses LPAD (anyway its just formatting.). but anyways thanks for the replay.. Greatly appreciated.
|
|
|