株のポジショントレード(数週間~数ヵ月)、ブックビルディングの記録。でしたが、今はoracleの備忘録。
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
[root@db01eth0 ~]# id nobody
uid=99(nobody) gid=99(nobody) 所属グループ=99(nobody)
[root@db01eth0 ~]#
[root@db01eth0 ~]# cat /etc/group | grep dba
dba:x:500:
[root@db01eth0 ~]# id oracle
uid=200(oracle) gid=500(dba) 所属グループ=500(dba)
[root@db01eth0 ~]#
↑ユーザnobodyの存在確認。
↑インストール用OSユーザはoracle。グループはdbaのみでインストールを強行。
[oracle@db01eth0 ~]$ cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
# for Oracle11gR1 RAC
umask 022
export CVUQDISK_GRP=dba
#export ORACLE_SID=ORASID1
export ORACLE_BASE=/opt/ORACLE
export ORACLE_HOME=/opt/ORACLE/product/11.1.0
#export ORA_CRS_HOME=/opt/crs1110
export PATH=$ORACLE_HOME/bin:$PATH
[oracle@db01eth0 ~]$
↑.bash_profileの最後に、少し環境変数を追加。(まだ不要かもしれないが。)
※2号機も同様に。
uid=99(nobody) gid=99(nobody) 所属グループ=99(nobody)
[root@db01eth0 ~]#
[root@db01eth0 ~]# cat /etc/group | grep dba
dba:x:500:
[root@db01eth0 ~]# id oracle
uid=200(oracle) gid=500(dba) 所属グループ=500(dba)
[root@db01eth0 ~]#
↑ユーザnobodyの存在確認。
↑インストール用OSユーザはoracle。グループはdbaのみでインストールを強行。
[oracle@db01eth0 ~]$ cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
# for Oracle11gR1 RAC
umask 022
export CVUQDISK_GRP=dba
#export ORACLE_SID=ORASID1
export ORACLE_BASE=/opt/ORACLE
export ORACLE_HOME=/opt/ORACLE/product/11.1.0
#export ORA_CRS_HOME=/opt/crs1110
export PATH=$ORACLE_HOME/bin:$PATH
[oracle@db01eth0 ~]$
↑.bash_profileの最後に、少し環境変数を追加。(まだ不要かもしれないが。)
※2号機も同様に。
PR

カレンダー
05 | 2025/06 | 07 |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
最新コメント
最新記事
(02/26)
(02/26)
(02/16)
(02/14)
(02/11)
最新トラックバック
プロフィール
HN:
fool
性別:
男性
職業:
会社員
自己紹介:
・国内現物&信用取引の株式のみ。
----------
・株を始めた日:2001/03/16
・〜2004年:収支が±20万の間を動いただけ。
・2005年1月より本を購入する等して再スタート。
・2005年5月よりブックビルディングに参加。
・2009年夏、トータルでマイナスになり、休止。
・過程に満足せず、結果を出すことが目標。
----------
・株を始めた日:2001/03/16
・〜2004年:収支が±20万の間を動いただけ。
・2005年1月より本を購入する等して再スタート。
・2005年5月よりブックビルディングに参加。
・2009年夏、トータルでマイナスになり、休止。
・過程に満足せず、結果を出すことが目標。
ブログ内検索