Hello anonymous user,
The problem seems to be with the label in the work load classifier. Can you please remove the WLM_LABEL and try again(this is optional parameter)
,WLM_LABEL = 'test_label'
If you are using label, make sure to use 'option (label ='test_label') in your query.
Please use the below syntax:
CREATE WORKLOAD CLASSIFIER w_classifier1 WITH
( WORKLOAD_GROUP = 'w_group1'
,MEMBERNAME = 'testwg'
,IMPORTANCE = NORMAL)