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 to install / configure and update hardware information for Ubuntu Oracle 10g

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to install / configure and update hardware information about Ubuntu Oracle 10g. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.

Let's share with you my Ubuntu Oracle 10g installation process:

1 Log in to root

2 check whether the subconfiguration of the machine that needs to be installed with Oracle 10g meets the requirements

Ubuntu Oracle 10g hardware information

To determine the physical RAM size, enter the following command: # grep MemTotal / proc/meminfo To determine the size of the configured swap space, enter the following command: # grep SwapTotal / proc/meminfo To determine the available RAM and swap space, enter the following command: # free To determine the amount of free disk space available in the / tmp directory, enter the following command: # df-k / tmp To determine the amount of free disk space available on the system, enter the following command: # df-k To determine whether the system architecture can run the software Enter the following command: # grep "model name" / proc/cpuinfo

Check whether the configuration of your machine meets the Ubuntu Oracle 10g requirements. Specific requirements are as follows:

I Network protocol: TCP/IP ii RAM: Server component: 256 megabytes minimum, 512 megabytes recommended Client component: 256 megabytes iii Disk space: Server component: Total: 1.5 gigabyte minimum Client component: 100 megabytes

Check the software information to make sure the system you are using is one of the following:

Red Hat Enterprise Linux RHEL3 and RHEL4 Suse SLES-9 Fedora Core 4 Red Flag DC Server 5.0/MIRACLE LINUX V4.0/Haansoft Linux 2006 Server (Asianux 2.0 Inside) Debian 3.1

Ubuntu Oracle 10g is based on Debian, so you can install another system to install glibc-2.3.2 and libaio-0.3.96 software packages, one of which can not be when your system meets the above conditions, then congratulations, you can start installing Ubuntu Oracle 10g Database Express Edition 10g Release 2 (10.2) for Lunux 3 download installation package, this is available on the ORACLE website (www.oracle.com), you can download it for free, but you just have to register first. And you can download a lot of things after registration, including the enterprise version of Oracle (I don't know why Oracle is so generous).

The connection is Oracle Database 10g Downloads: http://www.oracle.com/technology/software/products/database/oracle10g/index.html I downloaded oracle-xe-universal_10.2.0.1-1.0_i386.deb because the language pack is included.

Ubuntu Oracle 10g installation / configuration

Ubuntu Oracle 10g installation is actually very simple: as long as sudo dpkg-I oracle-xe-universal_10.2.0.1-1.0_i386.deb and then the system will automatically do most of the configuration, there are only three the HTTP port that will be used for Oracle Application Express:8080the port that will be used for the database listener:1521 that need to do it yourself.

Because the password to be used for database accounts:* is just a simple application, it will be deleted after the demonstration to the customer. I did not further optimize it. All the settings are default values and have not made any changes. After that, it will be all right. After about 5-6 minutes, it will show that the installation is successful. And remind you that you can access the database home page at http://127.0.0.1:8080/apex. At the beginning, there are two users available by default: SYS and SYSTEM. The passwords have just been set uniformly, and it is recommended to change them to different ones. There are 12 other users that can be activated. Because the installation has just been completed, I haven't figured out the difference between the two users. When I get started, I will put my experience on it.

This is the end of the article on "how to install / configure and update hardware for Ubuntu Oracle 10g". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

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

Servers

Wechat

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

12
Report