亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 數據庫 > Oracle > 正文

oracle 10G 安裝 for Linux86

2024-08-29 13:47:58
字體:
來源:轉載
供稿:網友

   Configuring linux for the Installation of Oracle Database 10gPurpose
In this lesson, you learn how to configure Linux and PRepare for the installation of Oracle Database 10g.
Topics
This lesson covers the following topics:

OverviewPrerequisitesChecking the Hardware RequirementsConfiguring the Kernel and Creating the oracle User
Viewing Screenshots
Place the cursor on this icon to display all the screenshots in the lesson. You can also place the cursor on each individual icon in the following steps to see only the screenshot that is associated with that step.
Overview
Back to List

The lesson prepares the Linux Operating system for the installation of Oracle Database 10g.

Prerequisites
Back to Topic List

Before starting this lesson, you should have:

1.
Installed an Oracle Database 10g certified version of Linux on a platform certified for that version of Linux. To see the latest certification information, use Metalink and select Certify & Availability. You can also use OTN.

 



Checking the Hardware Requirements
Back to Topic List

The system on which you install Linux must meet the following requirements:


512 MB of physical random access memory (RAM)

1 GB of swap space (or twice the size of RAM)

Swap space between one and two times the size of RAM (on systems with 2 GB or more of RAM)

400 MB of disk space in the /tmp Directory

2.1 GB of disk space for the Oracle software and Sample Schema Database

Configuring the Kernel and Creating the oracle User
Back to Topic List

To configure the system, follow these steps (written for Bourne, Korn, and bash shells):

1.
Open a terminal window and log in as the root user.

 
2.
The following local UNIX groups and user must exist on the system:

Groups: oinstall and dba
User: oracle

Optionally, the oper group can be created.

Group: oper

We now create the three groups oinstall, dba, and oper:

/usr/sbin/groupadd oinstall/usr/sbin/groupadd dba/usr/sbin/groupadd oper



 
3.
Create the operating system user oracle:

/usr/sbin/useradd -g oinstall -G dba,oper oracle




4.
Enter the following command to set the passWord of the oracle user:

/usr/bin/passwd oracle



 

5.
With an editor of your choosing, open /home/oracle/.bash_profile. If you are using another shell, please add the entries to the appropriate file.

umask 022PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/binLD_LIBRARY_PATH=/usr/lib:/usr/X11R6/lib ORACLE_BASE=/u01/app/oracleORACLE_HOME=$ORACLE_BASE/prodUCt/10.1.0/db_1ORACLE_SID=orclPATH=$ORACLE_HOME/bin:$PATHeXPort PATH LD_LIBRARY_PATHexport ORACLE_BASE ORACLE_HOME ORACLE_SID



 
6.
Create the directory for the software installation and assign ownership to oracle:oinstall. In the example, you use /u01/app/oracle.

mkdir -p /u01/app/oraclechown -R oracle:oinstall /u01/appchmod -R 775 /u01/app



 
7.
Set required kernel parameters:

Parameter Value---------------------------- -----------------kernel.semmsl 250kernel.semmns 3200kernel.semopm 100kernel.semmni 128kernel.shmall 2097152kernel.shmmax 2147483648kernel.shmmni 4096fs.file-max 65536net.ipv4.ip_local_port_range 1024 65000

Open the /etc/sysctl.conf file in any text editor and add lines similar to the following:

kernel.sem = 250 32000 100 128
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000

With specified values for these parameters in the /etc/sysctl.conf file, the values persist when you reboot the system.



 
8.
The kernel changes made previously take effect with each reboot.

Issue this command to set the kernel parameters:

/sbin/sysctl -p



 
9.
Log in as operating system user oracle. You must install the software from an X Window System workstation, an X terminal, or a PC or other system with X server software installed.

 

Installing Oracle Database 10g on LinuxPurpose
In this lesson, you learn how to install Oracle Database 10g on Linux.
Topics
This lesson covers the following topics:

OverviewPrerequisitesInstalling Oracle Database 10g on Linux
Viewing Screenshots
Place the cursor on this icon to display all the screenshots in the lesson. You can also place the cursor on each individual icon in the following steps to see only the screenshot that is associated with that step.
Overview
Back to List

