Skip to Main Content

SQL & PL/SQL

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle FOUND and RECORD reserved words not found in V$RESERVED_WORDS

MohammedImranNov 15 2018 — edited Nov 16 2018

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.

Comments
Post Details
Added on Nov 15 2018
10 comments
663 views