Skip to main content
Solved

error ORA-01742 comment syntax


Forum|alt.badge.img

I'm using a SqlExecutor deleting some data in a Oracle database.

FME_SQL_DELIMITER ;
--feuille 1
DELETE FROM G_ADT_AGRI.EXP_INVEST WHERE OBJECTID = @Value(OBJECTID);
/*
--feuille 2
DELETE FROM G_ADT_AGRI.FON_BATI WHERE OBJECTID = @Value(OBJECTID);*/

As you can see I commented the "feuille2" part. But I have this error message : 

An error occurred while accessing a table result for feature type `QueryFactory_SQLExecute'; message was `Execution of statement `/*

--feuille 2

DELETE FROM G_ADT_AGRI.FON_BATI WHERE OBJECTID = 699' did not succeed; error was `ORA-01742: comment not terminated properly

Although I use the right comment syntax. What did I miss?

Best answer by david_r

The SQLExecutor (or the Oracle driver, I'm not sure) doesn't like comments. Remove the comments and it should work.

View original
Did this help you find an answer to your question?

3 replies

david_r
Evangelist
  • Best Answer
  • July 26, 2016

The SQLExecutor (or the Oracle driver, I'm not sure) doesn't like comments. Remove the comments and it should work.


Forum|alt.badge.img
  • Author
  • July 26, 2016
david_r wrote:

The SQLExecutor (or the Oracle driver, I'm not sure) doesn't like comments. Remove the comments and it should work.

Indeed if I remove the /*...*/, it's fine. Thanks.

It seems that is the Oracle driver because with a Postgresql database, it works.

Is that a known bug in Safe?


david_r
Evangelist
  • July 26, 2016
slerendu wrote:

Indeed if I remove the /*...*/, it's fine. Thanks.

It seems that is the Oracle driver because with a Postgresql database, it works.

Is that a known bug in Safe?

Not sure, but the issue has been mentioned here before.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings