【Oracle】RHEL6.4-64位 安裝oracle11.2.0.3(六) 建庫後相關配置
RHEL6.4-64位 安裝oracle11.2.0.3(六)
建庫後相關配置
作業系統:RHEL6.4 - 64位
資料庫: Oracle 11.2.0.3 64位
1.6 建庫後相關配置
1.6.1 sqlplus命令提示符
[oracle@rhel64 ~]$ cd $ORACLE_HOME/sqlplus/admin
[oracle@rhel64 admin]$ vi glogin.sql
define _editor=vi
set linesize 100
set pagesize 9999
set sqlprompt "_user'@'_connect_identifier>"
[oracle@rhel64 ~]$ sqlplus / as sysdba
1.6.2 sqlplus歷史命令
xftp 上傳軟體包rlwrap 原始碼包
yum安裝readline gcc
[root@rhel64 ~]# yum install readline*
[root@rhel64 ~]# yum install gcc*
驗證gcc make 命令可用
[root@rhel64 ~]# which make
[root@rhel64 ~]# which gcc
解包
[root@rhel64 db]# tar -zxvf rlwrap-0.37.tar.gz
配置
[root@rhel64 db]# cd rlwrap-0.37
[root@rhel64 rlwrap-0.37]# ./configure
編譯 安裝
[root@rhel64 rlwrap-0.37]# make
[root@rhel64 rlwrap-0.37]# make install
[root@rhel64 rlwrap-0.37]# which rlwrap
編輯oracle使用者.bash_profile檔案 追加兩行配置
[oracle@rhel64 ~]$ vi .bash_profile
alias sqlplus='/usr/local/bin/rlwrap sqlplus'
alias rman='/usr/local/bin/rlwrap rman'
[oracle@rhel64 ~]$ source .bash_profile
sqlplus 登入測試 上下方向鍵可檢視歷史命令
[oracle@rhel64 ~]$ sqlplus / as sysdba
1.6.3 scott使用者
SYS@PROD>conn scott/tiger
SCOTT@PROD>show user
SCOTT@PROD>select * from emp;
SCOTT@PROD>select * from dept;
1.6.4 正常關閉資料庫
關閉作業系統之前,必須先使用sys使用者正常關閉資料庫例項。
SCOTT@PROD>conn / as sysdba
SYS@PROD>show user
SYS@PROD>shutdown immediate;
相關程式已不存在
1.6.5 啟動資料庫命令
[oracle@rhel64 ~]$ sqlplus / as sysdba
idle instance 說明資料庫例項沒有啟動
SYS@PROD>startup
SYS@PROD>select status from v$instance;
呂星昊
2015.12.22
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29475508/viewspace-1877016/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【Oracle】RHEL6.4-64位 安裝oracle11.2.0.3(三) 安裝Oracle軟體Oracle
- 【Oracle】RHEL6.4-64位 安裝oracle11.2.0.3(五) dbca建立單例項資料庫Oracle單例資料庫
- 【Oracle】RHEL6.4-64位 安裝oracle11.2.0.3(二) 軟體安裝環境準備Oracle
- 【Oracle】RHEL6.4-64位 安裝oracle11.2.0.3(一) 軟、硬體需求檢查Oracle
- 【Oracle】RHEL6.4-64位 安裝oracle11.2.0.3(四) netca建立監聽程式Oracle
- aix 7.1安裝oracle 11.2相關配置AIOracle
- 【安裝配置】oracle 10g 手工建庫Oracle 10g
- Oracle安裝Patch相關筆記Oracle筆記
- mac下安裝nginx及相關配置MacNginx
- 解除安裝goldengate相關配置資訊Go
- 資料庫相關崗位面試準備建議資料庫面試
- oracle 安裝相關引數設定Oracle
- Flume篇---Flume安裝配置與相關使用
- 【配置安裝】Oracle靜默建庫for 12c&19c CDBOracle
- oracle11.2.0.3 dbca建庫,滑鼠點選沒反應,醉了!Oracle
- Oracle基礎結構之手工建庫相關Oracle
- mint安裝相關資料庫lib資料庫
- Oracle安裝相關Linux引數(轉)OracleLinux
- Oracle GoldenGate相關講解及安裝OracleGo
- 【轉】Oracle安裝相關Linux引數OracleLinux
- 關於JIVE安裝配置後資料庫Encoding的問題資料庫Encoding
- Apache Tomcat9.0.6免安裝版配置相關ApacheTomcat
- 學習六:安裝配置HBASE
- oracle安裝配置Oracle
- redhat as4 64位安裝oracle10.2.0.1建庫的時候報錯RedhatOracle
- 【Solaris】Virtualbox 安裝 Oracle Solaris 10(三) 安裝完成後初始配置Oracle
- mac 安裝jdk/maven/tomcat 以及eclipse相關配置MacJDKMavenTomcatEclipse
- 配置CACTI監控MySQL資料庫狀態(2)安裝cacti相關軟體包MySql資料庫
- oracle 11.2.0.4 靜默安裝加手工建庫(-)Oracle
- 安裝 Oracle 軟體並構建資料庫Oracle資料庫
- ubuntu 安裝及相關軟體安裝(2)Ubuntu
- ubuntu 安裝及相關軟體安裝(1)Ubuntu
- Oracle安裝,ssh配置Oracle
- 【ORACLE】物化檢視相關後設資料檢視欄位說明Oracle
- oracle817歸檔配置相關---Oracle
- linux_web_中間建_資料庫安裝配置LinuxWeb資料庫
- Debian 32位Oracle安裝Oracle
- 11. Oracle for Linux安裝和配置—11.3. Oracle安裝和配置—11.3.2. 資料庫建立OracleLinux資料庫