Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Migrating windows oracle forms 6i to forms12c in Linux server

SandyMApr 11 2021

I'm migrating oracle forms 6i to forms 12c in Linux server. For creating reports we create folder at run time using the below code while running forms application from windows. Can you please how can I achieve the same when i run the application from Linux server ? I'm launching application from client ( windows http://Server:9001/forms/frmservlet?config=webstart) but hosted from linux server , so how should i change the below code ?
L_COMMAND := 'CMD /C "MKDIR "'||L_PDF_LOCATION||'""';
HOST(L_COMMAND,NO_SCREEN);

This post has been answered by cormaco on Apr 12 2021
Jump to Answer
Comments
Post Details
Added on Apr 11 2021
15 comments
653 views