ユーザ用ツール

サイト用ツール


fedora16:oracleforlinux

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
fedora16:oracleforlinux [2012/04/30 05:58] – [インストール要件] washifedora16:oracleforlinux [2023/06/10 09:13] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
 ====== Linux版Oracle ====== ====== Linux版Oracle ======
-<note>整形中です</note> 
  
 [[http://www.oracle.com/jp/education/certification/11g-172549-ja.html|ORACLE MASTER Oracle Database 11g]]の学習用の環境を構築。あまりPCのレジストリなどを汚したくなかったので仮想環境上に作成。 [[http://www.oracle.com/jp/education/certification/11g-172549-ja.html|ORACLE MASTER Oracle Database 11g]]の学習用の環境を構築。あまりPCのレジストリなどを汚したくなかったので仮想環境上に作成。
行 11: 行 10:
 ^ :::              | (11.2.0.1.0) Linux x86                                         | ^ :::              | (11.2.0.1.0) Linux x86                                         |
  
-fedora16の初期設定などは別ページに設ける予定。+
 ===== 参考資料 ===== ===== 参考資料 =====
  
   * [[http://www.oracle-base.com/articles/11g/articles-11g.php|Oracle 11g Articles]] - インストール方法が英語だが書かれてる。   * [[http://www.oracle-base.com/articles/11g/articles-11g.php|Oracle 11g Articles]] - インストール方法が英語だが書かれてる。
     * [[http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-fedora-16.php|Oracle Database 11g Release 2 (11.2) Installation On Fedora 16 (F16)]] - 主にこのページを見ながら作業した。     * [[http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-fedora-16.php|Oracle Database 11g Release 2 (11.2) Installation On Fedora 16 (F16)]] - 主にこのページを見ながら作業した。
-    * http://www.asami.asia/tech/oracle/11g-install.html+  [[http://www.asami.asia/tech/oracle/11g-install.html|Oracle Database 11g インストール]] 
 +  * [[http://otndnld.oracle.co.jp/document/products/oracle11g/111/doc_dvd/server.111/E05786-05/strt_stp.htm|Oracle Database管理者リファレンス]] 
 ===== ダウンロード ===== ===== ダウンロード =====
  
行 217: 行 218:
 ===== ~/.bashrcの編集 ===== ===== ~/.bashrcの編集 =====
  
-<note important>.bash_profileの場合suコマンドによるログインで反映されなかったので.bashrcに追記してます。</note>+<note important>.bash_profileの場合suコマンドによるログインで反映されなかった(([[http://www.itmedia.co.jp/enterprise/articles/0803/10/news012.html|UNIX処方箋]]))ので.bashrcに追記してます。</note>
  
 Oracleのホームディレクトリにある.bashrcを編集する。 Oracleのホームディレクトリにある.bashrcを編集する。
行 275: 行 276:
 http://fedoraforum.org/forum/showthread.php?t=247430 より http://fedoraforum.org/forum/showthread.php?t=247430 より
  
-<code> +>13. At some point during the installation you will likely get the following error: 
-13. At some point during the installation you will likely get the following error: +>Code: 
-Code: +>>  "Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'" 
-  "Error in invoking target 'agent nmhs' of makefile  +> 
-   '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'" +>Note I just used the default ORACLE Home of "dbhome_1." I am not sure of how to fix this error, and it will prevent Enterprise Manager from working correctly. Click "Continue." In the future if I figure out how to fix it I will edit this guide.
- +
-Note I just used the default ORACLE Home of "dbhome_1."  +
-I am not sure of how to fix this error,  +
-and it will prevent Enterprise Manager from working correctly.  +
-Click "Continue." In the future if I figure out how to fix it I will edit this guide. +
-</code>+
  
 無視して続ける。 無視して続ける。
行 317: 行 312:
 ===== 自動起動・終了 ===== ===== 自動起動・終了 =====
  
-なかなかできないと思っていろいろいじっていたら、気になることが結構あった。 
  
-  * Oracle Database管理者リファレンス : http://otndnld.oracle.co.jp/document/products/oracle11g/111/doc_dvd/server.111/E05786-05/strt_stp.htm +[[http://www.server-world.info/query?os=Scientific_Linux_6&p=oracle11g&f=5|自動起動設定]]のサイトよりスクリプトを拝借しています。 
-  * 自動起動設定 : http://www.server-world.info/query?os=Scientific_Linux_6&p=oracle11g&f=5 +詳細は上記リンクの 
-  * UNIX処方箋 : http://www.itmedia.co.jp/enterprise/articles/0803/10/news012.html+>[2] 起動スクリプトを作成してOracleを起動します。 
 +の項を参照。
  
 +[[http://www.oracle-base.com/articles/linux/automating-database-startup-and-shutdown-on-linux.php|Automating Database Startup and Shutdown on Linux]]でも情報あるので見ておくと良いかも。
  
- +===== 再起動してみる =====
-==== コマンド履歴 ====+
  
 <code> <code>
-vi /etc/hosts+# shutdown -r now 
 +</code> 
 +再起動後にemが繋がれば、大丈夫だと思われます。
  
-/sbin/sysctl -a | grep fs.aio-max-nr 
-/sbin/sysctl -a | grep fs.file-max 
-/sbin/sysctl -a | grep kernel.shmall 
-/sbin/sysctl -a | grep kernel.shmmaxx 
-/sbin/sysctl -a | grep kernel.shmmax 
-/sbin/sysctl -a | grep kernel.shmmni 
-/sbin/sysctl -a | grep kernel.sem 
-/sbin/sysctl -a | grep net.ipv4.ip_local_port_range 
-/sbin/sysctl -a | grep net.core.rmem_default 
-/sbin/sysctl -a | grep net.core.rmem_max 
-/sbin/sysctl -a | grep net.core.wmem_default 
-/sbin/sysctl -a | grep net.core.wmem_max 
-/sbin/sysctl -p 
-vi /etc/selinux/config 
-vi /etc/pam.d/login 
-vi /etc/security/limits.conf 
-vi /etc/sysctl.conf 
-/sbin/sysctl -p 
-shutdown -r now 
-yum install compat-libstdc++-33.i686 
-yum install elfutils-libelf-devel 
-yum install glibc-devel.i686 
-yum install ksh 
-yum install libaio 
-yum install libaio.i686 
-yum install libaio-devel 
-yum install libaio-i686 
-yum install libaio-devel.i686 
-yum install libstdc++.i686 
-yum install numactl-devel 
-yum install sysstat 
-yum install unixODBC 
-yum install unixODBC.i686 
-yum install unixODBC-devel 
-yum install unixODBC-devel.i686 
-groupadd oinstall 
-groupadd dba 
-groupadd oper 
-groupadd asmadmin 
-useradd -g oinstall -G dba,oper,asmadmin oracle 
-passwd oracle 
-df -h 
-mkdir /u01/app/oracle/product/11.2.0/db_1 
-mkdir -p /u01/app/oracle/product/11.2.0/db_1 
-chown -R oracle:oinstall /u01 
-chmod -R 775 /u01 
-xhost +fedora16 
-vi /etc/redhat-release 
-vi /etc/profile 
-exit 
-shutdown -r now 
-mv linux_11gR2_database_*.zip /home/oracle/ 
-cd /home/oracle 
-ls -al 
-chown -R oracle:oinstall linux_11gR2_database_*.zip 
  
 +===== 途中であったエラーなど =====
 +
 +なかなかできないと思っていろいろいじっていたら、気になることが結構あった。
  
-</code> 
  
 ==== emが繋がらない部分の解決 ==== ==== emが繋がらない部分の解決 ====
行 454: 行 398:
 別PCからブラウザでアクセスしたところ、繋がった! 別PCからブラウザでアクセスしたところ、繋がった!
  
- 
-===== インストーラ起動オプション ===== 
- 
-<code> 
-$ LANG=C 
-$ ./runInstaller -ignoreSysPrereqs 
-</code> 
  
  
 ===== EM ===== ===== EM =====
 http://localhost:1158/em http://localhost:1158/em
fedora16/oracleforlinux.1335761904.txt.gz · 最終更新: 2023/06/10 09:13 (外部編集)