【发布时间】:2016-11-17 14:34:21
【问题描述】:
我有一个简单的查询,我只需要一个值 = VALID
查询是:
从 user_indexes where index_name = '&1' 中选择 'VALUE('||status||')' 作为值;
但我已经退出了:
C:\Program Files\zabbix\bin\win64\oracle>sqlplus -s @"C:\Program Files\zabbix\bi
n\win64\oracle\conn2.sql" OLAPTABLEVELSID
old 1: select status from user_indexes where index_name = '&1'
new 1: select status from user_indexes where index_name = 'OLAPTABLEVELSID'
VALID
什么是旧字符串和新字符串?我该如何关闭它?
谢谢。
【问题讨论】:
标签: oracle batch-file cmd sqlplus