這裡介紹啟動Linux中資料庫的例項
工具/原料
Linux
oracle
方法/步驟
啟動oracle資料庫監聽,
lsnrctl start
進入到sqlplus
sqlplus
出現Enter user name時,輸入:
sys as sysdba
出現 Enterp passwd時,輸入sys的密碼
然後按下enter鍵
這裡是oracle連線成功後的訊息
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
輸入一下語句查詢樣例資料庫
select * from scott.emp;