We worked with Oracle Support using ODC and they determined that the rwrun.jar on the two machines was different. What we had done was apply one-off patch p2938002_9022_GENERIC to the 'prod' machines and this caused our problem.
David
We are running 9iAS 9.0.2.2 and 9iDB 9.2.0.3, all machines are RedHat Linux.
We have a development 9iAS server whose reports run and cleanup successfully off the 9iDB, and we have 3x9iAS production servers (when we go live) that run reports but they do _NOT_ cleanup successfully. That is, both...
I am trying to find _anyone_ who has converted an existing 6i web forms and/or reports application to 9i (not Oracle Financials)?
If you tell me you have done this successfully.
If you tell me why you did not go through with it.
If you tell me you are just looking at it.
Thanks
(Extra...
You could try covering it with another field or another field's prompt, but I can't get it to work.
I think the answer is 'NO', you can't have multiline labels.
Has anyone converted an inhouse application from Oracle Forms 6i to Oracle9i Forms? If so, please reply with at least a 'Yep, no sweat'. I have not found anyone worldwide that has done this yet.
Okay .. I want to know from which directory a user is running their application.
I can control the Registry Forms_Path data, but I can't stop them changing the 'Start In' option of their desktop icon.
If I use the following line I can display the current windows directory...
Read the white papers from oracle.com for converting 3 to 4.5 and for converting 4.5 to 6/6i. You will have to do both as 6/6i does not read 3 FMBs. You can use the 3rd party tools or pay big dollars for other people to convert everything for you but I have found the easiest way is to get a...
I am trying to resize a form at startup based upon the size of the window listed in the 'Console Window'
property at the Form level. But I can't find its name at runtime. I don't want to have to edit each
form individually if I can help it.
Alternatively, how to find the first window in the...
If it is a Record Group / LOV problem play with the Record Group Fetch Size, try very big, or very small, depending on how many records you are expecting to get back.
Otherwise, try changing the Query Array Size, set it to 0.
David
Use MONTHS_BETWEEN.
eg
select months_between(date1,date2)
into diff
from dual;
If mod(diff) < 10/31 /* 31 days in a standard month */
then /* less than 10 days */
RAISE_APPLICATION_ERROR(-20000,'Cannot Delete a Transaction');
We are running Solaris 2.6 and are converting Reports from 3 to 6i.
We want to change the name of certain objects at the command line, preferably in batch mode.
Any help gratefully received.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.