1. After inserting the master data, we can make it read only using below command
SQL> ALTER TABLE TEST READ ONLY;
If it is required, we can change into SQL> ALTER TABLE TEST READ WRITE;
From 10g onwards, we can use below in glogin.sql or login.sql for converting the SQL prompt
set sqlprompt _USER'@'_CONNECT_IDENTIFIER _PRIVILEGE>