oracle小知识点
Posted tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle小知识点相关的知识,希望对你有一定的参考价值。
数据库
表名长度限制
字段名长度限制
oracle
30
30
64
64
db2
128
128
access
64
64
sqlserver
128
128
导出数据库的cmd指令
exp " + this.dbUserName + "/" + this.dbPassword+ "@" + this.sid + " file=" + this.backupPath + "/" + this.fileName
以上是关于oracle小知识点的主要内容,如果未能解决你的问题,请参考以下文章