Recent content by Dimitri

  1. D

    V13 problem with compiling package body from sql file with NVARCHAR2 in it

    This is not good for our workflow. We take the package body from the bitbucket repository as SQL file, open this SQL file in SQL window and compiling it. We don't want automatic converting NVARCHAR strings to UNISTR. How disable this behavior in SQL window? - In Command window - all OK - In...
  2. D

    V13 problem with compiling package body from sql file with NVARCHAR2 in it

    Hi everybody! I observe strange PLSQLDev (v13,v11) behavior when compiling package body in SQL window (from SQL file or just with copy/paste) with NVARCHAR2 in it. See example bellow and try to compile this package in SQL window (not in Command window): create or replace package xx_dvg_test is...
Back
Top