Oracle - compile report / compile forms on linux


/ Published in: Bash
Save to your folder(s)

OFP is the database environment


Copy this code and paste it in your HTML
  1. to compile form in linux command line example:
  2.  
  3. f60genm module=pa userid=???/???@ofp batch=yes compile_all=YES
  4.  
  5. to compile reports same way:
  6.  
  7. rwcon60 module=pa userid=???/???@ofp batch=yes compile_all=YES

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.