Recent content by Ron E

  1. R

    Slow logon and code completion with PLSD ver. 11 on Exadata 12c

    I emailed a copy of the log to Support@.... Let me know if there's a better way. thanks Ron
  2. R

    Slow logon and code completion with PLSD ver. 11 on Exadata 12c

    Since we moved to Exadata, logging on has started taking from 30 seconds to 5 minutes and displaying table or column names with code completion takes 30 seconds to a minute or two. During that time, the screen is greyed out and frozen most of the time. Dell sent a work-around for their competing...
  3. R

    RAC and Sessions window.

    I was just about to ask about this. Alternatively, they could have it work like their T*** competitor, and have a 'Use RAC Views' checkbox.
  4. R

    Exadata 12C Ora-02396 Exceed Idle Time during data export

    No. We did get them to increase it to the minimum recommended value of 240 this morning, although I don't know which setting they changed. We'll see how that goes. It does still disconnect the object browser at that point, though, since my profile has been set to that. That's not as annoying...
  5. R

    Exadata 12C Ora-02396 Exceed Idle Time during data export

    I do not believe that this is a PLSD problem because we have similar issues in other products, but I was hoping that somebody might be able to tell me where to have the DBAs look. If we wait for the 'down arrow' with the first set of results and then click on the export icon, often the database...
  6. R

    Object Browser session getting Logged off in Exadata 12C

    I've had logging on for several months now, and the only time it has happened is one of the few times that I started PLSD using my old icon, which didn't have logging on. The suggestion about experimenting with SQL+ is interesting. I might see if I can find whether it's application related or...
  7. R

    Object Browser session getting Logged off in Exadata 12C

    We are moving from regular Oracle 11 to Exadata 12C in a multi-instance RAC environment, using PLSD ver.11.0.6.1776 (32 bit). In regular Oracle, starting with ver. 11, the 'main' session which controls the object browser, etc. seemed to disconnect after about 10 minutes, even though we could...
  8. R

    Code Assistant hangs in Exadata ver. 12C

    That's what I sort of thought. Thanks for the prompt reply (as always). Ron
  9. R

    Code Assistant hangs in Exadata ver. 12C

    Many of our users still have ver. 9, and we have previously been running 11G on AIX boxes. While testing our new Exadata 12C version, they are reporting that when they enter SELECT * FROM tablename F WHERE F. and let the code assistant list the columns, the program seems to hang, sometimes for...
  10. R

    SPOOL command creates UNIX file fmt on PC

    After another look, I stated the issue incorrectly. The output files from a SPOOL command have a 0D at the front of the first and last lines of Spooled text, but there are no line feeds (or anything else obvious) to be found at the end of each line. That's why it was wrapping, rather than that...
  11. R

    SPOOL command creates UNIX file fmt on PC

    We have 2 people with 11.0.4.1788 (64 bit). When they SPOOL to a PC file from a command script, the results come out as UNIX format (0D only between lines). Older versions create normal PC files with SPOOL running the same code. We don't see any obvious settings to change this. Is there a...
  12. R

    32Bit DB Driver for 64Bit Developer??

    I added the DebugSQL, opened a new program, went into Table Export and chose the table and target. When I clicked on Export, the log said "Export Started", but nothing else. It didn't give the error this time. When I looked for the log file in the user folder, there was nothing in that...
  13. R

    32Bit DB Driver for 64Bit Developer??

    How would I know if it's operating correctly? It seems to work, but when I look at the log, I get this, and nothing written out. (I can duplicate it on my PC now, so I have a bit more control of logs, etc. now.) Export started on 8/5/2014 4:05:52 PM C:\ORACLE\ora112_32_home\bin\exp.exe...
  14. R

    32Bit DB Driver for 64Bit Developer??

    My fault. I was reading the information box wrong. I saw 64 bit, but it was really saying it was running on Windows 7 (64 bit). I could have sworn that the newer versions were 64 bit. Well, with that not an issue, can you think of anywhere to look to find why he's getting the ORA-12560 error...
  15. R

    32Bit DB Driver for 64Bit Developer??

    I'm trying to debug an issue with somebody who gets ORA-12560 -Protocol Adapter Error only when trying to export a table. When I looked at my setup, I noticed that the connection dropdowns only show the 32Bit Home and OCI entries, even though both 32 and 64Bit are installed, and the PL/SQL...
Back
Top