How to read success/failure message while running sqlldr through php?
Hi All,
currently i am running sqlldr through PHP . i want to read both success and failure message from sqlldr.
sometimes it fails to load data, but it shows record inserted
is there ant way to figure it out succ or failure?