Skip to Main Content

SQL Developer

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!

Code outline and formatting of SQLPlus STORE command

PJHJul 13 2021

Hi
Using 20.4.1.407 Build 407.0006.
In a file of sqlplus commands and SQL commands, I start the file with "SPOOL" and "STORE" commands and then format the code.
I end up with both lines concatinated together and looking at the Code Outline "STORE" is not recognised as a "sqlplus_command".
spool.png
So:
"SPOOL pjh
STORE settings REPLACE"
ends up as:
"SPOOL pjh store settings replace"
Is this a problem with the parser?

Thanks
Pete

This post has been answered by Vadim Tropashko-Oracle on Jul 13 2021
Jump to Answer
Comments
Post Details
Added on Jul 13 2021
1 comment
266 views