摘要: Oracle/PLSQL: SUBSTR FunctionThis Oracle tutorial explains how to use the Oracle/PLSQL SUBSTR function with syntax and examples.DescriptionThe Oracle/... 阅读全文
posted @ 2015-09-18 16:29 MorePrograms 阅读(239) 评论(0) 推荐(0) 编辑
摘要: Oracle/PLSQL: REPLACE FunctionThis Oracle tutorial explains how to use the Oracle/PLSQL REPLACE function with syntax and examples.DescriptionThe Oracl... 阅读全文
posted @ 2015-09-18 16:29 MorePrograms 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Oracle/PLSQL: INSTR FunctionThis Oracle tutorial explains how to use the Oracle/PLSQL INSTR function with syntax and examples.DescriptionThe Oracle/PL... 阅读全文
posted @ 2015-09-18 16:27 MorePrograms 阅读(245) 评论(0) 推荐(0) 编辑
摘要: Oracle/PLSQL: TRIM FunctionThis Oracle tutorial explains how to use the Oracle/PLSQL TRIM function with syntax and examples.DescriptionThe Oracle/PLSQ... 阅读全文
posted @ 2015-09-18 16:23 MorePrograms 阅读(525) 评论(0) 推荐(0) 编辑
摘要: Oracle/PLSQL: RTRIM FunctionThis Oracle tutorial explains how to use the Oracle/PLSQL RTRIM function with syntax and examples.DescriptionThe Oracle/PL... 阅读全文
posted @ 2015-09-18 16:21 MorePrograms 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Oracle/PLSQL: LTRIM FunctionThis Oracle tutorial explains how to use the Oracle/PLSQL LTRIM function with syntax and examples.DescriptionThe Oracle/PL... 阅读全文
posted @ 2015-09-18 16:19 MorePrograms 阅读(250) 评论(0) 推荐(0) 编辑
摘要: General InformationSource{ORACLE_HOME}/rdbms/admin/dbmsany.sqlFirst Available9iDependenciesDBMS_ANYDATA_LIBACCESSBDOUBLEAccess functions for AnyData b... 阅读全文
posted @ 2015-09-18 15:59 MorePrograms 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 用 SQLplus 创建用户的详细步骤 (centos 6.3,Oracle 11g)以默认用户身份登录:# rlwrap sqlplus system/111111@loclhost:1522/xe;注:以rlwrap开头的命令,可以使在oracle环境中具有上下键记忆功能创建新用户:SQL> c... 阅读全文
posted @ 2015-09-18 15:41 MorePrograms 阅读(808) 评论(0) 推荐(0) 编辑
摘要: SQL*PLUS 是Oracle提供的一个工具程序,它不仅可以用于测试,运行SQL语句和PL/SQL块,而且还可以用于管理Oracle数据库1.启动sql*plus为了使用sql*plus,必须首先要启动sql*plus。Oracle不仅提供了命令行和图形界面的sql*plus,而且还可以在web浏... 阅读全文
posted @ 2015-09-18 15:31 MorePrograms 阅读(615) 评论(0) 推荐(0) 编辑
摘要: scp 对拷文件夹 和 文件夹下的所有文件 对拷文件并重命名对拷文件夹 (包括文件夹本身)scp -r /home/wwwroot/www/charts/util root@192.168.1.65:/home/wwwroot/limesurvey_back/scp对拷文件夹下所有文件 (不包括文... 阅读全文
posted @ 2015-09-18 15:26 MorePrograms 阅读(249) 评论(0) 推荐(0) 编辑