Recent content by Isaac Blank

  1. I

    Not able to log into a database

    Thanks, Marco, it worked!
  2. I

    Not able to log into a database

    Hi Marco, SQL*Plus behaves the same way, so I am not blaming PL/SQL Developer. On the other hand, there are tools that let you specify machine, service, and port number directly, thus bypassing TNSNames restrictions. Maybe you could add this to a future version of PL/SQL Developer.
  3. I

    Not able to log into a database

    Hi, Our TNSNames.ora file is rather large and is shared through tns_admin variable. When I try to connect to databases describes close to the end of the file, I get an ORA-12154 error.I can get around this by using a local short tnsnames.ora file and changing tns_admin accordingly, but this...
  4. I

    Is it possible to run PL/SQL Beautifier from command line?

    or, is there a Unix utility that would take the same file as beautifier settings and produce identical results? We want to incorporate that into our release scripts and still stay consistent with the tool.
  5. I

    RAC and debug mode

    Hi, we are switching to Oracle RAC, and we can no longer use debug mode as it requires DBMS_PIPE. Are there any workarounds/enhancements? Thanks, Isaac Blank
  6. I

    7.1.4: Code completion takes too long

    Added NoQueryHints to command line, seems to have fixed the problem
  7. I

    7.1.4: Code completion takes too long

    Version 7.1.4 When using code completion, the column list appears with little or no delay, but it takes several seconds to complete after having made the selection and pressed "enter"
  8. I

    PLSQLDEV 7.1 dies when connecting to the database

    Just sent an email to support@allroundautomations.com with the file attached Thanks, Isaac
  9. I

    PLSQLDEV 7.1 dies when connecting to the database

    Hi, When I start PL/SQLDev 7.1, it starts fine if no connection is specified. After I request a connection to any database, it hangs for about 30-40 seconds, then dies with no error message. If I request connection during startup, only splash window is visible for 30-40 seconds, then it dies...
  10. I

    New version of texType plugin

    This is 9201 client. When I try it in 10g, it gives me "access violation" error
  11. I

    Two-task area overflow error

    Thanks to Marco, the mistery has been solved. It is due to a problem with 9i client's handling of DESCRIBE. I swithched to 10g and the error is gone. I will let everyone know if there is a 9i solution
  12. I

    New version of texType plugin

    The first issue has been fixed, thanks :) , but the second is still there :(
  13. I

    New version of texType plugin

    A quick try exposed a couple of problems that would render PL/SQL syntax checker unusable: 1. CREATE OR REPLACE PACKAGE BODY schema_owner.package_name complains on encountering the dot 2. Does not inderstand analytic functions: SELECT bo.billing_no, bo.bill_to_address_id...
  14. I

    Two-task area overflow error

    Just did
  15. I

    Two-task area overflow error

    Hi, We're experiencing the following problem when trying to generate a test script for one of the packages: In the browser window, I right-click on a procedure name (inside a package) and choose "Test". an error window appears "two-task save area overflow", I click OK, and the resulting test...
Back
Top