(DBUA) New database upgrade 10.2.0.4 to 11.2.0.3 adconfig fails

OS: OEL5x86

DB: 11.2.0.3

Nice day

I am creating the environment for my new database being upgraded, but I get an error message...

/Ora/Oracle/proddb/11.2.0/appsutil/install/PROD_mobay/adcrobj.sh and /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/txkcreateACL.sh

neglected later telling me the same error ORA-12705: cannot access NLS data or invalid environment specified files.

-from journal autoconfig-

Profile of AutoConfig Phase

Current profile process 1 of 1 for AppsUtil

The execution of script in InstantiateFile:

/Ora/Oracle/proddb/11.2.0/appsutil/install/PROD_mobay/afdbprf.sh

script gave:

****************************************************

afdbprf.sh started Thu Jan 23 12:14:45 EST 2014

The environment settings are...

ORACLE_HOME: /ora/oracle/proddb/11.2.0

ORACLE_SID: PROD

PATH : /ora/oracle/proddb/11.2.0/perl/bin:/ora/oracle/proddb/11.2.0/bin:/ora/oracle/proddb/11.2.0/perl/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.

Library path: /ora/oracle/proddb/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/ora/oracle/proddb/11.2.0/ctx/lib

Executable: /ora/oracle/proddb/11.2.0/bin/sqlplus

SQL * more: Production of liberation 11.2.0.3.0 Thu Jan 23 12:14:45 2014

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Enter the value 1: enter the value 2: enter the value 3: ERROR:

ORA-12705: cannot access files of NLS data or invalid environment specified

ERRORCODE = 1 ERRORCODE_END

.end std out.

.end err out.

Any Suggestions?

Kind regards

Shridath.

Please see:

AutoConfig is a failure with status 4 to a new database with NLS environment error ORA-12705 (Doc ID 1612017.1)

DatabaseTier Autoconfig errors ORA-12705: cannot access NLS files or invalid environment specified (Doc ID 548916.1)

AutoConfig is a failure with status 4 to a new database with NLS environment error ORA-12705 (Doc ID 1612017.1)

Thank you

Hussein

Tags: Oracle Applications

