Recent content by iraklisvai

  1. I

    Reconnect session

    Thank you, Toad has an option Session-- > Test Connection (Reconnect)
  2. I

    Reconnect session

    Hello, I have PL/SQL Developer version 12.0.7.1837. Is there an option to reconnect to a session? For example if I have connected to user contr@db1 and after 20 minutes that i am idle, database losts connection Is there an option to test connection (Reconnect) ? Thank you very much.
  3. I

    PL/SQL and Greek

    I think i found the reason. But why? In Remote PC NLS_LANG: In my PC NLS_LANG: AMERICAN_AMERICA.EL8ISO8859P7 Thank you very much.
  4. I

    PL/SQL and Greek

    PL/SQL Developer Version 12.0.7.1837 (64 bit) 01.276182 - Unlimited user license Service Contract: Windows 7 Build 7601 (Service Pack 1) Physical memory : 25.165.368 kB (6.708.528 available) Paging file : 50.328.876 kB (28.095.464 available) Virtual memory : 8.589.934.464...
  5. I

    PL/SQL and Greek

    it is also Greek ( Current System Locale)
  6. I

    PL/SQL and Greek

    Hello, I have installed pl/sql developer v 12.0.7.1837 on my pc. All are ok. When I installed it, on a Windows 2008 Server Remote Desktop Connection, with the same preferences, it does not understand Greek. I mean, when i make a select * from tableA, if tableA has colums with Greek names, it...
  7. I

    Data from Excel to a table

    Hello, I have an Excel with 1 million rows and I want to load the data to a table I have made. Is this possible? I think it is better to convert the excel file to a text file and then load the data. Can PL/Sql Developer help? I saw a video in youtube and I did it with Text Importer. So I...
  8. I

    Two things that need improvement in PL/SQL Developer

    Thank you very much, I use PL/SQL Developer from 2000. if you can, find a solution to the first issue.
  9. I

    Two things that need improvement in PL/SQL Developer

    Suppose I want to connect to username1/password1@new1 and without opening another PL/Sql Developer to a different Database for example username2/password2@new2 If I have Toad as an IDE, I can see triggers and procedures of both schemas. With PL/SQl I can't. -------------------- Another...
  10. I

    comments in Greek from another application

    Hello, When I copy PL/SQL code from another application for example Form Builder, that has comments in Greek, and paste it to PL/SQL editor, comments that are in Greek, are not recognized. Thank you.
Back
Top