Recent content by RamosIt

  1. R

    Package wizard does not interface procedure without parameters

    Thank you for patch but unfortunatelly i haven't source :/
  2. R

    Alt Tab issue using Windows 11

    Great!! Thank you very much.
  3. R

    Alt Tab issue using Windows 11

    Hi. I have a problem since i use Windows 11. "Alt Tab" doesn't work properly if i try to switch from PL/SQL Developer to another application. I always have to press it twice to switch to other app. Is this a known issue? Thank you in advance. Omar
  4. R

    Package wizard does not interface procedure without parameters

    Hello I had a look to a previous old thread but it seems to be too old to be re-activeted so i'm trying to write a a new thread about following issue: I'm using following DB version: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production When i try to create Delphi...
  5. R

    Package Wizard bug on Oracle 19c

    HI Marco, i'm facing same problem. I'm using following DB version: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production When i try to create Delphi interface to a package using Package Wizard all procedures without parameters are not listed and then not interfaced. Is...
  6. R

    Very slow closing all windows

    I confirm that 32 bit pre-release (revision 1963) solves problem cause everything works fine also having "Close unused connections" enabled. I will test 64 bit version as soon as i will be in the position to use a oracle 64 bit client (next week in a server in my office that's not up in the...
  7. R

    Very slow closing all windows

    I had "Automatically close unused connections" enabled. I disabled it and, wow, it works: i have not to wait all that time no more. Thank you very much. As concern having or not a database connection estabilished it seems to be irrelevant. In my enviroment it seems that "Automatically close...
  8. R

    Very slow closing all windows

    Thank you. I'll wait for a test version .
  9. R

    Very slow closing all windows

    Hi. it's a lot of time a face a frustrating problem. I had it using version 12, then 13 and also now using version 14. It takes a lot of time to close each and every window type (sql windows, program windows, test windows etc.) I have to wait also 7-10 seconds per window. I recorded this...
  10. R

    Developing plugins Delphi strings utf8 - IDE_GetConnectionInfo

    Yes.. that's the solution.. Thank you
  11. R

    Developing plugins Delphi strings utf8 - IDE_GetConnectionInfo

    Hi. I'm developing a plugin. I'm trying to use IDE_GetConnectionInfo in Delphi 2010 but i have no idea how to declare parameters In the plugindoc.pdf i see: IDE_GetConnectionInfo: procedure(var Username, Password, Database: PChar); cdecl; but all variables contains ???? as result. If i try...
  12. R

    Import tables via pde file - invalid number

    Sorry for delay.. No difference in NLS_NUMERIC_CHARACTERS that is both set as ".," Table columns have of course same data type.. Is there something other i can check or set when i do pde import?
  13. R

    Import tables via pde file - invalid number

    Source is LANGUAGE ITALIAN TERRITORY ITALY CHARACTER SET WE8MSWIN1252 Destination is LANGUAGE ITALIAN TERRITORY ITALY CHARACTER SET WE8ISO8859P15
  14. R

    Import tables via pde file - invalid number

    Hi. I have a problem importing data via PL/SQL Developer format (pde) I get "ORA-01722: invalid number" and i suppose this is due to number format. Is there a way to force in importing session number format?
  15. R

    TOracleDirectPathLoader Delphi 2010

    It's a string. i'll use AnsiStrings at the moment. Thank you
Back
Top