Skip to main content
Solved

How can i create an non-spatial index in de Oracle-Spatial writer?


jpdenboer
Contributor
Forum|alt.badge.img+2

I want is create (even) an non-spatial index in the Oracle-spatial writer. So i tried the "SQL Statement to execute After Translation" with the next SQL:

CREATE INDEX GBKN_ALLES_TST_INDEX ON GBKN_ALLES_TST

(DWGLAYER, KLS_KLASSE)

LOGGING

STORAGE (

BUFFER_POOL DEFAULT

FLASH_CACHE DEFAULT

CELL_FLASH_CACHE DEFAULT

)

NOPARALLEL;

But it failed...

error was `ORA-00911: invalid character'

What is wrong?

Best answer by david_r

Hi

Try removing the semi-colon at the end.

David

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

4 replies

david_r
Celebrity
  • Best Answer
  • March 14, 2016

Hi

Try removing the semi-colon at the end.

David


Forum|alt.badge.img+5
  • March 14, 2016
david_r wrote:

Hi

Try removing the semi-colon at the end.

David

You are way too fast:) Checked it on my database here, the semi-colon is indeed the problem.


david_r
Celebrity
  • March 14, 2016
kim wrote:

You are way too fast:) Checked it on my database here, the semi-colon is indeed the problem.

It's always faster to reply when you've made the same mistake before ;-)


jpdenboer
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • September 23, 2016

Thank you very much! After removing the semi-colon it works well!


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