- Download the oracle11g installation file from the oracle official website. (Baidu cloud disk extraction code rk3e), 2 compressed packages, and select and unzip at the same time to get the folder.
- Double-click setup.exe in the startup file to start installing the database.
- If there is a pop-up prompting that the minimum configuration option is not met, just continue.
- You don’t need email to receive related reminders. Uncheck the check in the red box. Next step
< img alt="Share a picture" src="/wp-content/uploads/images/os/windows/1626797993740.png" >
- Select yes to continue
- Default, next step
- Develop and use by yourself, just select the desktop category, and continue to the next step
- Configure the installation path and set the database management password , The login password of the sys/system account in the future. A combination of uppercase, lowercase letters and numbers is required. If the password strength is weak, a prompt box will pop up, just choose Yes to continue.
- Display some installation configuration parameters, click Finish to start the installation.
- Waiting for installation
- Installing
- If you need to install.net, choose to download and install it
- After the installation progress bar is finished, the following configuration interface will pop up, select password management, select the scott account, enable the account, and set the password. If you don’t use it, you don’t need to set it.
- At the end of the installation, just close it
- sqlplus login test, win+r start cmd window, enter the command
< div class="code">
sqlplus sys/(your password) as sysdba