i had a unix crontab sqlplus failure last night ...
oracle 8.16 and aix
the network was down but all packages/data were on same server
3 packages run ok (before and after failure) were called by using following unix script syntax :
set LOADPRODUCT=`sqlplus -s $USERNAME/$USERNAME @$SQLSCRIPTS/products.sql`
package failed with following unix script syntax :
sqlplus -s $USERNAME/$USERNAME @$SQLSCRIPTS/stats.sql
dba believes @ causes sqlplus to look over network for db but does not know why different syntax failed/passed
any ideas please ?
Best of Irish Luck, David.
djwilkes@hotmail.com
oracle 8.16 and aix
the network was down but all packages/data were on same server
3 packages run ok (before and after failure) were called by using following unix script syntax :
set LOADPRODUCT=`sqlplus -s $USERNAME/$USERNAME @$SQLSCRIPTS/products.sql`
package failed with following unix script syntax :
sqlplus -s $USERNAME/$USERNAME @$SQLSCRIPTS/stats.sql
dba believes @ causes sqlplus to look over network for db but does not know why different syntax failed/passed
any ideas please ?
Best of Irish Luck, David.
djwilkes@hotmail.com