As Jeff mentioned use execute immediate

v_sql = 'select .... oracle' + '.world'

execute immediate(v_sql)