Hello,
I’m using Perl script where executing SQL query which connecting to SQL loader to insert my data into table. When the script runs the success status returns, but the loader doesn’t load anything to DB, I want to get the Perl return value to compare it.
Here is the example:
my $sql_command = here executing the load process
After this how can I get the $sql_command return value?
Thanks in advance.
Regards