Recent content by Gloria

  1. G

    start PL/SQL Developer with Command-line parameters

    The quotation marks is useful in sqlplus while there is "/" or "@" in password. But it doesn't work in PL/SQL Developer :(
  2. G

    start PL/SQL Developer with Command-line parameters

    "Every time you start PL/SQL Developer, it will prompt you for at least the password. To avoid this, you can supply a userid parameter with the familiar username/password@database format: plsqldev.exe userid=scott/tiger@chicago " What if there is an "@" symbol in my password? For example, my...
Back
Top