In oracle I have stored procedures that take a file and load it into a table and then compares the new table vs a production table. The differences between the tables get pushed into the prod table. My java front-end app is currently calling the oracle stored procedures, but I need a quick and easy method to take the original files off a client machine and ftp them up to the oracle database.
What is the easiest method of ftp'ing up the content files to oracle? Is there an easy java or oracle method of ftp'ing?