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 generate a SQL Explain Plan in RSA Identity Governance & Lifecycle if Oracle Enterprise Manager (OEM) access is not… 276Number of Views How to install Access Fulfillment Express (AFX) for use with RSA Identity Governance & Lifecycle 1.21KNumber of Views Oracle Database Memory Sizing for RSA Identity Governance & Lifecycle 457Number of Views How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle 637Number of Views Recommended Oracle 19c Optimizer Settings for RSA Identity Governance & Lifecycle 628Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to… Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?