table permissions vs. ODBC problem?
Howdy:
Running Oracle 9.2.0 on RedHat Linux 7.2.
I have a table which I created in Oracle, but would like to allow other users to connect to the server via MS Access (2000) and import a copy. However, the client side gives an 'ODBC
call failed' error message, but no description.
I can't believe it is a driver configuration problem - one reason why is that I am able to connect and EXPORT a table to my schema from MS Access and do some simple queries against that table. I just can't IMPORT a table from Oracle. I was thinking that this would have something to do with table permissions - but I'm not sure.
What type of permission should a table have in order for someone to IMPORT it to some other client / tool? Where can I find some log files that could point me toward the solution? Oracle's log files don't seem to have any info.
Thanks!
-X