1. 程式人生 > >liunx 連接oracle數據庫

liunx 連接oracle數據庫

ron select oracl str use 查詢 tab 賬戶 table

1.查看oracle客戶端版本:
sqlplus -v
2.切換oracle命令
sqlplus /nolog
3.登錄oracle
conn account/password
4.查詢當前賬戶下的所有數據表
select table_name from user_tables;
5.windows下數據導出(ruc/[email protected])
exp ruc/[email protected] file=d:/aaaa.dmp full=y

liunx 連接oracle數據庫