Using the Oracle Universal Installer, you install the Oracle Database 10g software and create a database.

Prerequisites
Back to Topic List

Before starting this lesson, you should have:

1.
Completed the Configuring Linux for the Installation of Oracle Database 10g lesson.

 




Installing Oracle Database 10g on Linux
Back to Topic List

To install the Oracle software, you must use the GUI installer.

1.
Log in to the Linux box as user oracle and mount the Oracle Database 10g CD. Change directory to the CD and execute the script /mnt/cdrom/runInstaller from your home directory:


/mnt/cdrom/runInstaller



 



 
2.
At the Welcome window, click Next.



 
3.
You need to specify your Inventory directory. The location should be set to /u01/app/oracle/oraInventory. Accept the default Operating System group name, oinstall. Then click Next.



 
4.
The following window appears. Leave this window open.



 
5.
You need to execute orainstRoot.sh as the root user. Open a terminal window and enter the following commands:

su<rootpassword>cd /u01/app/oracle/oraInventory./orainstRoot.shexitexit



 
6.
Switch back to the Universal Installer window and click Continue.



 
7.
At the Specify File Locations window, change the path to /u01/app/oracle/product/10.1.0/db_1. Then click Next.



 
8.
Make sure the Installation Type Enterprise Edition is selected and click Next.



 
9.
The installer now verifies that the system meets all the minimum requirements for installing and configuring the chosen product. Please correct any reported issues before continuing. When the check successfully completes, click Next.



 
10.
You want to create a starter database. Make sure that Create a starter database and General Purpose are both selected. Then click Next.



 
11.
Enter orcl.oracle.com in the Global Database Name field, and select the Create database with example schemas check box. Then click Next. If you plan to perform any of the multilingual lessons, you should select Unicode standard UTF-8 AL32UTF8 as the database character set.



 
12.
The Select Database Management Option window enables you to choose between Database Control or Grid Control of your database. In this example, you accept the default, which is Database Control. Click Next.



 
13.
Specify the database file location as /u01/app/oracle/oradata and click Next.



 
14.
In the Specify Backup and Recovery Options window, you do not want to enable automated backups at this time. Accept the default and click Next.



 
15.
Enter and confirm a password for all accounts, and then click Next.



 
16.
Review the Summary window to verify what is to be installed. Then click Install.



 

17.
The progress window appears.



 
18.
The Configuration Assistants window appears.



 
19.
Your database is now being created.



 
20.
When the database is created, click OK.



 
21.
When the Setup Privileges window appears, open a new terminal window.



 
22.
You need to execute root.sh as the root user. From your terminal window, enter the following commands:

cd $ORACLE_BASE/product/10.1.0/db_1su<rootpassword>./root.shexitexit



 
23.
The End of Installation summary appears. The ports shown in the summary can be found in $ORACLE_BASE/product/10.1.0/db_1/portlist.ini. Click OK.



 
24.
Click Yes to exit.



 


