Sqlplus cannot be initialized and sqlplus is automatically disabled
First, install the oracle database. After installation, enter sqlplus In the cmd command window for verification. If there is something that cannot be initialized, configure it. First, find the location where you want to install oracle.
F: \ oracle \ product \ 10.2.0 \ db_1 \ BIN my installation path
Open the bin directory,
Find the sqlplus.exe file and click Properties
Click Check to re-open the command window, and then enter sqlplus;
It is worth noting that if your sqlplus is always automatically disabled (if it is disabled after a period of time), it is because of your compatibility problem to see if it has changed compatibility to xp, it should be okay to modify your compatibility.
Generally, the user name is hidden by default with the system password, which is highly secure and will not be displayed after you press it. It is the password you set during installation. you can log on to the database;
You can also set scott because he canceled his locked account at the beginning.
You can set it separately.