I am looking at some PL / SQL code, and in the scripts I found the following:
/ SHOW error grant execute on someName1 to someName2; / SHOW error
Viewing the documentation for PL / SQL I could not find an explanation of what to do / do.
Can someone enlighten me?
- Update: I opened a file that includes this script in SQL Developer for Mac. Compilation gives the error "met the character" / ". Should these slashes be removed?
sql plsql plsqldeveloper
TERACytE
source share