Hi all, I'm having trouble in querying tables that belongs to a schema of another user (say user KARL). I can query the tables of that schema like this: select * from KARL.table1 how can I do the same in drill? Is that possible??
here's my storage configuration:
{
"type": "jdbc",
"driver": "oracle.jdbc.OracleDriver",
"url": "jdbc:oracle:thin:IGNAZIO/[email protected]:1521/SID",
"username": null,
"password": null,
"enabled": true
}
thank in advance
--
ignazio
<[email protected]>