Similar Questions

  • secconf.Sql. If it will work for upgrades or only for new databases?

    Hello

    I'm reviewing oracle 11g features and found that few things need special attention, such as checking the settings and the changes in the default profile.

    Looking at the secconf.sql file, I found this note

    REM only invoked for databases of newly created, not for upgrade of databases

    My question is
    (1) if I update a database to Oracle 10 G to Oracle 11 G, will, these changes in profile by default and the audit take place or not?
    (2) these 11 G changes will happen if we create new databases using DBCA?

    Thank you
    Delphine

    If you take a peek of scripts by calling secconf.sql in 11.2 /rdbms/admin, you see that secconf.sql can be run from catuprgd.sql with the following calling sequence:

    catupgrd. SQL-> catproc.sql-> catpexec.sql-> execseq.sql-> secconf.sql

    You can retrieve it with:

     pwd
    /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/admin
    [oracle@lx01 admin]$ grep secconf.sql *.sql
    execsec.sql:Rem  Only run the secconf.sql script for new database creations, not
    execsec.sql:      :secconf_name := '@secconf.sql';
    secconf.sql:Rem $Header: rdbms/admin/secconf.sql /main/3 2008/10/26 23:05:27 apsrivas Exp $
    secconf.sql:Rem secconf.sql
    secconf.sql:Rem      secconf.sql - SECure CONFiguration script
    [oracle@lx01 admin]$ grep execsec.sql *.sql
    catpexec.sql:@@execsec.sql
    execsec.sql:Rem $Header: execsec.sql 12-jun-2006.13:39:34 rburns Exp $
    execsec.sql:Rem execsec.sql
    execsec.sql:Rem      execsec.sql - secure configuration settings
    [oracle@lx01 admin]$ grep catpexec.sql *.sql
    catpexec.sql:Rem $Header: catpexec.sql 06-jan-2007.20:57:33 rburns Exp $
    catpexec.sql:Rem catpexec.sql
    catpexec.sql:Rem      catpexec.sql - CATProc EXECute pl/sql blocks
    catproc.sql:@@catpexec.sql     --CATFILE -X
    execcr.sql:Rem      Run from catpexec.sql (catproc.sql)
    [oracle@lx01 admin]$ grep catproc.sql catupgrd.sql
    @@catproc.sql --CATFILE -X
    

    Thus, it seems that catupgrd.sql still works secconf.sql. Given that catuprgd.sql is THE upgrade script (see http://download.oracle.com/docs/cd/E11882_01/server.112/e10820/scripts004.htm#sthref3623), it seems that this secconf.sql is still running.

    But this is not the case if you read execsec.sql code and comments:

    Rem  Only run the secconf.sql script for new database creations, not
    Rem  for upgrades or any other reruns of catproc.sql.  The version column
    Rem  in registry$ is NULL while catproc.sql is running the first time
    Rem  on a new database.
    
    VARIABLE secconf_name VARCHAR2(256)
    COLUMN :secconf_name NEW_VALUE secconf_file NOPRINT
    
    DECLARE
       p_version  varchar2(30);
    BEGIN
       :secconf_name := '@nothing.sql';
       SELECT version INTO p_version FROM registry$
       WHERE cid='CATPROC';
       IF p_version IS NULL THEN
          :secconf_name := '@secconf.sql';
       END IF;
    END;
    /
    
    SELECT :secconf_name FROM DUAL;
    @&secconf_file
    

    In the case of database upgrade registry .version $ is not null and above the code will run nothing.sql instead of secconf.sql:

    [oracle@lx01 admin]$ cat nothing.sql
    Rem $Header: nothing.sql 18-oct-2001.09:57:38 Exp $
    

    It is therefore very likely that secconf.sql is not running during the 11.2 database upgrade (I think that the same should apply to 11.1).

  • expdp/impdp method in the database upgrade from 11.2.0.4 to 12.1.0.2 an error in logic of "command line"?

    Hi DBA:

    We are evaluating different methods of upgrading 11 GR 2 DB to 12 c (12.1.0.2) this year, it is very important for us to use the right method.  It was reported that when DB version was 9i and has been updated to 11g, there were some order of tables 'line' was wrong when execute SELECT statements in application (Java application) - at the moment I didn't if it is ' select * from... "or any specific part with a"where"clause, and what type of data was wrong (maybe sequence CLOB data, etc.).

    I think I know, ' exp/imp', "expdp/impdp" logical backup of DB methods.  Therefore, Oracle automatically import data and fix it in each table.  If no error in impdp connects after it's over, should not be any mistake, right?

    If the use of the method of 'creates a new data + expdp/impdp basis for schemas user' 11g 12 c port data, questions:

    1. this method will lead to erroneous sequence data when ordering?  If so, how to re - generate the sequence number?

    2. this method can bring CLOB, BLOB data and without any errors?  If error, how to detect and repair?

    I use the same method in the 10.2.0.5 to 11g port data, no problem.

    I'll keep this thread posted after getting more information from application.

    Thank you very much!

    Dania

    INSERT... SELECT, CREATE TABLE in the SELECT and Export-Import will all "re-organize" the table by assigning new blocks.

    In place--update (using DBUA or command line) don't re-create the user tables (although it DOES not rebuild the data dictionary tables).  Therefore, does not change the physical location of lines for user tables.  However, there is no guarantee that a further reason for INSERT, DELETE, UPDATE instructions does not change the physical location of ranks.  Nor is it a guarantee that a SELECT statement will return always stored in the same order unless an ORDER BY is specified explicitly.

    If you export the data while it is still used, you don't avoid update sequences in the source database.  Usually results in a mismatching number sequence between the source database and the new database (imported). In fact, even the numbers may be different, unless you use CONSISTENT or FLASHBACK_SCN.  (These two options in exp / expdp do NOT prevent update sequences).   The right way to manage sequences is to rebuild or increase them in data imported with the values in the data source, once the import is complete.

    Hemant K Collette

  • There is no such thing as ORACLE_HOME directory. in the database upgrade 11.2.0.2

    Hi all
    I followed the below document upgrade of database on EBS 12.1.3 11.1.0.7 Database 11.2.0.2.
    "Interoperability note EBS R12 with Database 11 g 2 [ID 1058763.1]"


    We finished up to
    6. install Oracle Database 11 g products from the CD of examples of 11 g

    but not '3.Update application level context file with the new database listener port number (conditional)"
    as it was conditional



    Old home:-F:\oracle\PROD\db\tech_st\11.1.0
    New Home:-F:\app\mocppd\product\11.2.0\dbhome_1


    Set ORACLE_HOME=F:\app\mocppd\product\11.2.0\dbhome_1
    define the ORACLE_BASE = F:\app\mocppd
    Set LD_LIBRARY_PATH=F:\app\mocppd\product\11.2.0\dbhome_1\LIB
    Set PERL5LIB=F:\app\mocppd\product\11.2.0\dbhome_1\perl\lib
    cd F:\app\mocppd\product\11.2.0\dbhome_1\nls\data\old
    Perl cr9idata.pl

    Received the error
    "Nls/data/9idata 7.Create directory" that
    perl cr9idata.pl
    F:\app\mocppd\product\11.2.0\dbhome_1\nls\data\old>perl cr9idata.pl
    cygwin warning:
      MS-DOS style path detected: F:/app/mocppd/product/11.2.0/dbhome_1
      Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    Directory /F:/app/mocppd/product/11.2.0/dbhome_1/nls/data doesn't exist. Can't p
    roceed.
    I did not understand why the '/F:/app/mocppd/product/11.2.0/dbhome_1/nls/data directory does not exist' a ' / '.
    from the path


    Thank you
    Katia

    But why this measure usr. We are in windows.

    This is an expected output since you use Cygwin.

    Please install perl in that you have less RDBMS % ORACLE_HOME % and try again (% ORACLE_HOME%\appsutil\perl).

    Thank you
    Hussein

  • The issue of database upgrade thread

    Hello
    I asked a question regardling database upgrade in the upgrade database thread... .but to no good answer.
    So, I'm posting this question here also...

    The qusetion link is below...

    Database upgrade confusion

    no idea...

    oradba11 wrote:
    Hello

    Thank you... In my view, import/export will be best option here...

    I will install 10g in Server B, apply 10.2.0.4 patches group using the opatch utility...

    Laughing out loud. patch will be applied using YES

    >

    and then import the dump created from oracle database 9i... good... ?

    Yes. You are right. import and export will be the best option.

    >

    If I need to do it in the same server.

    What I set out in my previous post... are correct...?

    1 install the software of 10 g (on the same server or another server B).

    2. download the group under the 10 g ORACLE_HOME 10.2.0.4 patches and unzip this group of patches in some way as $ORACLE_HOME/patch/100.

    3. apply this patch by using the opatch utility. To do this go in $ORACLE_HOME/patch/100/opatch apply.

    or using YES... ?

    This is to be YES because it's the Group of hotfixes, and cannot be applied with opatch.
    Invoke runinstaller from the patch directory.
    Also refer to the readme file for the complete procedure that comes with the patch.

    >

    4. now, level database by usgin DBUA... In this way to give Oracle 10 g $ORACLE_HOME / and give the name of the database.

    It is not necessary that you use export/import.

    Hope that answers your question.

    Concerning
    Rajesh

    Published by: Rajesh Larry on May 13, 2010 17:44

  • Ask database Upgradation

    Hello

    We have many databases on 9.2.0.4 to 9.2.0.8.

    We want to improve it to 10.2.0.4.

    No link or document that can help me understand the processes involved will be really great.

    I'm new to upgradation. So kindly help.

    Thanks in advance

    1 improve the documentation

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14238/intro.htm#sthref8

    2 Metalink reference 421191.1

    HTH...

  • Satellite L500-1XL - new hardware upgrades

    Hi all
    I have the Toshiba Satellite L500-1XL and recently bought a new 500 GB internal HD and the upgrade went well. However, the internal transfer speeds aren't that fast. He is often out on 18mps level. Why? Affects of that? Use of the RAM, the use of the disk, the free storage space? The HD came with the laptop was 5400 with 8 MB, but my new is 7200 RPM with 16 MB with 11 seconds of access time. If that should not be much faster?

    Also, how can we get the support of USB 3.0? Only through new hardware? I know it goes into Windows 8 as this means there could be a few Windows 7 supports or who is still dependent on material?

    What are the most effective upgrade options to make my laptop run faster? He was modest. When I got it, but now use it for any need so get. Thus, upgrading to HD 160 GB to 500 GB (5400-7200), but it's unique processor with only 2 GB of RAM. I noticed on the Toshiba page so it says on a 64 bit system with 4 GB of RAM, the chart may use up to 1 800 MB of RAM upgrade RAM (not expensive) and then the processor? Even a single dual core would do the job? No need for a costly i3 and perhaps not compatible with the motherboard.

    Thank you!

    Hey Buddy,

    And what was your old HDD? HARD disk speed depends on different factors. You copy a large number of small files and a large single file?
    It s also useful to defragment the HARD drive from time to time. This can improve the speed. Also keep the system clean and use a registry cleaner like CCleaner that cleans up your registry.

    USB3.0 is a different interface. This new operating system wouldn t help you because it s material new feature/upgrade.

    Other improvements regarding: CPU and graphics card is not supported as you can read here:
    http://APS2.toshiba-tro.de/KB0/FAQ35006D000RR01.htm

    Your laptop has Intel GL40 chipset and the maximum RAM capacity is 4 GB. So you can install 2 GB DDR2-667 module in each memory location.

  • create the new database programmatically

    I am creating a new MS Access database you want to connect a few results for in a labview program using the toolkit of connectivity datab ase.  The examples show how link and create a new table in an existing database file, but I want to create a new database and then insert a new table inside for my results.  Any ideas?

    You have installed Access where you can create a blank MDB file?  If so, you can create an and store it as a template in your program folder.  Copy and paste when you run your routine and use table VI to create in the Toolbox to create tables to write.  It is possible to create tables in an INSERT, but you can't control the properties of the fields.  The OP in this thread is doing this thing. (http://forums.ni.com/t5/LabVIEW/Database-connectivity-toolkit/m-p/3046359#M868188)

  • Cannot add new database in OEM 11 GR 2

    Hi all

    I was done db refresh a server (server1) to another server (Server 2). Once again, db refresh from server2 to server1. I've been dropped in server1 database, but did not fall in OEM. I want to configure the new database again to the server 1 but not configured even if I can't drop it is the database.

    OS: Solaris

    Oracle Version: 11 GR 2

    Please can someone help me.

    Thank you and best regards,

    SIVAKUMAR. V

    9176956667

    Not sure if I myself fully to your problem.

    It seems you have dropped your database on server1, but did not withdraw its control db objects - so you're in some kind of undefined state (EM think there is a db, which is not true).

    To remove control of db objects, see https://docs.oracle.com/cd/E18283_01/server.112/e17120/dbcontrol005.htm

  • Clean install of windows 8 pro x 64 on a new ssd upgrade, I have windows xp x 32 on a disk hard available, which I no longer use, can I do this?

    I want to clean install windows 8 pro x 64 on a new ssd upgrade.

    I have windows xp x 32 on an existing hard drive which I no longer use, I can do this, that I can start the upgrade process, and then point the installation on the new SSD?
    I really don't want to install XP on the new SSD and am not bothered about keeping programs or settings

    How to do a clean install:

    Step 1: Use the upgrade wizard to describe the PC and pay the $40 (US)

    Step 2: When the 'Install Windows 8' message appears, select 'Install by creating media' to create a bootable USB key or .iso (a disk image) file.

    Step 3: Wait for the Wizard download Windows 8 Pro installation package and create the bootable media or .iso file. The flash player must be having 3 GB or more of free space available.

    Step 4: Burn the .iso file, if that's the path you have chosen, to a blank DVD.

    Step 5: Use this key USB or DVD to boot the PC.

    Step 6: When you get to the screen in the Setup program that asks, "which type of installation you want?" choose "custom".

    Step 7: Select a drive for the operating system partition in the next screen. At this point, you can create a new partition if there is enough space available or reformat the hard disk.

    Step 8: Proceed with the installation of Windows 8 Pro.

    You should probably do a phone activation after installation is complete.

    1. press the Windows key + X , and then click run, and then type: slui.exe 4

    2. then press the ENTER"" key.

    3. Select your "country" in the list.

    4. choose the option "activate phone".

    5. stay on the phone (do not select/press all options) and wait for a person to help you with the activation.

    6. explain your problem clearly to the support person.

  • E.M.P. 11.1.2.1 repointing to the new database

    Hi all;

    Need of your advice here;

    I had a requirement for re-pointer the EPM environment to the other (new) database. I just want to share my point of view how this can be done please correct me if I'm wrong.

    (1) the relational database of the former backup

    (2) backup the \Oracle\Middleware\ file of all servers in the EMP

    (3) the registry backup

    4) clone or COPY all schemas (HFM, planning, Essbase, FDM.. etc) to the database

    Then

    (4) remove the respective environmental USER_PROJECTS folders

    5) RUN the CONFIGURATION TOOL and then provide the NEW database server and port details. Update the TNSNAMES.ora file with the new database.

    (6) repeat step 5 for all other components

    OR

    Is there a way we can change the PROPERTIES file with the Reconfiguration pointing to the new database of execution? Please notify.

    Thank you

    UB.

    Yes you must reconfigure on these servers, but it is only shared services registry which needs configuration to point to the new database, Essbase uses the information updated in reg.properties.

    Try it and see.

    See you soon

    John

  • How can I create a new database without table using database configuration

    How can I create a new database without table using database configuration

    You can search for your "DBA 2 days" version oracle documentation for your version.  You should also read the manual of the concepts.  Create your own schema is pretty basic, all you have to do is to create a user.  Don't use dba or system for your own objects.

  • Creation of a new database server

    Hi all

    I am new on ODI and is currently in the learning phase. I have a question about creating new data server.

    I did the below mentioned steps

    (1) created a new database server by providing the connection user name and password.

    Question 1: I gave the user name and password that the scheme I want to connect. Is this correct?

    (2) right click on the new database server and create a new physical schema. Here for the scheme and the scheme of work, I see the pattern in my database.

    Question 2: Why all the patterns is part of the schema and the schema of work drop-down list? Would it not be limited to the diagram provided in step 1.

    Thanks in advance

    Hi Matt,

    Here's a blog that I wrote a few weeks ago that should help you understand the topology: http://www.rittmanmead.com/2014/12/data-integration-tips-one-data-server/

    It will be useful.

    Kind regards

    JeromeFr

  • ODI - reconfigure to new database server

    Hello

    We had to move the database from Solaris to Linux server. As a result, changed the name of the server and the old databases are stopped. Repositories of master and work have been migrated to the new database server.

    Is this enough to update odiparams, agentcreate.properties and change the connection details by connecting to ODI to update the names of servers? I also used opmn to run ODI as a windows service. version 11.1.1.6

    Kind regards

    Brig.

    No. I wouldn't do that.

    Repositories of masters and work are on the same server. I hope that the update of odiparams, of agentcreate.properties and modify connection details, by connecting to ODI ODI would point to the new database repositories.

    Kind regards

    Brig.

  • Add the new database

    I have a 2 rac cluster

    rac1 server with 2 network cards

    eth0, eth1

    rac2 server with 2 network cards

    eth0, eth1

    We have completed the installation of rac cluster

    the database is rac

    Now the manager who comes to me and says

    I want you use the environment above and create another database QA

    of course I can easily create a single instance of QA Manager

    said... I want allows you to create a car QA database

    How do I do this with the same material?

    Imagine the size of the data set is 20 GB and data used are 10 GB

    the sys admin says if you want it can create discs more than necessary.

    How to use two servers to create another data base rac called QA

    I can't go to the Manager and say... BUY a material more

    What are the minimum requirements and that is the necessary steps.

    Of course I don't want detailed step by step guide

    just a preview...

    You can use dbca (Database Configuration Wizard) to create multiple databases in the same installation of RAC cluster.

    But first think how big disks (data, Redo, Arch) (grid Infra (clusterware) disc can be same for all databases) you need this new database and add these new drives for servers and ASM if you use.

    And then create a new database with dbca.

Maybe you are looking for

  • Error message HD521-2W hp pavilion with windows vista

    Need to know what it means

  • On WinServer 2003

    Hello I have a few questions about WinServer 2003, Enterprise Edition is used for networked computers or businesses? The standard edition is used for installation of WinServer2003 on the same computer? Can be installed WinServer2003 on vmware machine

  • Cannot install extract

    When I try and boot into windows update the cursor blinks and that is all. Norton has reported a Trojan horse a few days ago, but when I run a full scan nothing is reported as being infected. Any ideas? Thanks, Jeff

  • Get the random stop downs and error blue screen

    Original title: need help with 2 problems OS: Windows vista Home premium 64-bit Laptop HP dv 9000 #1: random stops or blue screens, screens of plaid, split screens, etc. after its judgment, requires the restore to the restore point #2 error 10 w /! (

  • Various problems with Vista SP2

    Hi my Vista installation, it seems to have some real problems, here is a run down of what is happening in order more frequent/important I can access is more 'services' in tools administrative or view of events, two are filled with the "management con