Recent content by golouhm

  1. G

    Displaying nvarchar2 columns

    Guess it was a configuration problem. Doing copy/paste of Support info I noticed that Oracle 8i home was listed first. I changed to 9i home and now it works. Thanx
  2. G

    Displaying nvarchar2 columns

    We have a table with both varchar2 and nvarchar2 columns. Using java frontend we can sucessfuly select, insert and update nvarchar2 columns. But when doing a select on this table from pl/sql developer SQL window we get giberihs in nvarchar2 columns. Characterset for nvarchar2 is AL16UTF16 and...
  3. G

    Output from event monitor

    Is there any option to turn off extra lines in event monitor output. Sending one line of text through dbms_pipe results in four lines on event monitor listening to this pipe. Three extra lines are generated by PL/SQL Developer (header with timestamp, seperator line and an empty line). Thanx
  4. G

    Repository integration

    Hi I would like to find out what is the status of plugin for integration between PLSQL Developer and Oracle6i Repository. This feature has been advertised in Oracle Magazine for a while.
  5. G

    VCS changes the focus from PLSQL Developer to the last application used

    I am also experiencing the same problem using PushOK CVS Proxy. Every time I open a project or perform any other action with VCS PL/SQL Developer is minimised. The dialog showing up when using "VCS\Get" or "VCS\Check out" contains no files or folders. There is only an icon of a root folder with...
Back
Top