Updated on 2022-07-29 GMT+08:00

Viewing Object Properties in the PL/SQL Viewer

Data Studio allows you to view table properties, procedures/functions and SQL functions.

Follow the steps below to view table properties:

  1. Press Ctrl and point to the table name.

  2. Click the highlighted table name.

    The properties of the selected table is displayed.

    The table properties are read-only.

Follow the steps below to view functions/procedures or SQL functions:

  1. Press Ctrl and point to the procedure/function name or SQL function name.

  2. Click the highlighted function/procedure name or SQL function name. The function/procedure or SQL function is displayed in a new PL/SQL Viewer tab based on your selection.

Follow the steps below to view object DDL:

  1. Press Ctrl and point to the name of an object DDL to be viewed.

  2. Click the highlighted Object DDL name. A new tab page for viewing the object DDL is displayed based on your selection.