How to enable DBMS_OUTPUT in Oracle SQL Developer for use with RSA Identity Governance & Lifecycle
Originally Published: 2016-09-30
Article Number
Applies To
RSA Version/Condition: All
Platform (DB): Oracle
Issue
For example, you have the following PL/SQL script that writes to DBMS_OUTPUT.
DECLARE
report CLOB;
begin
report := SRSection_System.Database('Database Summary');
DBMS_OUTPUT.PUT_LINE(report);
report := SRSection_System.Product('Product Version');
DBMS_OUTPUT.PUT_LINE(report);
end;
But when you run the script, the DBMS_OUTPUT is not displayed. The following script is executed as AVUSER.
This RSA Knowledge Base Article explains how to enable DBMS_OUTPUT to get the query results to display.
Resolution
- Click on View on the top menu bar and then select Dbms Output from the menu.
- The Dbms Output buffer appears but is grayed out (disabled).
- Click on the green + button under the Dbms Output tab to bring up a Select Connection dialog box.
- Click on the Connection drop-down menu to select a database connection.
- Click OK when done.
- The Dbms Output tab is now enabled.
- Run the script in the example again. Note the output now displays in the Dbms Output buffer.
Related Articles
How to install Access Fulfillment Express (AFX) for use with RSA Identity Governance & Lifecycle 1.22KNumber of Views How to generate a SQL Explain Plan in RSA Identity Governance & Lifecycle if Oracle Enterprise Manager (OEM) access is not… 276Number of Views Recommended Oracle 19c Optimizer Settings for RSA Identity Governance & Lifecycle 629Number of Views Oracle Database Memory Sizing for RSA Identity Governance & Lifecycle 459Number of Views What are the recommended ulimit settings in /etc/security/limits.conf for use with RSA Identity Governance & Lifecycle 208Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 Authentication Manager Supported Hardware and Upgrade Paths
Don't see what you're looking for?