select *
from TABLE_NAME
where dbms_lob.instr(COLUMNNAME,'searchtext') > 0;
Thursday, October 4, 2018
Monday, October 1, 2018
Fix ORA-28001 the password has expired
ozanm
6:54 AM
No comments
sqlplus sys as sysdba
alter user [username] identified by [password] account unlock;
Subscribe to:
Posts (Atom)