Table of Contents Table of
ContentsScopeDiagnosisExplanationRecommendationAdditional References
Scope While loading data from one Exasol database into another database,
you may get connection issues. This article will describe how you can
resolve the...
Background Exasol's UDF scripts make it possible to run machine-learning
algorithms directly in the database. The training of a random-forest
model and using this model to make predictions on a dataset in the
Exasol database can be done in three step...
Table of Contents Table of
ContentsScopeDiagnosisExplanationRecommendationAdditional References
Scope When creating Python UDF's, you may depend on external libraries
to accomplish some tasks. When these libraries are not installed by
default, the UD...
Hi Community! We are happy to announce that we've just published a new
course in Exacademy called Exasol Virtual Schemas! The course goes
through all the necessary steps to work with Virtual Schemas, including:
Adding BucketFS services and buckets Up...
Happy Monday everyone! I woke up this morning to DBVisualizer telling me
to update to version 12.0, and it has a really useful feature. Now in
12.0, DBVisualizer is able to understand scripts without having to put
--/ in front of them anymore. Before...
I think you are right, the driver needs additional permissions. Go into
Exaoperation -> Software -> JDBC Drivers. Click on your postgres driver
and check the box to disable the security manager. See if that solves
the problem.
I would expect that behavior with TRUNCATE, but if you run a create or
replace, I would expect the identity value to be dropped.... You can
also re-set the identity using an ALTER TABLE command: ALTER TABLE t
ALTER COLUMN id SET IDENTITY 1;
https://d...