Recent content by c/FX

  1. C

    Command Window: @@ does not work as expected

    Thanks. According to orafaq.com: "What is the difference between @ and @@?" "@@ will start a sqlplus script that is in the same directory as the script that called it [...]." It would be nice if you could make it work like it was intended to work by SQL*Plus documentation. Again, thanks for your...
  2. C

    Command Window: @@ does not work as expected

    It does work in TOAD. We are currently evaluating PL/SQL developer as an alternative to TOAD but this is a major show stopper. We have complex nested scripts which use this feature (run from the same directory as the calling command file) extensively. I believe SQL*Plus works correctly with...
  3. C

    Command Window: @@ does not work as expected

    Hi all, I would also say that the @@ command does not work correctly: I have the following script directories c:/master ---------- master.sql c:/master/1 ----------- 1.sql 2.sql master.sql: ----------- @1/1.sql calls 1.sql correctly. 1.sql: ------ @@2.sql does *NOT* find 2.sql (Error...
Back
Top