You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to membrane-monitor
Hello members, i was faced to ORA-00902: invalid datatype When activating stats on database.
To avoid that i ve created manually statistics table, trigger and sequence manually but problem still persists
Running on RHEL 8.5 Oracle jdk 8.0.311 Oracle DB 11.2.0.4
Didn't read source code of the jdbcinterceptor yet, i think it's a problem in model definition of stats table.
java.lang.RuntimeException: Init for StatisticsJDBCInterceptor failed: ORA-00902: invalid datatype at com.predic8.membrane.core.interceptor.statistics.StatisticsJDBCInterceptor.init(StatisticsJDBCInterceptor.java:84) at com.predic8.membrane.core.interceptor.AbstractInterceptor.init(AbstractInterceptor.java:105) at com.predic8.membrane.core.rules.AbstractProxy.init(AbstractProxy.java:171) at com.predic8.membrane.core.Router.initRemainingRules(Router.java:265) at com.predic8.membrane.core.Router.init(Router.java:258) at com.predic8.membrane.core.Router.start(Router.java:284) ... 13 more