Windows system: download, installation and configuration of oracle 10g (offering out-of-print installation file download)

Operating system: windows 32 bit

Now Oracle does not officially provide oracle 10g version download, and a bunch of them are useless. The latest 11g is often 2 G, NND. Although 11g has been out for a year or two, many engineering and learning materials still use the 10g version, including oracle's video tutorials, Mr. Han Shunping's [playing with oracle--- http://www.youku.com/playlist_show/id_3958295_ascending_1_mode_pic_page_2. html ], very classic, highly recommended! As a study, 10g is enough. And this version of 10g is only 624M in size! I've been looking for it for a long time, thanks to brother Leistruggle

I am an oracle rookie, record the installation process.

First download the two installation files as follows: [The resources will be posted in the cloud disk and the download link will be posted later!

Unzip the oracle10g file and click setup to install it to the d drive by default, which is exactly what I want. Then the set password will pop up, set to tiger. In this block, uncheck a check box to unlock the scott user . If you forget it's okay, I don't remember how to tick it, you can use the command to unlock it later. After installing all the way, go to the start to find oracle--application development--SQL PLUS, after clicking, enter scott for the user name, and tiger for the password, it will prompt that the account has been locked.

The unlock method is:

1. Login with username: system password: tiger

2. Enter the command: conn system/tiger;

3. Enter the unlock scott command: alter user scott account unlock;

Then enter exit; to exit. Open sql*plus again, you will be prompted to reset the password, fill in tiger and it will be ok! Then log in normally!

The environment of sql*plus that comes with oracle may not be too friendly. It is generally popular to install this [plsqldev800] to operate the database. Unzip plsqldev800, and click [plsqldev800trial] to install it. Forget about the first file.

In addition, Oracle occupies more memory and needs to be set. Click My Computer---Management---Services and Applications---Services---Find the 5 services about oracle shown in the figure below, and change them all to manual! ! !

Generally, in learning, you only need to open two services, oracleServiceORCL and OracleOraDb10_home1 TNSListener. After starting these two services, click sql*plus or PLSQL Developer to operate the database! As follows:

Oracle 10g download link : http://l9.yunpan.cn/lk/QvMkEcJGLcPQa

plsqldev800 download link: http://l9.yunpan.cn/lk/QvMknnVzhBFkE

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324085450&siteId=291194637