1846764 Members
4547 Online
110256 Solutions
New Discussion

softbench problem

 
Larry Risser
Occasional Advisor

softbench problem

Thanks in advance for the help.

I am trying to pre-compile some modules using the following command:

proc iname= config=oracle.cfg

with the following error message returned:

/opt/softbench/lbin/proc: No input file specified

Both and oracle.cfg are in the directory I am running the command from, and /opt/softbench/lbin/proc is in my path.

Any clues as to why it's failing?
1 REPLY 1
Dave Polshaw
Frequent Advisor

Re: softbench problem

Could it be that the current directory is not in your path? If you are logged in as root this should be the case anyway.

Try

proc iname=./ config=./oracle.cfg
Knowledge speaks. Wisdom listens...