本文章已收录于:        

版权声明:本文为博主原创文章,未经博主允许不得转载。

@@ (double "at" sign) ---------------------
Runs the specified script. This command is almost identical to the @ command. It is useful for running nested scripts because it has the additional functionality of looking for the nested script in the same url or path as the calling script. Only the url form is supported in iSQL*Plus.
@ ("at" sign)
Runs the SQL*PLus statements in the specified script.
The script can be called from the local file system or from a web server.

@@ (double "at" sign)
Runs a script. This command is similar to the @ ("at" sign) command.
It is useful for running nested scripts because it looks for the specified script in
the same path as the script from which it was called.

@@表示调用和当前脚本同路径下SQL脚本文件。

转载于:https://www.cnblogs.com/feiyun8616/p/6110470.html

oracle sqlplus @@用法相关推荐

  1. oracle sqlplus ed,Uedit32与SQLPlus结合使用技巧-数据库专栏,ORACLE

    uedit32与sqlplus结合使用技巧 用过uedit32的人都知道,这个工具虽然小,却功能俱全.只要我们在工作中巧 妙的使用用它,可以使我们的工作效率事半功倍.那么,在下面的文章中,我将说说 u ...

  2. oracle @spool,Oracle spool 用法小结

    Oracle spool 用法小结 转自:http://wallimn.javaeye.com/blog/472182 对于SPOOL 数据的SQL,最好要自己定义格式,以方便程序直接导入,SQL语句 ...

  3. Oracle数据库用法汇总

    一些Oracle数据库用法的小总结 1.使用insert into创建新表 insert into destdb.sub_contract (userid,contractid) select msi ...

  4. Oracle sqlplus的set命令详细使用和设置

    Oracle sqlplus的set命令详细使用和设置 SQL*Plus是Oracle提供的访问数据库服务器的客户端软件,是Oracle的核心组件,也是Oracle DBA最常用的工具. 1.1  s ...

  5. oracle中minus作的应用,Oracle minus用法详解及应用实例

    Oracle minus用法详解及应用实例 Oracle minus用法 "minus"直接翻译为中文是"减"的意思,在Oracle中也是用来做减法操作的,只不 ...

  6. oracle nvl用法

      oracle nvl用法 通过查询获得某个字段的合计值,如果这个值位null将给出一个预设的默认值 select nvl(sum(t.dwxhl),1) from tb_jhde t where ...

  7. 配置linux下oracle sqlplus/rman等历史记录回调功能

    配置linux下oracle sqlplus/rman等历史记录回调功能 ############################################################ # ...

  8. oracle sqlplus 常用命令大全

    show和set命令是两条用于维护SQL*Plus系统变量的命令 SQL> show all --查看所有68个系统变量值  SQL> show user --显示当前连接用户  SQL& ...

  9. with as 用法 oracle,with.as oracle的用法

    -----*************************with..as oracle的用法 --语法: with tempName as (select ....) select ... --例 ...

最新文章

  1. 基于Python的MORSE音频的波形和频谱
  2. cac会议投稿难度大吗_注册化工师考试难度大吗?
  3. android java服务,Android进阶学习必会:Java Binder中的系统服务
  4. 一台加密货币ATM机月营收额高达3万美金
  5. mysql集群不同步_mysql数据库集群出现1236错误导致主库与从库无法同步的
  6. Java_memcached 使用说明
  7. c语言指针++_C ++此指针| 查找输出程序| 套装3
  8. 如何在VMware软件上安装Red hat(红帽)Linux6.9操作系统
  9. Android异常总结---Test run failed:Unable to find instrumentation target package
  10. python运维是什么_什么是python自动化运维?
  11. Ubuntu上Qt5+OpenCV配置
  12. 【Cache篇】Linux中的Cache
  13. 【多图】二进制的起源,从01到创造天地万物
  14. 数据库常用命令及关键字
  15. Java编写圆形三角形长方形等面积与周长
  16. 爬豆瓣正在热映和即将上映电影信息
  17. 数理逻辑小结3——一阶谓词逻辑演算
  18. commdao.java怎么读,我发帖来求助不知道是不是很天真了
  19. 用双引号作为for 里面delims的分隔符
  20. 劲舞团登陆不上消息服务器,《劲舞团》在内的多款产品服务器无法登陆

热门文章

  1. C/C++ 中左值和右值的区别
  2. java 扫描包框架_在Android中实现类似Spring的软件包扫描
  3. api文档数据量太大崩溃_比较最好的免费金融市场数据API
  4. js 自动关闭html页面,JS关闭窗口或JS关闭页面的几种代码分享
  5. html Qestionnaire表单
  6. SQL Server-游标使用
  7. CXF发布restful WebService的入门例子(服务器端)
  8. http://alvinalexander.com/java/jwarehouse/hibernat
  9. 对于一个IT宅男先脱光再说
  10. Ice “Hello World”的实现