Toad is no longer displaying parameter information in the output section when running the "Show Parameter" command in the Editor. For example:
In the Toad editor type the following:
,
show parameter ARCHIVE
,
Highlight the statement and execute as a script. After it is executed what is expected is for the output window to display parameter info as such:
,
log_archive_start boolean FALSE
log_archive_trace integer 0
remote_archive_enable string true
standby_archive_dest string %ORACLE_HOME%\RDBMS
,
But now it is blank.