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!

From Text Editor to SQL Developper issue

FabPJun 7 2019 — edited Jun 7 2019

Hi all,

I have many SQL queries written on a text editor (Notepad++), and I want to valid them onto SQL Developper.

But I get a problem. When I copy-paste a query from the text-editor, I have this issue:

pastedImage_0.png

The uppest and lowest line are in French as I use the french software:

The first line: "ORA-00911: invalid character"

The last line "Error on line 23, column 1". This line corresponds to the first line after the "FROM table_name"

When I write the same query manually on SQL Developper Editor, it works well,so it seems like it is a coding problem between the two software.

Do you know what I could do to avoid this issue? I don't want to rewrite everything on SQL Editor, and prefer to check by copy-paste.

Thanks

Comments
Post Details
Added on Jun 7 2019
2 comments
908 views