Recent content by limsk

  1. L

    not connecting to Oracle

    We have had random issues with connections running plsql developer in Windows 7, especially with machines that have multiple Oracle clients installed (32 bit for plsql developer and 64 bit for Oracle Forms). On some machines setting the home and OCI location in plsql developer Tools/Preferences...
  2. L

    Changing background color for different connections

    Found the feature: Tools --> Preferences --> Appearance tab --> change the Connection Indicator settings
  3. L

    Changing background color for different connections

    I am on pl/sql developer 7.1.3 Looking for a way to set a different background color in the command window for a specific connection. Is there a way to do this? The intention is to have some sort of visual cue when I am connecting to the production database to prevent accidents.
  4. L

    ver 7.1.3.1381 Numeric display errors for large decimals

    Am encountering some display errors with numeric columns with large decimal precision. This example script should simulate the error: create table example ( CRR_VALU NUMBER(30,15) ); insert into example (CRR_VALU) values (545.1); insert into example (CRR_VALU) values (249.2); insert...
Back
Top