Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How Windows installs oracle11gR1 database 11.1.0.6

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly shows you "Windows how to install oracle11gR1 database 11.1.0.6", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "Windows how to install oracle11gR1 database 11.1.0.6" this article.

Windows installs oracle11gR1 database 11.1.0.6

1.1 right-click to run setup as an administrator

1.2 netca configuration listener

Execute the netca command in the CMD window and click the next step.

View monitoring status

Lsnrctl status

1.3 dbca create database EMREP

1.4 configuration of environment variables

1.5 set the oracle service to start manually

Computer-right-click-manage-Service (or run services.msc)

Set oracle related services to start manually

Create a new startup batch file.

File name: startOracleServer.bat

Contents of the file:

Net start OracleServiceEMREP

Net start OracleOraDb11g_home1TNSListener

Create a new close batch file.

File name: stopOracleServer.bat

Contents of the file:

Net stop OracleOraDb11g_home1TNSListener

Net stop OracleServiceEMREP

1.6Fix OEM certificate issues

Solve the problem of OEM certificate under win7

Certutil-setreg chain\ EnableWeakSignatureFlags 8

Or convert directly to http

IE8 has restrictions on https. By default, it is https after OEM starts after installation. SSL protocol makes the certificate problem difficult to solve. You can change the way you access OEM.

Change emctl unsecure dbconsole-https to http

Change emctl secure dbconsole-hppt to https

1.7 close the database

After the dbca database is built, the database has been open

Shut down the database

Shutdown immediate

Close OEM

Emctl stop dbconsole

Close the listener

The above is all the contents of the article "how Windows installs oracle11gR1 database 11.1.0.6". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report