Operating System - HP-UX
1748089 Members
5083 Online
108758 Solutions
New Discussion юеВ

compile Oracle Froms on CIFS Share

 
Stefan Wusowski
Frequent Advisor

compile Oracle Froms on CIFS Share

Hello,
i have a problem to compile Oracle Forms on a CIFS share.
I can compile the Oracle Forms on a local disk successfully. I can compile the Forms on local disk and store the output on the CIFS share.
i can't compile the Forms if a start the command on CIFS share.

The is no Error or somethings else. I must kill the Oracle Command.
Here the compile script:
echo "Kompiliere. Bitte warten ..."
export NLS_LANG=GERMAN_GERMANY.WE8ISO8859P1
export ORACLE_HOME=/u03/opt/oracle/mid1012
export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/jdk/jre/lib/IA64N:$ORACLE_HOME/jdk/jre/lib/IA64N/server:$LD_LIBRARY_PATH

export FORMS_PATH=SHARE/${HIS_DB}/fmb:LOCAL/${HIS_DB}/fmx

export ORACLE_TERM=vt220
FORMSGEN=$ORACLE_HOME/bin/frmcmp_batch
#FMXDIR=LOCAL/${HIS_DB}/fmb/
FMXDIR=SHARE/${HIS_DB}/fmb/swu
#FILE=hk_global
#$FORMSGEN module=$FILE.pll userid= Module_Type=LIBRARY output_file=$FMXDIR/$FILE.plx

FILE=hiad005

echo "compile $?"
$FORMSGEN module=$FILE.fmb userid=
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: compile Oracle Froms on CIFS Share

Shalom,

Check ownership of the folder in CIFS share. It should be accessible to the user doing the compile.

As far as I know CIFS shares themselves are compatible.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Stefan Wusowski
Frequent Advisor

Re: compile Oracle Froms on CIFS Share

Hello,
as starting user I can create files/diretory, because I can create the output-file. For me it looks like that oracle can't access or create something while trying the compile - but where and what????

;-)
Stefan Wusowski