✎
编程开发网
首页
C语言
C++
面试
Linux
函数
Windows
数据库
下载
搜索
当前位置:
首页
->
AI编程基础
->
数据库编程
使用ssh连接操作oracle数据库
2014-11-24 02:00:56
·
作者:
·
浏览:
9
标签:
使用
ssh
连接
操作
oracle
数据库
使用ssh连接操作oracle
数据库
su - oracle
sqlplus /nolog
conn 用户名/密码 www.2cto.com
字符列: col col_name format a20 ----20为列宽
数值列: col col_name format 999999
----为数据显示形式,如999,999三位之间用逗号分隔