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
Recommended Oracle 19c Optimizer Settings for RSA Identity Governance & Lifecycle 632Number of Views Oracle Database Memory Sizing for RSA Identity Governance & Lifecycle 468Number of Views How to enable DEBUG logging to show SQL queries generated by RSA Identity Governance & Lifecycle 99Number of Views What are the recommended ulimit settings in /etc/security/limits.conf for use with RSA Identity Governance & Lifecycle 227Number of Views How to install Access Fulfillment Express (AFX) for use with RSA Identity Governance & Lifecycle 1.28KNumber of Views
Trending Articles
RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide How to Upgrade Internal SHA-1 Certificates to SHA-256 in Authentication Manager Using rsautil RSA Authentication Manager 8.9 Setup and Configuration Guide How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device
Don't see what you're looking for?