help ! why can't i use @ to run a script file in HP-UX 11i (b23) [message #126433] |
Mon, 04 July 2005 08:20 |
pengje
Messages: 2 Registered: July 2005 Location: china
|
Junior Member |
|
|
Good evening ,everybody.
i am a beginner of unix,i met a strange problem .
when i use @xx.sql to run a script in sqlplus at hp-ux11i ,i get
a error message:
SQL> @ test.sql
SP2-0042: unknown command "test.sql" - rest of line ignored.
SQL>
SQL> start test.sql
SYSDATE
---------
04-JUL-05
my oracle is oracle9.2
SQL> select * from v$version
2 /
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.2.0 - 64bit Production
PL/SQL Release 9.2.0.2.0 - Production
CORE 9.2.0.2.0 Production
TNS for HPUX: Version 9.2.0.2.0 - Production
NLSRTL Version 9.2.0.2.0 - Production
who can tell me why i can not use @ at hp-ux 11i
thanks
and regards
|
|
|
|
|
|