Hi Team,
I am running Achilles Analysis in linux machine but i am getting errors while running it i am giving the errorReport details below and i am facing same issue while trying to run it for impala too
DBMS:
oracle
Error:
java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
ORA-06512: at line 7
SQL:
BEGIN
EXECUTE IMMEDIATE ‘TRUNCATE TABLE #.nrvbeomgs_tmpach_Drug_cost_raw’;
EXECUTE IMMEDIATE ‘DROP TABLE #.nrvbeomgs_tmpach_Drug_cost_raw’;
EXCEPTION
WHEN OTHERS THEN
IF SQLCODE != -942 THEN
RAISE;
END IF;
END;
R version:
R version 3.5.1 (2018-07-02)
Platform:
x86_64-redhat-linux-gnu
Attached base packages:
- stats
- graphics
- grDevices
- utils
- datasets
- methods
- base
Other attached packages:
- Achilles (1.6.6)
- DatabaseConnector (2.3.0)
Thanks,
Rahul.