Recent content by ADG

  1. A

    Help, why i can't use pl/sql developer on windows server 2008 64 bit!?

    Also, be aware that there are issues surround the use of applications that use the OCI but run from folders that contain parentheses in their name, e.g. "C:\Program Files (x86)\PLSQL Developer" may cause problems, but "C:\Program Files x86\PLSQL Developer" won't. Though this may be particular to...
  2. A

    Explain Plan

    da bull, can you create a private synonym called PLAN_TABLE for DBA1.CSG_EXPLAIN? That might work. AG
  3. A

    Exploring Oracle development tools

    and with good reason - it's rubbish.
  4. A

    help,I can't use PL Sql Developer7.1 connect oracl

    If you're using 64 bit XP, even with a 32 bit Oracle client, be sure that your Program Files location does not contain parenthesis. Bad: C:\Program Files (x86)\PLSQL Developer Good: C:\Program Files x86\PLSQL Developer It's an Oracle OCI bug, or something. --- AG.
Back
Top