Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jjustingkm
Creator II
Creator II

Parallel hint in oracle

I am using --+ PARALLEL (4) instead of /*+ Parallel(4) */  in oracle, just wanted to check would it work as expected as I don't have access to database to check the execution.

 

And also commenting out the // set StripComments=0; in the beginning.

Labels (1)
1 Reply
henrikalmen
Specialist II
Specialist II

You can try inserting something irrelevant that will give you an error if it doesn't work as expected. Something like the second row here:

  select myfield1, myfield2
  --fail or functional?
  from mydb;