i get: ORA-00904: invalid column name
after submitting select regexp_replace('ellen hildi smith','(.*) (.*) (.*)','\3, \1 \2') from dual;
whereas in an sqllus session, started on the same machine as pl/sqldev, connecting to the same 10g db:
i get:
REGEXP_REPLACE('EL
------------------
smith, ellen hildi
as expected!
Bug in pl/sql , some setting?
any help is appreciated
Regrds raymond
after submitting select regexp_replace('ellen hildi smith','(.*) (.*) (.*)','\3, \1 \2') from dual;
whereas in an sqllus session, started on the same machine as pl/sqldev, connecting to the same 10g db:
i get:
REGEXP_REPLACE('EL
------------------
smith, ellen hildi
as expected!
Bug in pl/sql , some setting?
any help is appreciated
Regrds raymond