I’m looking at some code and I see that someone is writing the following pl/sql.
alter system set smtp_out_server = '123.345.134.123';
Since this is the mutator (setter), what’s the accessor (getter) of this command?
SELECT what from where to view the SMTP_OUT_SERVER setting?
Thanks,
mj
Try:
Or, in an
sqlplussession you can type: