how can i delete a record from the view 'GV$RESERVED_WORDS'?
Hi,
I want to delete the value "pt" from the view 'GV$RESERVED_WORDS' which is a Oracle Text reserved words. we are using the word "pt" as Portugal language but being a reserved word we are facing some issues in our application. Can you please let me know how can i delete the value of "pt" from the view 'GV$RESERVED_WORDS'.
I tried accessing the below query but getting the error "ORA-00942".Table or view does not exist.
<span style="font-size: 10pt;">SELECT view_definition FROM v$fixed_view_definition WHERE view_name='GV$RESERVED_WORDS';</span>
<span style="font-size: 10pt;">Thanks in advance.</span>