davidkhala / oracle-database-collection

collection of Oracle Database tools, documentation and notes
Apache License 2.0
0 stars 0 forks source link

Use `force` in to enable DB IAM Auth in pure SQL #1

Open davidkhala opened 2 years ago

davidkhala commented 2 years ago

EXEC DBMS_CLOUD_ADMIN.ENABLE_EXTERNAL_AUTHENTICATION ('OCI_IAM')

is not repeatable like its PL/SQL counterpart.