Posts by Rodrigo Santos • 25 points
3 posts
-
0
votes2
answers39
viewsA: Oracle - Regular expressions
Luciano B. M. Thanks, it worked out! The complete query looks like this: SELECT * FROM tbl_usuarios WHERE REGEXP_LIKE (usr_login, '[Ee][0-9]{1,}')
-
0
votes2
answers39
viewsQ: Oracle - Regular expressions
Dear, I need to find out which users have the login pattern "E012345", that is, it begins with the letter E and proceeds with a string of numbers. I tried the query below on the did not roll: SELECT…
-
2
votes1
answer102
viewsQ: Find via SSH on multiple servers
One of my activities in the company I work with is to check Jvms log when we have errors in the application. The way this check is done is through SSH (we have a "tunnel" configured through VPN…