Place the cursor on this icon to hide all screenshots.

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
中国人与牲禽动交精品| 欧美一性一乱一交一视频| 国产精品中文字幕在线| 在线观看久久av| 国产主播在线一区| 欧美有码在线观看| 日韩在线观看精品| 91系列在线播放| 91高清免费视频| 国产成人福利夜色影视| 国产精品三级美女白浆呻吟| 97免费视频在线播放| 日韩电影中文 亚洲精品乱码| 欧美日韩国产丝袜美女| 久久久久国产精品免费| 亚洲男女性事视频| 性欧美视频videos6一9| 欧美劲爆第一页| 欧美精品久久久久久久免费观看| 欧美丝袜美女中出在线| 精品人伦一区二区三区蜜桃免费| 日韩三级影视基地| 国产一区二区丝袜高跟鞋图片| 日韩一区二区久久久| 97国产一区二区精品久久呦| 成人午夜激情网| 这里只有精品在线观看| 国产免费一区二区三区在线观看| 亚洲网站在线观看| 欧美激情综合色| 另类图片亚洲另类| 亚洲欧美激情精品一区二区| 久久中文字幕在线视频| 国产亚洲成精品久久| 欧美性xxxx极品hd满灌| 精品视频久久久久久| 亚洲成av人影院在线观看| 亚洲精品色婷婷福利天堂| 国产精品手机播放| 国产精国产精品| 国产97色在线| 亚洲成人av在线播放| 精品一区二区电影| 国产精品亚洲网站| 日韩专区中文字幕| 久久久久久久久91| 国产精品免费小视频| 亚洲欧美国产日韩天堂区| 性欧美长视频免费观看不卡| 中文字幕日韩欧美在线| 欧美视频第一页| 日韩中文第一页| 久久人人97超碰精品888| 97久久超碰福利国产精品…| 在线观看精品国产视频| 中文字幕日韩精品有码视频| 国内精品久久影院| 91视频8mav| 国产在线观看精品| 亚洲第一区第二区| 中文字幕精品一区久久久久| 不卡中文字幕av| 国产精品视频一区国模私拍| 中文字幕亚洲专区| 久久97久久97精品免视看| 欧美精品videossex88| 中文字幕亚洲情99在线| 中文字幕日韩精品在线| 国产69精品久久久| 欧美电影免费观看高清完整| 国产精品欧美一区二区三区奶水| 亚洲美女自拍视频| 精品日韩美女的视频高清| 日韩欧美国产黄色| 深夜福利日韩在线看| xxxx欧美18另类的高清| 日韩经典第一页| 国产日韩一区在线| 亚洲精品av在线| 日本国产欧美一区二区三区| 国产精品成熟老女人| 国产精品视频大全| 色av中文字幕一区| 国产精品免费一区二区三区都可以| 亚洲精品美女久久久| 亚洲欧美日韩区| 欧美激情精品久久久久久黑人| 91亚洲精品一区二区| 一区二区三区四区在线观看视频| 国产色视频一区| 精品一区精品二区| 富二代精品短视频| 亚洲第一天堂无码专区| 色妞欧美日韩在线| 亚洲黄色免费三级| 91探花福利精品国产自产在线| 日本精品在线视频| 国自产精品手机在线观看视频| 国a精品视频大全| 色偷偷噜噜噜亚洲男人| 欧美日韩国产区| 91久久嫩草影院一区二区| 亚洲va电影大全| 国产精品精品国产| 亚洲精品永久免费精品| 激情懂色av一区av二区av| 性欧美xxxx| 国产综合久久久久| 久久精品国产99国产精品澳门| 国产成人高清激情视频在线观看| 热99在线视频| 日韩精品在线视频| 国模精品一区二区三区色天香| 久久久久久伊人| 国产精品女人久久久久久| 日韩欧美成人免费视频| 中文在线不卡视频| 亚洲精品99久久久久中文字幕| 欧美午夜精品在线| 国产午夜精品一区二区三区| 韩剧1988在线观看免费完整版| 好吊成人免视频| 日韩在线观看电影| 国产色婷婷国产综合在线理论片a| 国产亚洲欧美日韩美女| 亚洲最大福利视频| 另类视频在线观看| 欧美国产欧美亚洲国产日韩mv天天看完整| 欧美大片免费观看在线观看网站推荐| 欧美在线视频在线播放完整版免费观看| 日韩高清电影免费观看完整| 欧美精品福利视频| 亚洲区bt下载| 992tv在线成人免费观看| 国产这里只有精品| 亚洲欧美激情在线视频| 亚洲美女又黄又爽在线观看| 成人欧美一区二区三区在线湿哒哒| 一本色道久久88综合日韩精品| 欧美电影免费播放| 国产精品直播网红| 日日噜噜噜夜夜爽亚洲精品| 中文字幕av一区| 国产精品高潮视频| 一夜七次郎国产精品亚洲| 国产精品三级久久久久久电影| 国产精品久久久久久久一区探花| 国产91亚洲精品| 欧美激情视频给我| 高清欧美电影在线| 欧美成人在线免费| 国产日韩在线精品av| 成人免费网站在线观看| 欧美美最猛性xxxxxx| 日韩av电影在线免费播放| 国产精品91免费在线| 亚洲人成网在线播放| 国产精品99免视看9| 久久精品99久久香蕉国产色戒| 国产精品自产拍在线观| 97视频在线观看免费高清完整版在线观看| 日韩在线不卡视频| 午夜伦理精品一区| 亚洲国产精品一区二区久|