Recent content by wiedman

  1. W

    what versions of pl/sql developer run on windows 8

    what versions of pl/sql developer are certified for windows 8? I have a user with pl/sql developer version 8.0.0 that wants to run on a Windows 8 x64 device. If that is certified, what version oracle client is required? Thanks.
  2. W

    select on XML type column hangs

    user no longer having the issue. thnks:)
  3. W

    select on XML type column hangs

    database and client are both 10.02.00.04
  4. W

    select on XML type column hangs

    select on XML type column hangs. the XML is < 800 bytes. The session is not waiting for resources and so I can't figure out what it's doing. thanks, Mary
  5. W

    change default setting for session mode for new install

    New installs of pl/sql developer have session mode set to multi session by default. How can I get the install to use dual session as the default? Thanks.
  6. W

    ora-3114 trying to use Object Browser after logging in

    Info from the user is below. I don't see any options in the Preferences,Oracle,Connection tab that would apply to holding a connection. His Connect preferences are set the same as mine which is working. After setting the preference to OraHome8176, I am getting the error message...
  7. W

    ora-3114 trying to use Object Browser after logging in

    Customer has a new PC with plsql developer 8.04 installed. He can connect to the databases, but gets "ORA03114: not connected to ORALCE" error message and "Access violation at address 00B51817 in module 'plsqldev.exe'. Read of address 0000001C" when trying to use the sql window. Any time he...
  8. W

    display nvarchar2 data

    I have users that when querying a table with a column of type nvarchar2(2), the data for that column does not display. I am running the same version of pl/sql developer, 7.0.0.1050, and I can see the data for that column. Is there some setting within the tool that needs to be set to see...
  9. W

    copy/past from PL/SQL Developer to Windows Clipboard

    My customer has not responded with the requested screen shots. I will update if he responds, otherwise consider this closed.
  10. W

    copy/past from PL/SQL Developer to Windows Clipboard

    After developing sql in PL/SQL Developer, my customer wants to move it into his code using the Windows clipboard with copy and paste. He ends up with all kinds of special characters in the sql. If he saves to a file and then does the cut and paste, it is fine, but he would like to eliminate...
Back
Top