Search This Blog

Wednesday, 14 May 2025

Lock the OCI Oracle cloud linux OS user

 Introduction:

Some times there is requirement not to delete the OS user but to lock it. Following can be followed to lock the user account on OCI Oracle cloud.


Resolution:


[root@oraclecloudlinuxserver ~]# passwd -l username

Locking password for user username.

passwd: Success




No comments:

Create DB link in another db user

 To test / create the db link in another db user schema following procedure can be used. create or replace procedure tst_user.dblink   is ...