SQLPlus Connect and Disconnectby Ed ChenDecember 16, 2022February 22, 2023SQLPlus Connect To connect a database, we usually use sqlplus, a text-based connection tool provided by Oracle to facilitate clients to connect to a running… Read More »SQLPlus Connect and Disconnect
How to Resolve ORA-01045: user lacks CREATE SESSION privilege; logon deniedby Ed ChenJanuary 11, 2020December 24, 20228 CommentsORA-01045 ORA-01045 means that the user who tried to connect to the database has no privilege to connect to. Therefore, the database refused the user… Read More »How to Resolve ORA-01045: user lacks CREATE SESSION privilege; logon denied