Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adding an extra parameter annotation or comment

Quanwen ZhaoJul 20 2020 — edited Jul 20 2020

Hello, my guys and friends ,

When finished tackling the problem by Why client_info in v$session never show IP address even if creating trigger acquiring IP? and https://asktom.oracle.com/pls/apex/f?p=100:11:116156836395685::::P11_QUESTION_ID:9543192700346829856 I realised that the value of the hidden parameter "_system_trig_enabled" existing on the oracle database had been modified by the former DBA (the default values is TRUE).

So far I don't know the reason why he modify it even if I am able to find out the alter statement on the ALERT log file. Hence I abruptly have a nice idea in my mind - expecting to add an extra parameter annotation or comment on the alter statement, such as, "ALTER SESSION/SYSTEM SET hidden_parameter_name=true/false SCOPE=SPFILE/MEMORY/BOTH annotation/comment=......" in particular setting the boolean value of the hidden parameter on the future new version of oracle database as a NEW FEATURE to enhance/improve the function.

Very simple, with the annotation or comment to have a detailed explanation why you modify the value of hidden parameter.

Best Regards

Quanwen Zhao

Comments
Post Details
Added on Jul 20 2020
2 comments
1,219 views