oracle pl/sql

Posted:
Mon Sep 10, 2012 2:26 pm
by fallingdown
Can DBeaver execute pl/sql statements from the sql editor?
Re: oracle pl/sql

Posted:
Tue Sep 11, 2012 9:36 am
by Serge
Generally - no.
JDBC driver provides ability to execute PL/SQL, invoke procedures, etc but it is not supported by current version of DBeaver.
PL/SQL requires quite specific (non-standard) SQL statements handling.
I hope that we'll add this feature in one of next version but not in the nearest ones.
Thanks.