【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安裝相關Linux引數(轉)OracleLinux
- 【配置安裝】Oracle靜默建庫for 12c&19c CDBOracle
- mac下安裝nginx及相關配置MacNginx
- oracle安裝配置Oracle
- 11. Oracle for Linux安裝和配置—11.3. Oracle安裝和配置—11.3.2. 資料庫建立OracleLinux資料庫
- 資料庫相關崗位面試準備建議資料庫面試
- Apache Tomcat9.0.6免安裝版配置相關ApacheTomcat
- 11. Oracle for Linux安裝和配置—11.3. Oracle安裝和配置—11.3.3. Oracle net配置OracleLinux
- 11. Oracle for Linux安裝和配置—11.3. Oracle安裝和配置—11.3.1. Oracle軟體安裝OracleLinux
- 4.2.10.1 Oracle Restart 相關變數配置OracleREST變數
- 「Oracle」Oracle 資料庫安裝Oracle資料庫
- 【配置安裝】靜默安裝Oracle資料庫軟體12c&19cOracle資料庫
- Oracle11g 自動化建庫及調整相關引數Oracle
- ORACLE建庫過程中自動生成的跟鎖相關的VIEWOracleView
- ubuntu 安裝及相關軟體安裝(2)Ubuntu
- ubuntu 安裝及相關軟體安裝(1)Ubuntu
- Silverlight安裝相關問題
- 靜默安裝Oracle建庫時報Template General Purpose does not existOracle
- conda安裝後的配置
- Mysql for Linux安裝配置之——二進位制安裝MySqlLinux
- Oracle 23c安裝建議Oracle
- Oracle 資料庫打包安裝Oracle資料庫
- 5:安裝配置 Oracle18COracle
- centos7.3原始碼安裝常用軟體及相關配置合集CentOS原始碼
- helm包安裝部署相關命令
- oracle安裝後無法登入Oracle
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.5. Linux配置OracleLinux
- 【配置上線】靜默安裝資料庫Oracle 11gR2資料庫Oracle
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.2.Linux安裝(1)OracleLinux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.2.Linux安裝(2)OracleLinux
- idea安裝後的常用配置Idea
- Oracle相關命令Oracle
- oracle rac資料庫的安裝Oracle資料庫
- vgant 安裝oracle資料庫racOracle資料庫
- Oracle for Windows安裝和配置之二OracleWindows
- Oracle for Windows安裝和配置之一OracleWindows
- oracle & mysql 驅動程式安裝配置OracleMySql
- Manjaro Liunx 安裝到使用 2 安裝後的配置JAR
- 關於Mac配置安裝MavenMacMaven