Claus Pedersen
Member³
I execute the following DDL from a SQL window:
I get a Confirm dialog: "Are you sure you want to delete all records?" with the option "Don't show this message again". I answer Yes and my records are deleted. So far so good ...
But from now on, when I write the same or similar DDL that should cause the same dialog as before, the records are deleted with no warning. Even if I change user and/or table name, no warning is given. Next time I open PLD, the dialog comes back again, but only the first time.
Code:
delete from emp;
But from now on, when I write the same or similar DDL that should cause the same dialog as before, the records are deleted with no warning. Even if I change user and/or table name, no warning is given. Next time I open PLD, the dialog comes back again, but only the first time.