Recent content by Mike M

  1. M

    Run sql script with ";" and /

    Nevermind. Just use the command window.
  2. M

    Run sql script with ";" and /

    I would like to know if there is a way to allow plsql developer to run multiple sql statements in a row. select * from table; / select * from another_table; / I get an ora-00911 invalid character :confused:
Back
Top