Hello Experts,
I need list of all reserved/keywords that are used in database for this I was using V$RESERVED_WORDS view but I found that this view does not have the following keywords. Can you help me find all the reserved and oracle keyword at a single location/view.
NOTFOUND
FOUND
RECORD
OUT
BINARY_INTEGER
Note: some of them can be found when "Help reserve" is used in SQL but I need them as a list.
Thanks,
Imran.