Oracle database installation and configuration

Download Oracle

Download address: ( Database Software Downloads | Oracle )

It seems that downloading requires an Oracle account. You can register as long as you have an email address.

Install Oracle

Unzip the downloaded compressed package and find setu.exe

image-20220902123254731

Click Install.

Click Next according to the installer prompts

image-20220902123941555

You can create a new Windows user to use Oracle, or you can use a virtual machine to install Oracle

image-20220902125820475

The format of the password here requires at least one uppercase character, one lowercase character plus a number, and the length must be greater than 8 characters and less than 128 characters.

image-20220902125944084

The installer then checks whether the environment meets the minimum installation standards.

image-20220902130055199

Then check to see if there is any need to change the information, if not, continue.

image-20220902130631775

Then wait for the progress bar to finish

image-20220902131526640

image-20220902131722692

Configure Oracle

Open sqlpuls

Enter the username system and the password set during installation (the one with both upper and lower case letters is required)

image-20220902192636161

Then process the services of your computer, change the automatically started Oracle-related services to manual
Windows + R, pop up the run box, enter services.ms

Find all Oracle services

image-20220902192832600

Change its startup type to manual (otherwise, the Oracle service will start as soon as your computer is turned on, which will slow down and take up a lot of memory)

Right click and find properties

image-20220902193041241

Change startup type to manual

image-20220902193130853

Then use the computer search function to find Net mannager and open it.

image-20220905162342753

Find the folder named the service and click the green + on the left

image-20220905162507073

Network service name can be chosen casually

image-20220905162536843

Select TCP/IP as protocol

Remember to set the host name, it will be used when logging in to the database.

image-20220905162626828

Remember the service name too

image-20220905162808761

Then click Test, click Change below to log in

image-20220905162906111

Change the username to system and the password to the one you set yourself at the beginning.

Click to save and exit after the test is successful.

If unsuccessful, remember to look inside the service

image-20220905163554459

Is this service started?

#OracleManagementTools

Click to download: Download SQL Developer

Unzip after download is complete

Find the .exe file and double-click it

image-20220902194641015

image-20220902195701801

Click the green plus sign in the upper left corner

image-20220905163720136

Name it yourself.

The username and password can be the one you set at the beginning, or you can use the user you add later.

The service name is the service name filled in the net manager.

Then test the connection.

Guess you like

Origin blog.csdn.net/qq_57109165/article/details/126708831