If you use UNIX, you have to create unix user and oracle user with the same name (LARRY). After that, when you connect to unix as LARRY, you may use:
sqlplus /

CREATE USER "LARRY" IDENTIFIED EXTERNALLY DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE "TEMP" PROFILE DEFAULT ACCOUNT UNLOCK;