Recent content by Makker

  1. Makker

    I/O Error 267 using sqlplus in Tools

    I'm sorry: when delivering the information I saw that I got #connect @"#file" in the parameters field and #path in the default path. I changed it to #connect @"#file" in the parameters field and #dir in the default path field. Now it works! Regards, Martien
  2. Makker

    SQL Window

    Will the same possibility be added to the Reports window? It would be neat to be able to create a report based on several queries, pl/sql-blocks with dbms_output and some custom text in between. In that case it would be possible to create health-check reports for several purposes for example a...
  3. Makker

    Documentation build directory does not persist

    Hi, Everytime I want to use the html-doc it can't find the searched items, and it turns out that the documentation directory points to the directory of my instant client, and not to the documentation directory. I have to rebuild the doc. But that cost me to much time. Is this a known bug or...
  4. Makker

    I/O Error 267 using sqlplus in Tools

    Hi I have in my command editor an sqlplus script that I want to execute with sqlplus since it is not compatible with command window. So I configured a Tool to call sqlplus with connect and path to the file to execute. But when I choose this sqlplus then I get I/O Error 267. I use instant...
  5. Makker

    Beautifier enhancements

    What I also would like is that l_string := 'Aap' || 'Noot' || 'Mies'; would become l_string := 'Aap' || 'Noot' || 'Mies'; So 'concat'-operator aligned with eachother and the 'become' operator. That way the make-up of a string can be reviewed quicker. Regards, Martien
  6. Makker

    Documentation Generation

    What you can do also (that's what I often do) is multi-select several objects that you want generate doc for and then choose generate documentation. Regards, Martien
  7. Makker

    Feature Request: Test a SQL

    I learned just last week that the sql-window has some form of bindvariables. But they should be prefixed with '&'. Is the suggestion of Scott not be solved with the following enhancements? 1. Create a preference to be able to define the bind-variable-character (so that you can change ampersant...
  8. Makker

    SQL Window

    Ok, sounds good! Can become very handy in monitoring several things in the concurrently. Regards, Martien
  9. Makker

    Undesired behaviour of Auto Refresh

    They're both SQL Windows. I've the latest version of Pl/Sql developer. Regards, Martien
  10. Makker

    SQL Window

    How are you gonna handle autorefresh? Is then refreshing every sql-statement in the window or is it per statement/grid? May be both (by tagging a grid on or off)?
  11. Makker

    Little bug

    That's what Marco meant, as I understand it. Although as kind of a Pl/Sql-purist I would never code something like this. I have to look many times to understand what it's doing here. It's also hard to debug. I would use a help-variable l_live_fond to fill seperately and then give it as a...
  12. Makker

    Cannot connect to database.

    What do you have in the sqlnet.ora as a value of the parameter NAMES.DEFAULT_DOMAIN ? You could try to add the default domain after your tns-alias (like aap.nl.oracle.com where nl.oracle.com is the default domain) or place a '#' before the parameter in the sqlnet.ora to switch of the parameter...
  13. Makker

    Cannot connect to database.

    Did you look into your Oracle Home settings in Pl/Sql Developer? What home is it using? (menu: Help/support info). Is it using the same Oracle Home as your SQLPlus?
  14. Makker

    Undesired behaviour of Auto Refresh

    When I'm monitoring some or more queries, I used to be busy with other development also. It happens that in the meantime I'm editing some other stuff. But when the Auto Refresh of one of my windows is firing, then the cursor disappears/the window I'm editing in is loosing the focus! This is very...
  15. Makker

    Command window's compatibility with SQLPlus

    Thanks. When can I expect this to be included?
Back
Top