undcemcs02.und.edu
.20.185.147.112:1521
.sqlplus
, and to start it, enter
shell> sqlplus C##user_id/password@xe SQL*Plus: Release 23.0.0.0.0 - Production on Fri Aug 9 20:18:35 2024 Version 23.4.0.24.05 Copyright (c) 1982, 2024, Oracle. All rights reserved. Last Successful login time: Fri Aug 09 2024 15:23:29 -05:00 Connected to: Oracle Database 21c Express Edition Release 21.0.0.0.0 - Production Version 21.3.0.0.0 SQL> exit;You need to change your password with the following command the first time you use Oracle:
Disconnected from Oracle Database 21c Express Edition Release 21.0.0.0.0 - Production Version 21.3.0.0.0
shell>
SQL> alter user C##user_id identified by pwpwpwpw;
where pwpwpwpw
is whatever new password you want.
Note that, unlike Linux login names and passwords, Oracle account names and passwords are NOT case sensitive.
I told my wife she was drawing her eyebrows too high. She looked surprised. |