Recent content by Alexx

  1. A

    Adding carriage return to end of file

    Version 10.0.3.1701, the bug still exists
  2. A

    Commit button problem

    Hello, thank you for the reply. I created the debug file, but I found it contains too much information that I cannot send (mainly connections' info). So just open new tab, create table by SQL, insert any line into it, close the all tabs and you will see that the Rollback button is active but...
  3. A

    Commit button problem

    How can I attach a document?
  4. A

    Commit button problem

    Hello, there's a problem with the button. Attaching the scenario document to the post.
  5. A

    Running script on login

    Thank you very much indeed, Marco :)
  6. A

    Running script on login

    Thank you. I would like to ask you to check also the user's home folder for such a script upon running.
  7. A

    Version 9 -- Restricting list of available users

    Hello, I set the list of the users as you said and it works. Nevertheless when I choose 'ALL USERS', in the Views/Triggers etc. lists I see the objects of all the users in the system, but not only filtered. Can I hide them somehow? We have many developers and they have many objects in their...
  8. A

    Running script on login

    Hello, could you explain, please, how I can run specific script on login? I need to set some session settings. The script AfterConnect.sql is located in the programme folder, hence I have no access to it. Thank you.
  9. A

    Adding carriage return to end of file

    Version 9.0.0.1601, the bug still exists
  10. A

    Adding carriage return to end of file

    Do you confirm the bug?
  11. A

    Adding carriage return to end of file

    1. Create any file with no carriage return in the end 2. Drag & Drop it to PL/SQL Developer (or use File/Open/SQL Script) 3. Press Ctrl+S 4. Close PL/SQL Developer and see the brand new carriage return that you did not enter in fact.
  12. A

    Adding carriage return to end of file

    Hello I'm facing a problem with automatic adding carriage return to the end of file after saving it. Because of this, the file is considered as changed when it has no changes. Or I see extra changes in SVN after commiting. Thank you.
  13. A

    Nested tables support by DOA

    Hello. Would you mind telling if DOA supports nested tables (not assiciative arrays or varrays) such as CREATE OR REPLACE TYPE t_numbers AS TABLE OF NUMBER(18,0) As per help, only assiciative arrays are allowed: type is table of index by binary_integer; Thank you in advance.
  14. A

    Using TOracleObject with MTS

    DOA 4.0.6, Delphi 7.0, Windows XP SP2
  15. A

    Using TOracleObject with MTS

    Hello, I'm trying to use TOracleObject on application server. I've got an erorr "ORA-21301: not initialized in object mode" when OracleSession's pooling is spMTS (when creating TOracleObject object). When pooling is spNone it's OK. Oracle9i Release 2 Services for MTS 9.2.0.4.0 is installed. Do...
Back
Top