Hi,
Firstly, I'm a relative newbie to PL/SQL Developer, but love it so far. We have recently changed over from SQL Developer to PL/SQL Developer.
We're running 11gr2, and I believe my NLS_PARAMETERS are set up correctly, but I'm experiencing the below problem.
In SQL Developer (and Toad actually) the below displays and works correctly:
PKG_DELIMITED.WORD(p_column_list(i), 2, '$','''');
However, in PL/SQL Developer it displays as below, and invalidates the call as the '$' is not recognised and is parsed as a '?':
PKG_DELIMITED.WORD(p_column_list(i), 2, '?','''');
Please note...I've had to replace the special character causing the problem (I believe it to be chr(172)) with a '$' on the 5th line of text above, as it wont let me post the exact character as it breaks the post...the character can be seen by holding shift key and pressing key directly below escape key...
Could you advise how to resolve this, or has anybody else experienced this?
Many Thanks for any help/guidance in advance!
Dave
Firstly, I'm a relative newbie to PL/SQL Developer, but love it so far. We have recently changed over from SQL Developer to PL/SQL Developer.
We're running 11gr2, and I believe my NLS_PARAMETERS are set up correctly, but I'm experiencing the below problem.
In SQL Developer (and Toad actually) the below displays and works correctly:
PKG_DELIMITED.WORD(p_column_list(i), 2, '$','''');
However, in PL/SQL Developer it displays as below, and invalidates the call as the '$' is not recognised and is parsed as a '?':
PKG_DELIMITED.WORD(p_column_list(i), 2, '?','''');
Please note...I've had to replace the special character causing the problem (I believe it to be chr(172)) with a '$' on the 5th line of text above, as it wont let me post the exact character as it breaks the post...the character can be seen by holding shift key and pressing key directly below escape key...
Could you advise how to resolve this, or has anybody else experienced this?
Many Thanks for any help/guidance in advance!
Dave
Last edited: