Floyd,
First, may I offer you my condolences on migrating to Oracle. Yeah I support Oracle, but its like comparing an Abrams Tank to a T-72. And if you saw the Iraq wars, you can see how well the T-72 did. :-P
But to answer your question...
You can't do what you want to do.
If you dump the database I don't think you can get OD to work for you. (Although it may...)
What I was thinking was writing an ESQL/C program.
Starting at your system tables, for each table in a given database, find the columns that are character fields. (char, varchar, etc..). Write and prepare select statements that select all the columns from a table, and then parse those fields looking for non-ascii characters. Dump the row to a flat file log if you find any data. I believe you can use the ctype.h (isalnum()) function or write your own.
Shouldn't be too hard. (Dare I say trivial?)
But the larger question is why should you have issues with character sets above the ascii values?
Internally I believe Oracle supports UTF-8. So how are you exporting and importing the data?
-G
Date: Thu, 20 Aug 2009 05:59:58 -0500
Subject: finding non ascii characters in the database
From:
fl...@fwellers.comTo:
inform...@iiug.org