Home » RDBMS Server » Server Utilities » Re: SQL*Loader-501 when file size =0
Re: SQL*Loader-501 when file size =0 [message #71921] Wed, 05 February 2003 13:26
Pedro Marques
Messages: 1
Registered: February 2003
Junior Member
I've faced the same problem.
Maybe you can do something like this:
if [[ -s path_file ]]; then sqlldr... ;fi

-s verifies if the file exists and has size greater than 0.

Good luck!
Previous Topic: ORA-12154
Next Topic: oracle 9i upgrade
Goto Forum:
  


Current Time: Wed May 15 13:07:46 CDT 2024