I'm trying to run an Oracle DB creation script in DBeaver, and running into an issue: parameters.
The script does not have any parameters I want to fill in. It does have a number of triggers that use the :OLD and :NEW syntax to reference values as they are being changed. Is there a way to disable parameters and execute the script as plain SQL?