PDA

View Full Version : sqlplus command equivalent


bb5508
10-02-02, 12:08
is there a way in psql to echo or display a script as it is run interactively and not just the results. in oracle, you can 'set echo on'.

bb5508
10-02-02, 17:06
Originally posted by bb5508
is there a way in psql to echo or display a script as it is run interactively and not just the results. in oracle, you can 'set echo on'.

got it. i used the -a option when invoking psql. is there a way to do this after the fact or do you have to quit psql and reenter with -a?