DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: sqlplus /nolog option usage

  1. #1
    Join Date
    Sep 2000
    Posts
    384
    Can u please say where i am making an error

    Contents of a.sql

    connect system/manager
    select sysdate from dual;
    exit ;

    trying to logon and execute the scripts


    C:\>sqlplus /nolog @a.sql
    SP2-0640: Not connected
    Connected.

    SYSDATE
    ---------
    24-DEC-01

    Disconnected from Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.1.1 - Production
    Radhakrishnan.M

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    I don't see an error. What do you think is wrong?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width