Error:
FRM-30087: Unable to create form file $ORACLE_HOME/forms/WOENTRY.fmx
Cause:
Non-oracle user cannot write in the “output” directory or the mentioned fmx exists but user cannot overwrite it.
Workaround:
1. By default the FMX is being created in the same directory with the FMB.
2. Give write permission in that folder and check if FMXs with the same name are already there and if the non-oracle user can overwrite them.
3. Also, make use of the “output_file=” parameter within the compile command to specify a location where the FMX should be created.
Recommended Posts