Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ssh to compile an Oracle form?

Status
Not open for further replies.

bgreen

Programmer
Feb 20, 2003
185
0
0
CA
I am trying to compile an oracle form that reside on a different host does anyone have any suggestions how to do this??? I am able to compile but there are FRM errors that I am getting:

FRM-18108: Failed to load the following objects.

Source Module:APPSTAND
Source Object: STANDARD_PC_AND_VA
Source Module:APPSTAND
Source Object: STANDARD_TOOLBAR
Source Module:APPSTAND
Source Object: STANDARD_CALENDAR


command:

ssh <HOST> ". ./.profile;f60gen module=/u2/oracle/prodappl/au/11.5.0/forms/US/JU
NK2.fmb userid=apps/<pwd> output_file=/u/iisjis/JUNK2.fmx module_type=form ba
tch=no compile_all=special"
 
Does this run when you jam everything into a script and run it on HOST? Remember that /u2 on your remote system must be similar to /u2 on a system that works.

gene
 
Thanks for the reply. I figured out my issue. I was not compiling in $AU_TOP/forms/US.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top