Oracle 11g Installation

Source: Internet
Author: User

Windows Edition:

Official website download, two compressed package, a total of 2G, extracted to the same folder, Setup.exe double-click to execute, waiting for the good, general performance of the machine about half an hour or so.

After installation, edit the installation path (mine is D:\app\seven) \product\11.2.0\dbhome_1\network\admin inside the Tnsnames.ora and Listener.ora files in the " host = localhost "instead of" localhost= your computer name "(My is"host = Seven ").

Restart the Oracle Service (start the listener first, then restart the service).

You can set the service to manual so that it does not boot up every time, and then create a new startorcl.bat on the desktop with the following content:

net start oracleoradb11g_home1tnslistenernet start oracleserviceorclnet start oracledbconsoleorclnet start Oraclemtsrecoveryservice

and then save.

When you need to start the service, double-click Execute.

Now start testing the connection, using PL/SQL or dbeaver to create a new local Oracle connection with the following information:

Host: localhost

Database:orcl

User name: Sys

Password: password set at installation

Role: SYSDBA

OK, after a successful connection, you can create your own user and table space to use.

Oracle 11g Installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.