原来脚本运行很好,但是密码改成了带@的密码之后就不能运行了,怎么办?
@sqlplus username/abc@123456@TNSname
系统报不能解析

解决方案 »

  1.   


    C:\>SQLPLUS "/ AS SYSDBA"SQL*Plus: Release 9.2.0.1.0 - Production on Mon Oct 6 11:15:52 2008Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - ProductionSQL> CREATE USER TTT IDENTIFIED BY "TT@TT";User created.SQL> GRANT CONNECT,PUBLIC TO TTT;Grant succeeded.SQL> CONNECT TTT/"TT@TT"@ORCL
    Connected.
      

  2.   

    看不大明白楼上的回复,我是放到一个cmd文件里面运行的,password带有@符号,并且这个帐号和密码最好不要修改的.