Http digest disable

Upgraded to Toad 14.0. On Create User Script, I now see the following statement.
CREATE USER SECURITY
IDENTIFIED BY VALUES 'xxxx'
HTTP DIGEST DISABLE

Can I turn off the HTTP statement? It is not needed and will not be used in the create scripts for my 19c databases.

You can disable that by setting compatibility to 12.2, as shown below, but that setting is global, so if you set it for users, it will be remembered on all object types.

Does HTTP DIGEST cause a problem being in your script?

It has not posed a problem yet. As I upgrade/clone databases and compare the user scripts, the HTTP statement is now showing. Did this occur in a pre 19c database release? or just from the Toad upgrade?

It's a new Oracle feature as of 18c (and I think there was actually some spotty support for it in 12cR2).

The first Toad version to support it was 13.1.

Thanks for the info.

1 Like