What have you tried so far?
You'd need to dump the Oracle database to a file on the client, upload it to the server, and then compare the contents of that file to the contents of the database.
I don't know much about Oracle, but I'd guess that dumping to a CSV file would be an easy way to handle this.