Podemos tentar usar REGEXP_SUBSTR aqui: SELECT REGEXP_SUBSTR('Gupta, Abha (01792)', '\((.+)\)', 1, 1, NULL, 1) FROM dual;