I had a similar problem with ODBC:
I exported from Access through an ODBC connection into an Oracle DB.
In PLSQLDev,Select * from myTable worked fine but Select col from MyTable didn't(column not found error).
In Access,I uppercased the columns and table names, re-export in Oracle and worked...