Hello team,
Im using starrocks 4.0.1, and able to create catelog to connect to Postgres and select data from table.
but got error with oracle, starrocks can connect, and show tables, but can not select table,
I got this error when select oracle table:
SQL Error [1064] [42000]:
DECIMAL's precision should range from 1 to 76
------my oracle catelog ------------
CREATE EXTERNAL CATALOG LMSSIT
PROPERTIES
(
"type"=
"jdbc",
"user"=*"***"*,
"password"=*"***"*,
"jdbc_uri"=
"jdbcoraclethin:@10.0.200.211521LMSSIT",
"driver_url"=
"https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc10/19.18.0.0/ojdbc10-19.18.0.0.jar",
"driver_class"=
"oracle.jdbc.driver.OracleDriver"
);
----- I can show tables from oracle ----------