1. 程式人生 > >Linux下AG介面,BBIN介面,MG介面,PT介面對接平臺及使用

Linux下AG介面,BBIN介面,MG介面,PT介面對接平臺及使用

一、建立資料庫
AG介面,BBIN介面,MG介面,PT介面對接平臺《企娥21717 93408》
在oracle使用者的圖形介面終端輸入dbca:

[[email protected] ~]$ dbca

回車彈出如下介面:
二、啟動資料庫

預設資料庫建立後就啟動了,若伺服器重啟,需手動啟動資料庫

[[email protected] ~]$ export ORACLE_SID=orcl        #選擇自己需要啟動的資料庫SID

[[email protected] ~]$ echo $ORACLE_SID                #顯示例項名
orcl
[

[email protected] ~]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 17 23:10:13 2018

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

SQL> connect sys as sysdba
Enter password:
Connected.
SQL> startup
ORACLE instance started.

Total System Global Area  313159680 bytes
Fixed Size                  2212936 bytes
Variable Size             109054904 bytes
Database Buffers          197132288 bytes
Redo Buffers                4759552 bytes
Database mounted.
Database opened.
SQL>