摘要: [oracle@oracle ~]$ imp xxxx/user file=/usr/local/src/666.dmp full=y buffer=40960000Import: Release 10.2.0.5.0 - Production on Thu ... 阅读全文
posted @ 2018-04-19 14:58 zclinux 阅读(279) 评论(0) 推荐(0)
摘要: 这里用到的是Oracle的DDL语句的用法 用于获得某个schema下所有的表、索引、视图、存储过程、函数的DDL set pagesize 0set long 90000set feedback offset echo offspool schema_dd... 阅读全文
posted @ 2018-04-19 10:29 zclinux 阅读(3096) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/shwanglp/article/details/52814173基本语法:translate(string,from_str,to_str);解释:返回将(所有出现的)from_str中的每个字符替换为to_... 阅读全文
posted @ 2018-04-19 10:05 zclinux 阅读(545) 评论(0) 推荐(0)