Hello,
I was very happy to find PL/SQL Developer at my customer's site.
But I am struggling with the following problem:
Our scripts make extensive use of double ampersands like in this example:
The Beautifier doesn't recognise this either, and transforms it to
What can I do about it? Any settings that will help?
The version I am using is 7.1.5.
Many thanks in advance!
Sabine
I was very happy to find PL/SQL Developer at my customer's site.

But I am struggling with the following problem:
Our scripts make extensive use of double ampersands like in this example:
As PL/SQL Developer does not recognise this, it is not substituted, and then the compiler complains about it.CREATE OR REPLACE PACKAGE &&DBUSER..pkg_dummy IS
PROCEDURE dummy;
END pkg_dummy;
The Beautifier doesn't recognise this either, and transforms it to
CREATE OR REPLACE PACKAGE &&DBUSER .. pkg_dummy IS
PROCEDURE dummy;
END pkg_dummy;
What can I do about it? Any settings that will help?
The version I am using is 7.1.5.
Many thanks in advance!
Sabine