Maybe you need to check environment variable TEMP(note: it is user variable, not system variable . ) under WIN7 ,and add "C:\Documents and Settings\<userid>\My Documents" into it.
... View more
I didn't think schema-names were case-sensitive on our Oracle database, but when I changed "schema=public" to schema=PUBLIC, I suddenly started seeing the tables in the schema. So the problem is solved. Thanks.
... View more