Hi!
I need to select from a field just part of a character string. The field, specifically is comment_text from dba_audit_trail, and contains:
Authenticated by: OS; Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.203.31)(PORT=59609))
I´m only interested in the IP address from each row, but I can´t think of a way to extract this. Can anybody please point me to the right function?
Thanks!
T.
I need to select from a field just part of a character string. The field, specifically is comment_text from dba_audit_trail, and contains:
Authenticated by: OS; Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.203.31)(PORT=59609))
I´m only interested in the IP address from each row, but I can´t think of a way to extract this. Can anybody please point me to the right function?
Thanks!
T.