SQL*Plus??? - ??????????????(????? ???Tips-2)
- by Yuichi.Hayashi
script??????????????????????????SQL*Plus???????????????????SQL*Plus?????????????????????????
????????????????SQL*Plus????????????????????
SQL*Plus?-s?????????????????????????????
???????????????????????????????????
<-s??????????>
$ sqlplus scott/tiger
SQL*Plus: Release 11.2.0.1.0 Production on ? 12? 22 17:14:14 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
?????????
SQL
<-s???????????>
$ sqlplus -s scott/tiger
select sysdate from dual;
SYSDATE
--------
10-12-22
exit
$
(Written by Hiroyuki Nakaie)