Search code examples
oracleoracle-sqldeveloper

SQL Developer "Edit User" has incomplete DDL


I'm logged in as "SYS as SYSDBA" and am inspecting a user with SQL Developer 21.4.3. The user has some system privileges set:

System Privileges

But the SQL tab does not have any system privileges in the DDL:

User DDL

Why?


Solution

  • Edit User...find a priv, CHECK (enable) it.

    enter image description here

    Then click on SQL page - enter image description here

    If you simply want to see EXISTING DDL for a USER including system privileges - open the DBA/Security panel.

    enter image description here