Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
ORA-00957: duplicate column name
"Select seq.nextval as keyNum
From DUAL"
select a value from the sequence with seq.nextval and keep this value in your job for further processing. Anything else is a design flaw!
globalMap.put("VariableKey", variable);
((String)globalMap.get("VariableKey"));
"Select seq.nextval as keyNum
From DUAL"