Link to home
Start Free TrialLog in
Avatar of spsun
spsun

asked on

unable to run frmcmp [oracle forms 10g] on solaris

Hello Forum members,
I am unable to run frmcmp on solaris.
Can you please advise me.
Thanks,

/u01/oracle/product/10.1.2/mid/bin $ ls frm*
frmbld frmbld.sh frmcmp frmcmp.sh frmcmp_batch frmcmp_batch.sh frmf2xml.sh frmplsqlconv.sh frmweb frmxml2f.sh frmxmlsg.sh frmxmlv.sh
sp147s@:/u01/oracle/product/10.1.2/mid/bin $ ls -al frm*
-rwxr-xr-x 1 oracle dba 6662716 Oct 4 15:43 frmbld
-rwxr-xr-x 1 oracle dba 4108 Oct 4 15:44 frmbld.sh
-rwxr-xr-x 1 oracle dba 6662168 Oct 1 12:45 frmcmp
-rwxr-xr-x 1 oracle dba 2432 Oct 1 12:45 frmcmp.sh
-rwxr-xr-x 1 oracle dba 7850456 Oct 1 12:45 frmcmp_batch
-rwxr-xr-x 1 oracle dba 2408 Oct 1 12:45 frmcmp_batch.sh
-rwxr-xr-x 1 oracle dba 2425 Oct 4 15:44 frmf2xml.sh
-rwxr-xr-x 1 oracle dba 3312 Oct 1 12:45 frmplsqlconv.sh
-rwxr-xr-x 1 oracle dba 37822076 Oct 1 12:44 frmweb
-rwxr-xr-x 1 oracle dba 2420 Oct 4 15:44 frmxml2f.sh
-rwxr-xr-x 1 oracle dba 2383 Oct 4 15:44 frmxmlsg.sh
-rwxr-xr-x 1 oracle dba 2340 Oct 4 15:44 frmxmlv.sh
sp147s@ /u01/oracle/product/10.1.2/mid/bin $ frmcmp
ksh: frmcmp: not found
sp147s@ /u01/oracle/product/10.1.2/mid/bin $ sh frmcmp
frmcmp: syntax error at line 1: `(' unexpected
sp147s@ /u01/oracle/product/10.1.2/mid/bin $ frmcmp.sh
ksh: frmcmp.sh: not found
sp147s@ /u01/oracle/product/10.1.2/mid/bin $ sh frmcmp.sh
frmcmp.sh: /u01/oracle/product/10.1.2/infra/bin/frmcmp: not found
Avatar of Sean Stuber
Sean Stuber

Is "/u01/oracle/product/10.1.2/mid/bin"   in your PATH?

or, if you're in that directory,  is "."  in your PATH?

Avatar of spsun

ASKER

Hello sdstuber,
I am in  u01/oracle/product/10.1.2/mid/bin folder.
How to look and change path??
Thanks
to see it...

echo $PATH

to set it...

set PATH=$PATH:/u01/oracle/product/10.1.2/mid/bin
export $PATH
Avatar of spsun

ASKER

Hello sdstuber,
will the above append to existing paths or removes them and adds?/
i am on production server
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Sean Stuber
Sean Stuber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Try this
sp147s@ /u01/oracle/product/10.1.2/mid/bin $./frmcmp
instead of
sp147s@ /u01/oracle/product/10.1.2/mid/bin $ frmcmp
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial