Recent content by Alain Migeon

  1. A

    ODBC importer

    Hi, I have noticed that, starting from version 9, the ODBC importer menu can only be accessed when being logged into an Oracle user. It's a feature I'm using to connect to a SQL Server database through ODBC, just for viewing, without trying to import anything. Is it an error, or by design? Alain
  2. A

    Large data editor - Pass parameters to the external program

    Some years ago, I post a message regarding the possibility to pass parameters to the external program called from the Large Data Editor. The idea was to pass a parameter of the same record in order to open blobs in a specific way. Is it still on the TODO list, or has the idea been dropped since?
  3. A

    Query with Unicode characters

    I have seen the display. My question was UTF-8 specific. I consider this character : П : cyrillic capital letter pe. In the hex viewer, it will be seen as 1F04, which corresponds to U+041F in UTF-16 low endian. But when using a database with AL32UTF8, with string stored in VARCHAR2 and not...
  4. A

    Query with Unicode characters

    Thanks for the feedback. What is the time frame for the release? Will it also be possible to display string in UTF8 format in the hex viewer?
  5. A

    Query with Unicode characters

    Hi I have an Oracle 10g database in the AL32UTF8 format. The NLS_LANG is also set to AL32UTF8. This database contains cyrillic characters. In PL/SQL Developer 7.0.3, the Unicode option is enabled. When trying to view data from tables that contains cyrillic characters, those are displayed...
Back
Top