ORA-00439: feature not enabled: Dump file during expdp Data Compression

My version of the database is:
SQL > select * from v version $;

BANNER
--------------------------------------------------------------------------------
Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
AMT for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production

SQL > show the compatible parameter

VALUE OF TYPE NAME
------------------------------------ ----------- ------------------------------
compatible string 11.2.0.0.0

However when I tried to do this:
Directory = data_pump_dir dumpfile = prod_schema.dmp patterns = expdp system has, b logfile = prod - schema.log compression = all >

Export: Release 11.2.0.1.0 - Production Thu Jan 12 08:39:48 2012

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Password:

Connected to: Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production
ORA-39002: invalid operation
ORA-00439: feature not enabled: Dump file data Compression

This is on linux.

Thank you

user569151 wrote:
I see. So how can I made a dump of smaller export? right now it is about 30g.

If you want only to save disk space, you can compress the dump file with an application of operating system when the dump is complete.

Otherwise, you can check the exported data, if you can exclude all the data from the dump.

ITI
Johan

Tags: Database

Similar Questions

  • ORA-00439: feature not enabled: Flashback Table

    If someone could help because I do not know why I get the error at the end of the script.

    Thank you very much

    CODD> select * from v$version;
    
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    
    
    CODD> create table test (cola number) enable row movement;
    
    
    Table created.
    
    
    CODD> drop table test;
    
    
    Table dropped.
    
    
    CODD> select original_name, operation, ts_name, droptime from recyclebin;
    
    
    ORIGINAL_NAME                    OPERATION TS_NAME                        DROPTIME
    -------------------------------- --------- ------------------------------ -------------------
    TEST                             DROP      USERS                          2014-01-08:13:08:27
    
    
    CODD> flashback table test to before drop;
    
    
    Flashback complete.
    
    
    CODD> insert into test values(10);
    
    
    1 row created.
    
    
    CODD> insert into test values(20);
    
    
    1 row created.
    
    
    CODD> select current_timestamp from dual;
    
    
    CURRENT_TIMESTAMP
    ---------------------------------------------------------------------------
    08-JAN-14 13.10.50.330000 +00:00
    
    
    CODD> insert into test values(100);
    
    
    1 row created.
    
    
    CODD> flashback table test to timestamp timestamp '2014-01-08 13:10:50.00 +00:00';
    flashback table test to timestamp timestamp '2014-01-08 13:10:50.00 +00:00'
    *
    ERROR at line 1:
    ORA-00439: feature not enabled: Flashback Table
    
    
    
    
    CODD> commit;
    
    
    Commit complete.
    
    
    CODD> flashback table test to timestamp timestamp '2014-01-08 13:10:50.00 +00:00';
    flashback table test to timestamp timestamp '2014-01-08 13:10:50.00 +00:00'
    *
    ERROR at line 1:
    ORA-00439: feature not enabled: Flashback Table
    

    You use the Express edition. This includes no Flashback Table.

    Oracle® Database Express Edition

  • ORA-00439: feature not enabled: Managed Standby

    Hi all

    I'm setting up data guard. When I setting the parameter log_archive_dest_2 I got following error.
    I don't know why it does not have to set this parameter.

    ALTER SYSTEM SET LOG_ARCHIVE_DEST_2 = 'SERVICE = TURKDR NOAFFIRM VALID_FOR =(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME TURKDR = ASYNC'
    *
    ERROR on line 1:
    ORA-32017: failure of updated SPFILE
    ORA-00439: feature not enabled: Managed Standby


    Please someone help me get remedy this problem.

    ALTER SYSTEM SET LOG_ARCHIVE_DEST_2 = 'SERVICE = TURKDR NOAFFIRM VALID_FOR =(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME TURKDR = ASYNC'
    *
    ERROR on line 1:
    ORA-32017: failure of updated SPFILE
    ORA-00439: feature not enabled: Managed Standby

    May be that you are using TO check this:

    Select * from version of v$.
    Select * the option of $ v;

  • ORA-00439: feature not enabled: partitioning in 10g XE

    ORA-00439: feature not enabled: partitioning...
    How to enable the partition in the database...
    my version is...

    Oracle Database 10 g Express Edition Release 10.2.0.1.0 - product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    AMT for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production.

    and in OTN solutions are only database 11g

    Thanks in advance.

    Partitioning is available in EE (Enterprise edition) and $ additional.

    SY.

  • ORA-00439: feature not enabled: export transportable tablespaces

    Hi all

    I got following error while using the transpotable tablespace feature. My OS is windows XP and version 10.2.0.1.0 oracle

    ORA-00439: feature not enabled: export transportable tablespaces

    What is the version of your db? This is an Enterprise Edition or Standard Edition? Teh transport of storage space is only one feature of Enterprise edition.

    http://www.Oracle.com/us/products/database/product-editions-066501.html

    HTH
    Aman...

  • ORA-00439: feature not enabled: Online Index build

    Hello

    OS: LINUX
    Oracle: 10.2.0.3

    I get the below error while I m attemptig to rebuild the index. He runs in another db in the same version.


    SQL > alter index ANALYTIC2.MS_QF_RATING rebuild online;
    change the ANALYTIC2.MS_QF_RATING index rebuild online
    *
    ERROR on line 1:
    ORA-00439: feature not enabled: Online Index build


    Some may suggest what is the root cause and what might e the best solution for this problem.


    Thank you.
    Marie rosine

    Enterprise Edition has the word "Business" in the banner.

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g *Enterprise Edition* Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    

    In the absence of the above, it is the standard edition.

  • ORA-00439: feature not enabled: Managed Standby - Oracle 9.2.0.4.0 STD. Ed.

    Hello

    for learning and testing purposes, I have created a VMWare image
    with Linux CentOS 4.7 (compatible RHEL 4.7) and
    install Oracle 9i 9.2.0.4.0 in standard edition.

    The installation went well, but when I try to create
    a new database using the "dbca", I get the error
    ORA-00439: feature not enabled: Managed Standby

    I searched in Google and it seems to be connected
    for the parameter log_archive_dest_1 (or even without the _1)?

    I tried to delete the init.ora comments:

    #log_archive_start = true
    #log_archive_dest = disk$ rdbms: [oracle.archive]
    #log_archive_format = "T%TS%S.ARC".

    but it has not changed anything. Are there
    a Council on the creation of a database of archived mode
    using "dbca. Or is it not available in standard edition?

    Thank you
    Alex

    ! http://preferans.de/Farber/dbca1.gif!

    ! http://preferans.de/Farber/dbca2.gif!

    I don't yet have a facility TO play with, but I think it's probably related to DBCA log_archive_dest_setting, which is not valid with itself ( Note: 576910.1 error message: "ORA-00439: feature not enabled no: Managed Standby"). If you already have a database running then:

    SQL> alter system set log_archive_dest= scope=spfile;
    SQL> shutdown immediate;
    SQL> startup mount;
    SQL> alter database archivelog;
    SQL> alter database open;
    

    HTH

    Enrique

    Published by: Enrique Orbegozo on November 10, 2008 11:11 the reference to the Metalink Note

  • ORA-00439: feature not enabled: Real Application Clusters

    Hi friends,
    I installed Oracle 10 g server on my PC without RAC configuration. To enable archiving only after a command, I have published.

    "Alter system set Cluster_Database = True Scope = spfile"

    It was working well but when I tried to start the database by using connect as sysdba and "statup" command it gives following error.

    "ORA-00439: feature not enabled no: Real Application Clusters.

    Please help me on this issue.

    CLUSTER_DATABASE parameter is not bound to the Archives of the newspapers (assuming that's what you mean by 'activate archiving'). So I don't know why you set this in the first place.

    Given that the CAR is not installed and CLUSTER_DATABASE required by CARS, the error you are getting is not surprising. You'll want to change the parameter to false.

    Justin

  • feature not enabled: rewrite of materialized view

    Greetings,
    I created materialized views of XE by using the following code:
    CREATE materialized VIEW log ON airplane_type_list
    WITH
      rowid
      (max_seat
      ) including NEW VALUES;
    
    CREATE materialized VIEW log ON airplane
    WITH
      rowid
      (airplane_type, number_seat_booked
      ) including NEW VALUES;
    
    CREATE materialized VIEW airport_mv build immediate refresh fast ON COMMIT enable query rewrite
    AS
      SELECT 
        a.rowid "airplane_type_list_rowid",
        b.rowid "airplane_rowid",
        a.max_seat,
        b.number_seat_booked 
      FROM airplane_type_list a,
        airplane b
      WHERE b.airplane_type  = a.airplane_type
      AND b.number_seat_booked<=a.max_seat
    When I run the script, I got the following error:
    Error starting at line 11 in command:
    CREATE materialized VIEW airport_mv build immediate refresh fast ON COMMIT enable query rewrite
    AS
      SELECT a.rowid,b.rowid,
      a.max_seat,
        b.number_seat_booked 
      FROM airplane_type_list a,
        airplane b
      WHERE b.airplane_type  = a.airplane_type
      AND b.number_seat_booked<=a.max_seat
    Error at Command Line:16 Column:7
    Error report:
    SQL Error: ORA-00439: feature not enabled: Materialized view rewrite
    00439. 00000 -  "feature not enabled: %s"
    *Cause:    The specified feature is not enabled.
    *Action:   Do not attempt to use this feature.
    But when I delete "activate the rewrite of the query", the script works fine.
    Is it because I can't use the rewrite of the query to the XE?

    Kind regards
    Valerie

    Is it because I can't use the rewrite of the query to the XE?

    That is right.

    * Cause: The specified feature is not enabled.
    * Action: Try not to use this feature.

  • ORA-22816: feature not supported with RETURNING clause

    <!-StartFragment--> java.sql.SQLException: ORA-02014: cannot select the UPDATES view DISTINCT, GROUP BY, etc.

    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)

    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)

    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)

    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)

    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1029)

    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1126)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)

    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)

    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:730)

    at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:5594)

    at oracle.apps.fnd.framework.server.OAEntityImpl.doSelect (unknown Source)

    Hello

    I had the resolution of the following link

    EODefImpl.java to implement so that EO
    and override the createDef() method.

    Public Sub createDef()
    {
    super.createDef ();
    setUseReturningClause (false);
    }

    Thank you

    AP

    ORA-22816 - feature not supported with clause of returning OFFICER (EO)

  • Form trigger error ORA-22816: feature not supported with RETURNING clause

    Hi Apex developers.

    I created the form to the poster with the INSTEAD of trigger. Everything works very well for the UPDATE and DELETE. But to INSERT the "automatic line (DML) treatment" trigger ORA-22816: feature not supported with RETURNING clause. When I disable the INSTEAD OF trigger it start work very well too. But I have to use INSTEAD OF trigger for safety reasons.

    Meet someone too the question?

    What is workaroud for the question?

    Thank you very much.

    Michaud

    Hi Martin,

    MMH, it beats me. You could try with tracing active sql (add & ptrace = YES to your URL), see what actually running.

    Cordially Jens

  • ORA-25408: can not read the appeal during a duplicate backup with rman catalog database safely

    Hello

    I did a database duplicate backup with rman catalog connection and got the ORA-25408: cannot read error call safely.

    The catalog database is running in a Data Guard environment.

    During the double process database failover occurred because of a server restart.

    The restore of the data files was successful:

    RMAN-08023: channel t1: restored the backup part 1

    RMAN-08180: channel t1: restoration complete, duration: 00:01:15

    RMAN-03091: finished the restoration at 27.08.2014 09:27:10

    During execution of script memory:

    RMAN-08161: content of the Script from memory:

    {

    switch from clone datafile;

    }

    RMAN-08162: execution of Script memory

    I got this error:

    RMAN-08162: execution of Script memory

    RMAN-08031: output channel: t1

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of Db in dual at 27/08/2014 09:27:10

    RMAN-05501: abandonment of duplicate target database

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06004: ORACLE recovery catalog database error: ORA-25408: cannot read safely call

    Dual boot time: 16:00

    Failover time: 18:00

    Error time: 09:00 the next day

    DB version: 11.2.0.4.0, not the RAC environment, single instances

    That's happened? My My db catalog rman session did not survive? Why the error happened at 09:00 (and not 17:00)? Why the session called the catalog rman during switching of the data files?

    Can someone explain it to me?

    Thank you!

    Hello

    The connection of the RMAN catalog remains inactive during the backup/restore process, once rman completes the task and try to activate the connection it gets error.

    What is expected as you said the rebooted server. If this happens because of the expiration time, we went with the parameter net expire_time to maintain the connection.

    Thank you

    Bigot

  • Duplicate database: ORA-19504: could not create the file "+ DATA1.

    Hi all

    I'm getting "ORA-19504: cannot create the file '+ DATA1' error when the active database duplication, no - ASM to ASM.» Source is 11.1.0.7 target is 11.2.0.1. Operating system is RHEL 5.5

    So far, I did as follows:

    created the password on the source and target file

    created source into the target and vice versa tns entries

    connectivity to test two-way

    set pfile on target with the following parameters:

    db_name= CLONE

    DB_FILES = 500

    log_file_name_convert ='/ oracle/TRN/db/apps_st/data /', "+ DATA1/database".

    db_unique_name = CLONE

    I use following command to reproduce:

    Run {}

    Configure auxname for datafile 1 to "+ DATA1;

    Configure auxname for datafile 2 to "+ DATA1;

    Configure auxname for datafile 3 to "+ DATA1;

    Configure auxname for datafile 4 to "+ DATA1;

    Configure auxname for datafile 5 to "+ DATA1;

    Configure auxname for datafile 6 to "+ DATA1;

    Configure auxname for datafile 7 to "+ DATA1;

    Configure auxname for datafile 8 to "+ DATA1;

    Configure auxname for datafile 9 to "+ DATA1;

    Configure auxname for datafile 10 to "+ DATA1;

    Configure auxname for datafile 11 in "+ DATA1;

    Configure auxname for datafile 12 to "+ DATA1;

    Configure auxname for datafile 13 to "+ DATA1;

    Configure auxname for datafile 14 to "+ DATA1;

    Configure auxname for datafile 15 to "+ DATA1;

    Configure auxname for datafile 16 to "+ DATA1;

    Configure auxname for datafile 17 to "+ DATA1;

    Configure auxname for datafile 18 to "+ DATA1;

    Configure auxname for datafile 19 to "+ DATA1;

    Configure auxname for datafile 20 to "+ DATA1;

    Configure auxname for datafile 288 to "+ DATA1;

    Configure auxname for datafile 295 to "+ DATA1;

    Configure auxname for datafile 314 to "+ DATA1;

    Configure auxname for datafile 351 to "+ DATA1;

    Configure auxname for datafile 352 to "+ DATA1;

    Configure auxname for datafile 353 to "+ DATA1;

    Configure auxname for datafile 354 to "+ DATA1;

    Configure auxname for datafile 379 to "+ DATA1;

    Configure auxname for datafile 392 to "+ DATA1;

    Configure auxname for datafile 393 to "+ DATA1;

    Configure auxname for datafile 394 to "+ DATA1;

    Configure auxname for datafile 395 to "+ DATA1;

    Configure auxname for datafile 396 to "+ DATA1;

    Configure auxname for datafile 397 to "+ DATA1;

    Configure auxname for datafile 398 to "+ DATA1;

    Configure auxname for datafile 399 to "+ DATA1;

    Configure auxname for datafile 400 to '+ DATA1;

    Configure auxname for datafile 401 to "+ DATA1;

    Configure auxname for datafile 402 to "+ DATA1;

    Configure auxname for datafile 403 to "+ DATA1;

    Configure auxname for datafile 404 to "+ DATA1;

    Configure auxname for datafile 405 to "+ DATA1;

    Configure auxname for datafile 406 to "+ DATA1;

    Configure auxname for datafile 407 to "+ DATA1;

    the value of newname for tempfile ' / oracle/TRN/db/apps_st/data/temp01.dbf' to '+ DATA1;

    the value of newname for tempfile ' / oracle/TRN/db/apps_st/data/temp02.dbf' to '+ DATA1;

    switch datafile;

    duplicate target database to "clone".

    active database

    pFile

    db_file_name_convert ='/ oracle/TRN/db/apps_st/data /', "+ DATA1;

    }

    Any ideas?

    Thank you

    Vinod

    A number of things.

    (1) If you're going to go to a different version of oracle, then duplicate only is not supported.

    (2) assuming that the target and the auxiliary of the versions of database is the same, you don't need all your configure auxname, set the datafile newname and switch controls.

  • Error ORA-20003: can not read from file /... in the cash management?


    Dear all.


    I have this error in the Management Module of cash on the bank statement charging process


    Error ORA-20003: cannot read file/software/d01/oracle / interface/finance/entrants / email.9Nemail.13111507. 3445704.cnv.


    How to solve this error.


    Thank you.

    Hi Lucie,.

    The error is probably due to one of the reasons why:

    1. There is no file to the location: software/d01/oracle/interface/finance/inbound/email.9Nemail.13111507.3445704.cnv.

    2. no authorization on the respective file.

    Request assistance from the ADMINISTRATOR to check on this.

    Thank you &

    Best regards

  • ORA-12705 unknown or invalid nls parameter during linux Data Mover psdmtx

    Hello. I install the following peoplesoft products:

    Tuxedo 10gR 3
    PeopleTools 8.52.00
    HRMS 9.10
    WebLogic 11 GR 1 material

    My operating system platform is oracle enterprise linux 6 (2.6.32 - 71.el6.x86_64 #1 SMP). Several houses of oracle database are in place. Oracle 9i, 10g and 11g are all installed in different places on this machine. The operating system oracle and peoplesoft to os account (ex: pshrtest2 - os peoplesoft administrator account) select or choose what version of oracle at the time of the connection; 9i, 10g or 11g. Currently, I am trying to create the HRMS 9.1, database of demonstration of peopletools 8.52 in Oracle 9i. I am familiar with the manual steps of generation of database demonstration using Data Mover (linux: $PS_HOME/bin/psdmtx). This version of demonstration via Data Mover manual step is a failure for the peopletools, 8.50.00, 8.51.00 and 8.52.00, but he managed to previous revisions of peopletools such as 8.48.00, 8.48.10, 8.49.00.

    Control Data Mover:

    psdmtx CT - ORACLE - CD HRTEST2 - CO SYSADM - CP SYSADM - CW - PEOP1E - FP dbsetup.dms PEOPLE

    error of the Data Mover:

    PSDMTX error: access code
    Reason: Couldn't sign database HRTEST2 with user SYSADM.

    Mover track #1
    file: datamover.trc

    ? appsrv.3917 (-1) [27/11/12 00:33:03] (0) used Cache Directory: / media/v02/psoft/hr852test2/PS_CACHE/CACHE/1 /.
    ? appsrv.3917 (-1) [27/11/12 00:33:04] (0) Cur #0.3917.HRTEST2 RC = 12705 hard = 0.432763 create login information = primary, HRTEST2, PEOPLE, handshake = 0000000000000000
    ? appsrv.3917 (-1) [27/11/12 00:33:04] (3) file: error SQL Access ManagerSQL. Stmt #: 2 error Position: 0 return: 12705 - ORA-12705: unknown or invalid NLS parameter value specified

    Mover track #2

    PID: 3948 TIMES: killed Nov 27 00:42:17 2012 PSORA initializing
    PID: 3948 TIMES: killed Nov 27 00:42:17 maximum cursor to initialize PSDB 2012 = 1024
    PID: 3948 TIMES: killed Nov 27 00:42:17 2012 environment change: NLS_LANG = AMERICAN_AMERICA. UTF8
    PID: 3948 TIMES: killed Nov 27 00:42:17 2012 initialized PSORA
    PID: 3948 TIMES: killed Nov 27 00:42:17 2012 PSORA_Initialize() nStatus = 0 0 0
    PID: 3948 TIMES: killed Nov 27 00:42:17 2012 attached to the new server HRTEST2 0 9.200000
    PID: 3948 TIMES: killed Nov 27 00:42:17 2012 cannot start session
    PID: 3948 TIMES: killed Nov 27 00:42:17 2012: 12705 oracle error code
    PID: 3948 TIMES: killed Nov 27 00:42:17 2012 ORA-12705: unknown or invalid NLS parameter value specified
    PID: 3948 TIMES: killing Nov 27 00:42:17 PS-sqlcch (0000000000000000) 2012
    PSDMTX error: access code
    Reason: Could not sign database HRTEST2 with user SYSADM

    The linux operating system user account that is used to run Data Mover is, pshrtest2. Via the account of pshrtest2, I am capable of correctly tnsping the HRTEST2 database. I am also able to connect to the HRTEST2 database successfully through sqlplus as follows:

    export ORACLE_SID = HRTEST2
    people/peop1e sqlplus
    sqlplus people/peop1e@hrtest2
    sqlplus sysadm/sysadm
    sqlplus sysadm/sysadm@hrtest2

    HRTEST2 nls_database_parameters

    NAME
    ---------
    HRTEST2

    1 selected line.


    VALUE OF THE PARAMETER
    ------------------------- -----------------------------------
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS.,.
    WE8ISO8859P15 NLS_CHARACTERSET
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI. SSXFF AM
    NLS_TIMESTAMP_FORMAT-DD-MON-RR HH.MI. SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI. SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI. SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    BINARY NLS_COMP
    NLS_LENGTH_SEMANTICS TANK
    NLS_NCHAR_CONV_EXCP FAKE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 9.2.0.4.0

    20 selected lines.

    Ora-12705 error is only being received from the peopletools 8.50.00 and above (8.50.00, 8.51.00, 8.52.00) revisions. This error is also received through the application server, even if the original demonstration database has not yet been built. This ora-12705 error is not generated in the previous revisions of peopletools (8.48.00, 8.48.10, 8.49.00). What possible environmental settings can be established and used to address this issue (ex: $NLS_LANG, $LANG)?

    Please, Nicolas.

    The construction of database of demonstration on oracle 10g solved the error ora-12705.

Maybe you are looking for

  • Why should I activate my animated theme whenever I start firefox?

    I downloaded and installed several whitening themes animated from your site and these use to work in a previous version of Firefox. Now, the only way they animate is by disabling and then re-enabling them but when I close Firefox, I do the same thing

  • Can I change HD SSD in my end of 2014 Mac Mini?

    I just bought a Mac Mini (2.6/8/1TB) 2014 end and love it so far. I have a spare Samsung 500 GB SSD (Samsung SSD 840 EVO) that I don't use and I was curious if readers could be exchanged, or better still if the Mac Mini I would be compatible 2 discs?

  • Simulate signals wired to the DAQ assistant for USB-6009 device

    Hello I'm trying to send a signal to the DAQ Assistant Express VI.  I watched the movie "Generating a Signal" on the Web site of NOR (www.ni.com/academic/students/learnlabview/generate.htm) and I have my Signal simulate connected directly on the DAQ

  • I can't change my router settings

    When I type 192.168.1.1 in my address bar, my browser reports that it may not display this Web page. Yes, this is the correct ip address because I did ipconfig. Router Linksys Wireless-G Broadband Router WRT54G2 Wireless. Here is a link to settings

  • EVGA 660 in Inspiron

    Hello new here so I did a lot of googling and searched the fourms a bit but I feel that most of the info wouldn't directly answer my question if the thing is I have buy a desktop computer Inspiron and I was wondering if the inspiron owners would know