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!

Trivadis Formatter: problems with double dot ".."

Peter2_1Jul 19 2021

I have a code like this

define myvalue = test;
create or replace view &myvalue..myview as
select ....

the double dots .. stop the formatter to work - it only handles the characters which are before the ..
So what to do?
wrong syntax?
missing or wrong settings?
confused formatter?
Thanks in advance for help!

Comments
Post Details
Added on Jul 19 2021
12 comments
487 views