Oracle Applications database cloning fail in ORA-19870

Hi Experts,

When running Oracle 11i environment applications I get the errors below in the log file.

Contents of the log file: -.

From restoration to October 12, 13 06:55:48

channel C1: from the restore backup set data file

channel C1: restore the control file

channel C1: reading of the backup piece/backup/PROD_RMAN_BACKUP/c-217555794-20131011-06

channel C1: ORA-19870: error when restoring the backup piece/backup/PROD_RMAN_BACKUP/c-217555794-20131011-06

ORA-19505: impossible to identify the file ' / backup/PROD_RMAN_BACKUP/c-217555794-20131011-06.

ORA-27037: unable to get file status

Linux-x86_64 error: 2: no such file or directory

Additional information: 3

switch to the previous backup

--------------------------------------------------------xxx-------------------------------------------------

And it seems that the double RMAN command is unable to read the part of backup/backup/PROD_RMAN_BACKUP/on the source system.

-----------------------------------------------------------------

In the double rman script, I used,

-----------------------------------------------------------------

[clone oracle@tfnslskp01] $ cat rman_dup_TEST.sh

#exit 0 # remove when running for real.

Export NLS_DATE_FORMAT = "DD-MON-RR HH24:MI:SS.

"DT ='date + %m %d hour %M %y"

RMAN target=sys/manager@PROD journal = dup_TEST_$ {dt} .log auxiliary = / < <!

Run {}

until ' to_date ('2013 oct 11 20:30 "," my dd HH24 YYYY ') ";

allocate auxiliary channel C1 device type disk;

allocate auxiliary channel C2 device type disk;

allocate auxiliary channel C3 device type disk;

allocate channel auxiliary type C4 drive peripheral;

the value of newname for tempfile 1 to ' / data/oradata/TEST/temp01.

DBF';
the value of newname for tempfile 2 to ' / data/oradata/TEST/temp02.dbf';
double-target database 'TEST '.
LOGFILE
GROUP 1 (' / data/oradata/TEST/log1A.rdo','/data/oradata/TEST/log1B.rdo') SIZE 500 M REUSE.
GROUP 2 (' / data/oradata/TEST/log2A.rdo','/data/oradata/TEST/log2B.rdo') SIZE 500 M REUSE.
GROUP 3 (' / data/oradata/TEST/log3A.rdo','/data/oradata/TEST/log3B.rdo') SIZE 500 M REUSE.
GROUP 4 (' / data/oradata/TEST/log4A.rdo','/data/oradata/TEST/log4B.rdo') SIZE 500 M REUSE.
GROUP 5 (' / data/oradata/TEST/log5A.rdo','/data/oradata/TEST/log5B.rdo') SIZE 500 M REUSE.
GROUP 6 (' / data/oradata/TEST/log6A.rdo','/data/oradata/TEST/log6B.rdo') SIZE 500 M REUSE
nofilenamecheck; }
!

=================================xxx==========================================

Last backup date and time on the source system is as follows:

[oracle@pfnslskp01 PROD_RMAN_BACKUP] $ pwd

/ backup/PROD_RMAN_BACKUP

[oracle@pfnslskp01 PROD_RMAN_BACKUP] $ ls - lrt

-rw - r - 1 oracle dba 13175808 Oct 11 20:00 PROD_LVL0_20131011_s5796_p1_l4om5m73

-rw - r - 1 oracle dba 23370240 Oct 11 20:00 PROD_LVL0_20131011_s5794_p1_l2om5m73

-rw - r - 1 oracle dba 33752576 Oct 11 20:00 PROD_LVL0_20131011_s5795_p1_l3om5m73

-rw - r - 1 oracle dba 34863104 Oct 11 20:00 PROD_LVL0_20131011_s5793_p1_l1om5m73

-rw - r - 1 oracle dba 139958272 Oct 11 20:00 PROD_LVL0_20131011_s5792_p1_l0om5m73

-rw - r - 1 oracle dba 151134208 Oct 11 20:00 PROD_LVL0_20131011_s5791_p1_kvom5m73

-rw - r - 1 oracle dba 1275338752 Oct 11 20:06 PROD_LVL0_20131011_s5797_p1_l5om5m7u

-rw - r - 1 oracle dba 1605754880 Oct 11 20:07 PROD_LVL0_20131011_s5800_p1_l8om5m7u

-rw - r - 1 oracle dba 8349818880 Oct 11 20:25 PROD_LVL0_20131011_s5798_p1_l6om5m7u

-rw - r - 1 oracle dba 8747974656 Oct 11 20:25 PROD_LVL0_20131011_s5803_p1_lbom5m7u

-rw - r - 1 oracle dba 8708947968 Oct 11 20:26 PROD_LVL0_20131011_s5802_p1_laom5m7u

-rw - r - 1 oracle dba 8698175488 Oct 11 20:26 PROD_LVL0_20131011_s5804_p1_lcom5m7v

-rw - r - 1 oracle dba 8862220288 Oct 11 20:27 PROD_LVL0_20131011_s5801_p1_l9om5m7u

-rw - r - 1 oracle dba 8852709376 Oct 11 20:27 PROD_LVL0_20131011_s5799_p1_l7om5m7u

-rw - r - 1 oracle dba 85569024 Oct 11 20:27 PROD_LVL0_20131011_s5807_p1_lfom5np9

-rw - r - 1 oracle dba 158896128 Oct 11 20:27 PROD_LVL0_20131011_s5806_p1_leom5np9

-rw - r - 1 oracle dba 157226496 Oct 11 20:27 PROD_LVL0_20131011_s5805_p1_ldom5np9

-rw - r - 1 oracle dba 17891328 Oct 11 20:27 c-217555794-20131011-06

Please help me how to troubleshoot the root cause of this error, I can't fix this error.

Any response will be appreciated.

OS version-

Release of Red Hat Enterprise Linux Server 5.8 (Tikanga) 64 bit OS

Version of DB-

11.2.0.3

Version of the EBS-

11.5.10.2

-Thank you

Please consult the following and see if it helps.

RMAN backup tape fails with RMAN-03009, ORA-19505 and ORA-27037 (Doc ID 1313478.1)

ORA-19505 ORA-27037 hasn't PU IDENTIFY the FILE (Doc ID 444610.1)

Checklist for a restore RMAN (Doc ID 1554636.1)

RMAN: How to change the location of the Backupset (Doc ID 223569.1)

Thank you

Hussein

Tags: Oracle Applications

Similar Questions

  • Character set US7ASCII AL32UTF8 migration to Oracle Applications database

    What is the best method to get the character set migration of Oracle Applications database?

    The options available are

    (1) export and import

    (2) CSALTER

    (3) DMU

    Database - 11g

    Applications - R12

    Please suggest some tips and recommendations.

    Kind regards

    Nordine

    Post edited by: e0d0dacd-a343-414e-bfc0-aff53eaab398

    Nordine salvation,

    I suggest you to refer the link: "How do I convert the character set for Oracle R12.1.1 running on 11.0.6 database Oracle US7ASCII' as it is very relevant to you."

    Response to your previous post would be:

    S ' stick to a plan

    -Try all of the activity on the TEST server for yourself

    -Troubleshoot and debug all the question from A - Z

    -On the successful implementation, make a backup of the Production and move the solution to PROD.

    If possible, run a lot of questions while doing the character set migration oracle applications, database because it contains the application tables.

    I accept the fact that EBS database is complicated to a database independent, but still all the features and debugging tools and troubleshooting is the same, although it is autonomous or EBS database.

    We should do if we stuck to the top in with and truncate in the application according to the CSSCAN results tables,.

    little tables when we checked in Metalink he says to avoid these tables which do not affect the database or application.

    Try in a Test Server, the above link helps you on the issue. You can find answer to some tables with loss in metalink if it's a bug, just lift a SRt solve your problem.

    What we must do if we are in important application tables, export and import will help in this issue.

    No, if we have available data with loss, then we cannot use the Import/Export and we will have to use CSALTER instead.

    is this the right method or must contact oracle support for assistance on important application tables.

    YES, I personally recommend you try and paralleling have ongoing Oracle support. So that you will have a guide from A to Z, in the case you're wrong

    Hope this helps

    Best regards

  • Problem Manager of the Oracle Applications after cloning 11i

    Hi all

    After cloning ebs 11.5.10.2 from AIX 5.3 to AIX 6.1, I have problem with OAM.
    When I call OAM, after logging in, I get a blank page with Oracle icon in the upper left.
    It seems that everything works fine.

    Acces_log, error_log is not an error message.

    Really appreciate your help

    Thank you
    Boris

    I have another question.
    Is it posible to install IAS 10 g (10.1.2) on the same server where is installed EBS 11.5.10.2. OPERATING SYSTEM: AIX 6.1

    It is possible (provided that install you in the new ORACLE_HOMEs and you have sufficient resources on the server), but this is not recommended.

    Installation of Oracle Application Server 10 g with Oracle E-Business Suite Release 11i [ID 233436.1]
    Oracle Application Server 10g with Oracle E-Business Suite Release 11i troubleshooting [ID 295606.1]
    Oracle Application Server with Oracle E-Business Suite Release 11i FAQ [ID 186981.1]

    Thank you
    Hussein

  • Oracle Applications database upgrade CARS active.

    Hello

    I want to upgrade the database and software cluster ware.

    database is 10.2.0.4 and upgrade to 11g rel 2

    Our current environment is 2 DB on 10.2.0.4 RAC node
    CRS on 11g R1
    ASM on 11 GR 1 material

    database is in environment Linux OS and Sun/solaris OS application, i, e R12

    . Please let us know if special measures must be taken to upgrade in this environment.


    Kind regards.

    Published by: 836778 on April 13, 2011 02:11

    Salvation;

    Pelase see below-master not EBS related issue of db:
    Holdings of database for EBS version 11i and R12 [ID 1072409.1]

    Respect of
    HELIOS

  • Queries related to the Oracle applications database.

    Our current environment is 3 DB on 10.2.0.4 RAC node

    Apps worm is R12 with Linux x 86-64

    CRS on 11g R1
    ASM on 11 GR 1 material

    now to upgrade to GR 11, 2 where shall we go for DB Upgrade 10.2.0.4 to 11 GR 1 raw and then you spend CRS, ASM can improve DB to 11 GR 2.

    Please guide me on this.

    Kind regards.

    Salvation;

    Apps worm is R12 with Linux x 86-64
    CRS on 11g R1
    ASM on 11 GR 1 material
    now to upgrade to GR 11, 2 where shall we go for DB Upgrade 10.2.0.4 to 11 GR 1 raw and then you spend CRS, ASM can improve DB to 11 GR 2.

    Please find below the notes referred to by Steven Chan blog
    http://blogs.Oracle.com/stevenChan/2009/12/11gr2_database_ebs_12.html

    You can also see below master note:
    Holdings of database for EBS version 11i and R12 [ID 1072409.1]

    Respect of
    HELIOS

  • Oracle Applications 11i: exit Station Manager is broken

    Hi Experts,

    I was working on Oracle application 11i cloning lately and after having completed the clone, my conc. exit Station Manager (PPO) isn't coming in the target system.

    I tried to solve the problem by running 'cmclean.sql' and ran thn autoconfig on the application node, but the problem still persists

    The file log for FNDOPP (exit Manager post) says:-

    [17/12/13 17:24:30] [main] From service GSF with simultaneous process id is 154919.

    [17/12/13 17:24:30] [main] Initialization parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads = 5

    [17/12/13 17:24:31] [Thread 23] Wire service commissioning.

    [17/12/13 17:24:31] [Thread-24] Wire service commissioning.

    [17/12/13 18:52:55] [GSMServiceController:154919] The stop request received.

    [17/12/13 18:52:55] [GSMServiceController:154919] Preparation for the service of the judgment.

    [17/12/13 18:52:55] [GSMServiceController:154919] Stop all Service Threads.

    [17/12/13 18:52:55] [OPPServiceThread1] Preparation stop service threads.

    [17/12/13 18:52:55] [OPPServiceThread0] Preparation stop service threads.

    [17/12/13 18:53:55] [OPPServiceThread0] Wire service stopped.

    [17/12/13 18:54] [OPPServiceThread1] Wire service stopped.

    [17/12/13 18:54] [GSMServiceController:154919] All Service Threads are completed.

    [17/12/13 18:54] [GSMServiceController:154919] Service stopped.

    FYI, the metalink note below did not help

    Simultaneous treatment - R12 output Post processor Service not to come. (Doc ID 460578.1()

    Can someone help me solve the problem? Your help will be very appreciated.

    DB version: 11.2.0.3

    Version of the EBS: 11.5.10.2

    Platform: 2.6.39 - 300.17.3.el5uek (Linux)

    Hello

    Please confirm that your name server Clone is GDDEVAP1?

    -Enforcement Shtudown

    -Run the cmclean.sql script

    -Execution of this query as a user of applications:

    EXEC FND_CONC_CLONE. SETUP_CLEAN;

    COMMIT;

    OUTPUT

    -Run autoconfig for applications Tier

    -Start the Services of Application

    Do the above and give us the result of:

    Select CONCURRENT_QUEUE_NAME, TARGET_NODE

    of fnd_concurrent_queues;

    Thank you &

    Best regards

  • What are the risks involved in the Migration of Oracle 7 database to oracle10G

    Hello
    As a requirement of business me are necessary for the migration of our current production (Oracle 7.3.4) database to Oracle 10 G R2.

    I need to understand the risk involved in the affirmative and corrective action necessary.
    Your small contribution is greatly appreciated.

    Thanks in advance.

    Kind regards
    Vijay

    I did the migration of Oracle 8.1.6 to 10g database. Although I wasn't about many questions, questions I have met have been documented in Metalink. First, you will need to do a test migration, a UAT and then go to know the risk to go into production.
    I think you need to upgrade to 8.1.7 and migrate then import/export 10g directly. I had faced problems with the database with the Oracle Application database queues.

    Kind regards
    Marie.

  • RC-00126: inventory update failed during database cloning

    Hi gurus,

    I need help on the below question.

    I am cloning the Oracle Applications 11.5.10.2 with 10.2.0.4 on HP-UNIX and I use the # 230672.1 metalink note.

    I'm under Appendix B, according to the note.

    The database and the earpiece is down and ran

    Perl adcfgclone.pl dbtechStack


    LASRD [hct431oracdd001] [10g/app/oracle/product/10.2.0/lasrd/appsutil/clone/bin] > perl adcfgclone.pl dbTechStack
    Enter the password [APPS] APPS:
    Apps

    First create a new context for the cloned system file.
    The program will ask you for information on the new system:


    Provide the values required for the creation of the new context database file.

    You want to use a virtual host for the node name target (y/n) [n]? :

    The target is an instance of Real Application Cluster (RAC) (y/n) [n]:

    Name of target system [LASRT] database: LASRD

    User Oracle BONES [oracle]:

    Target directory RDBMS ORACLE_HOME [10g/app/oracle/product/10.2.0/lasrm]:/10g/app/oracle/product/10.2.0/lasrd system

    List of available directories target system utl_file [usr/tmp]:

    Number of DATA_TOP on the target [4]:

    Target system DATA_TOP 1 [+ LASR/lasrt/onlinelog]: + LASR/lasrd/onlinelog

    Target system DATA_TOP 2 [+ FLASH/lasrt/onlinelog]: + FLASH/lasrd/onlinelog

    Target system DATA_TOP 3 [+ LASR/lasrt/tempfile]: + LASR/lasrd/tempfile

    Target system DATA_TOP 4 [+ LASR/lasrt/datafile]: + LASR/lasrd/data file

    You want to preserve the display set to localhost: 10.0 (y/n) [o]? :

    Executable location perl is defined as:
    / bin/perl

    You want to keep the values of source on the system system port target (y/n) [o]? :

    Context of clone uses the same mechanism of pool of port as quick installation
    After selecting a basin of the port, Clone context will validate the availability of port.

    Enter the number of the port pool [0-99]:


    Database port is 1524

    Backup of /10g/app/oracle/product/10.2.0/lasrd/appsutil/LASRD_hct431oracdd001.xml to /10g/app/oracle/product/10.2.0/lasrd/appsutil/LASRD_hct431oracdd001.xml1.bak

    Create the new file of database context of:
    /10G/app/Oracle/product/10.2.0/lasrd/appsutil/template/adxdbctx.tmp

    The new context of database file was created:
    10G/app/Oracle/product/10.2.0/lasrd/appsutil/LASRD_hct431oracdd001. XML

    Logfile located at /tmp/CloneContext_0308050816.log

    Clone of fast running with the command:
    Perl /10g/app/oracle/product/10.2.0/lasrd/appsutil/clone/bin/adclone.pl java=/10g/app/oracle/product/10.2.0/lasrd/appsutil/clone/bin/... /JRE mode = apply... component stage=/10g/app/oracle/product/10.2.0/lasrd/appsutil/clone/bin/ = dbTechStack = dbctxtg=/10g/app/oracle/product/10.2.0/lasrd/appsutil/LASRD_hct431oracdd001.xml contextValidated = true showProgress CUSTOM method

    Early RDBMS House apply - Mar Mar 8 17:10:46 2011
    Logfile located at /10g/app/oracle/product/10.2.0/lasrd/appsutil/log/LASRD_hct431oracdd001/ApplyDBTechStack_03081710.log


    Completed apply...
    Kill Mar 8 17:12:44 2011

    APPSDB_LASRD beginning of central inventory record...

    ORACLE_HOME NAME: APPSDB_LASRD
    ORACLE_HOME PATH: /10g/app/oracle/product/10.2.0/lasrd
    Location of inventory in /var/opt/oracle/oraInst.loc by
    Logfile located at /u01/app/oracle/oraInventory/logs/OracleHomeCloner_03080512.log

    ERROR: Failed to save... Check the log file.

    You can restart this recording with the following script:
    /10G/app/Oracle/product/10.2.0/lasrd/appsutil/out/LASRD_hct431oracdd001/regOUI_APPSDB_LASRD.sh

    The departure LASRD database listener:
    Running:
    /10G/app/Oracle/product/10.2.0/lasrd/appsutil/scripts/LASRD_hct431oracdd001/addlnctl.sh start LASRD

    You are running version 115.8 addlnctl.sh

    Logfile: /10g/app/oracle/product/10.2.0/lasrd/appsutil/log/LASRD_hct431oracdd001/addlnctl.txt

    From process to listen LASRD...


    LSNRCTL for Solaris: release 10.2.0.4.0 - Production on March 8, 2011 17:12:48

    Copyright (c) 1991, 2007, Oracle. All rights reserved.

    From /10g/app/oracle/product/10.2.0/lasrd/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: release 10.2.0.4.0 - Production
    System settings file is /10g/app/oracle/product/10.2.0/lasrd/network/admin/LASRD_hct431oracdd001/listener.ora
    Log messages written to /10g/app/oracle/product/10.2.0/lasrd/network/log/lasrd.log
    AMT-01151: lack listener name, LASRD, listener. ORA

    Listening port could start. See the above error messages...


    addlnctl.sh: leave with the State 1


    Error:
    ===
    I got the error

    Location of inventory in /var/opt/oracle/oraInst.loc by
    Logfile located at /u01/app/oracle/oraInventory/logs/OracleHomeCloner_03080512.log

    ERROR: Failed to save... Check the log file.

    Log file:
    ----------
    Local record Oracle Home, located in /10g/app/oracle/product/10.2.0/lasrd in the central stock oracle
    RC-00126: inventory update has failed.
    null
    Asked by oracle.apps.ad.clone.util.OracleHomeCloner


    Thank you.

    Refer to the documentation mentioned above.

    Thank you
    Hussein

  • Oracle RAC 12.1.0.2 (GI battery) deployment on OEL 7 (3.8.13 - 35.3.4.el7uek) fails with ORA-27102

    Hi guys,.

    I am currently trying to deploy a complete installation (GI battery) of Oracle RAC 12.1.0.2 cool on OEL 7 (3.8.13 - 35.3.4.el7uek) with 2 nodes for validation purposes. However the installation itself went well, but 'Creation repository for Oracle Grid Infrastructure Management container' step fails with "ORA-01034: ORACLE not available / ORA-27102: out of memory / Linux-x86_64 error: 12: cannot allocate memory". The steps of runInstaller validation completed successfully, but I never take this step of configuration without jumping.

    Here is my configuration which should normally avoid such errors ORA.

    Host

    -bash - $4.2 uname - a

    Linux OELRAC1 3.8.13 - 35.3.4.el7uek.x86_64 #2 SMP Tue Jul 29 23:24:14 CDT 2014 x86_64 x86_64 x86_64 GNU/Linux

    "Creation of repository database for Oracle Grid Infrastructure Management container" error in /oracle/base/cfgtoollogs/dbca/_mgmtdb/trace.log

    From restoration to August 9, 14

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 12 type of device = DISK

    channel ORA_DISK_1: from the restore backup set data file

    channel ORA_DISK_1: specifying datafile (s) to restore from backup set

    channel ORA_DISK_1: restore datafile 00003 to + GRID

    channel ORA_DISK_1: backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece reading

    channel ORA_DISK_1: ORA-19870: error when restoring the backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece

    ORA-19504: could not create the file "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 161480704

    switch to the previous backup

    Number of folder of the data file = 3 name = + GRID

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03002: failure of the restore command at 09/08/2014 19:41:47

    ORA-01119: error in creating file of database "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

    RMAN-06956: create the data file failed; try again after removing + OS GRID

    SHM / CPI (check the id of shm with previous information)

    -bash - $4.2 ipcs - a

    -Shared memory segments-

    key shmid owner perms bytes nattch status

    1565360128 0 x 00000000 grid 640 4096 0

    1565392897 0 x 00000000 grid 640 4096 0

    0xfba47600 1565425666 640 24576 29 grid

    Memory of the ASM instance setting

    SQL > see the memory settings

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    whole big memory_max_target 1076M

    whole large memory_target 1076M

    ASM disk groups

    SQL > select NAME, STATE, TOTAL_MB, USABLE_FILE_MB from v$ asm_diskgroup;

    NAME STATE TOTAL_MB USABLE_FILE_MB

    ------------------------------ ----------- ---------- --------------

    RACK MOUNTED 6144 4868

    / dev/shm to memory_target (more than enough free space)

    -bash - $4.2 df-h

    Size of filesystem used Avail use % mounted on

    tmpfs, 630M 2.4 G 3.0 G 21% / dev/shm

    Kernel for SHM limits set to unlimited parameter

    -bash - $4.2 sysctl - a | grep shm

    kernel.shmall = 1152921504606846720

    kernel.shmmax = 922337203685477580

    User limits on unlimited for memory

    -bash-4, $ 2 cat /etc/security/limits.conf

    # Oracle settings

    grid soft nproc 2047

    grid hard nproc 16384

    grid soft nofile 1024

    grid hard nofile 65536

    Oracle nproc 2047 soft

    Oracle nproc 16384 hard

    Oracle soft nofile 1024

    Oracle hard nofile 65536

    * hard memlock unlimited

    * soft memlock unlimited

    -bash - 4, $ 2 known - grid

    -bash - $4.2 ulimit - a

    the file size (blocks, - c) of base 0

    (kbytes, - d) data seg size unlimited

    scheduling priority (-e) 0

    size of the file (blocks, f) - unlimited

    pending signals (-i) 23953

    Max locked memory (kbytes, - l) unlimited

    size of the memory (k, m) max - unlimited

    open files (-n) 1024

    a size (512 bytes, - p) 8 hose

    (Bytes, - q) POSIX message queues 819200

    real-time priority (-r) 0

    size (Ko, - s) 8192 battery

    time processor (seconds,-t) unlimited

    Max user process (-u) 2047

    virtual memory (KB), - v) unlimited

    the locks on files (-x) unlimited

    So what the hell is wrong here? Why the instance ASM (+ ASM1) returns the error below, even if there is no memory limit / problem. The error with the disk group is also absolutely no sense.

    ------------------------------------------------------------------------------------------------------------------------

    ORA-01119: error in creating file of database "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

    ------------------------------------------------------------------------------------------------------------------------

    Someone at - he encounter the same problem with 12.1.0.2 by deploying the CDB for Grid Infrastructure Management repository? Is there something special with UEK3 (3.8.13 - 35.3.4.el7uek) on 7 OEL? Any necessary special kernel parameter (although the runInstaller controls do not mention)? I'm totally tapped by GI 12.1.0.2.

    Thank you.

    Best regards

    Stefan

    Hi guys,.

    I was finally able to solve this problem.

    She was related to a memory on the provisioning of problem in the virtual environment as both nodes are VMs. Unfortunately none of these errors of memory were populated / pushed somehow in the virtual machine.

    Best regards

    Stefan

  • duplicate/clone database recovery failed, but backup total available (ORA-19505, ORA-17503)

    Hello

    I'm 11 GR 2. I ran a duplicate of RMAN database ABCD01P with the simple script:

    DUPLICATE THE TARGET DATABASE TO "TESTBKP' OF THE ACTIVE DATABASE.

    It ran fine for about 3 hours and ended in failure, after all my 175 data files

    have been copied to the destination host, when you start to recover. The log shows:

    ...

    content of Script memory:

    {

    until the SNA 607608188039.

    retrieve the archivelog deletion of database clone;

    }

    ...

    destination for the restoration of the data file 00009: +DATAF/testbkp/datafile/ab11_lob.435.847475901

    aux1 channel: reading of the element of backup +FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021

    aux2 channel: from additional data file from the restore backup set

    aux2 channel: specifying datafile (s) to restore from backup set

    ...

    and then failed with:

    ORA-19870: error while restoring the backup +FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021 piece

    ORA-19505: impossible to identify the file "+ FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021".

    ORA-17503: ksfdopn:2 could not open the file +FRA/abcd01p/backupset/2014_05_13/nnndn1_abcd01p_daily_0.669.847476021

    I do not understand because this file it says it could not identify or open exists and is present in my FRA...

    (this backup from an incremental backup, updated full and the first one I did on the source DB one hour before

    -INCREMENTAL LEVEL BACKUP 1 TO RETRIEVE THE COPY WITH THE TAG... DATABASE PLUS ARCHIVELOG...-)

    Any idea?

    Thank you very much...

    SEB

    Hi Seb,

    I've seen similar error reported when there is simultaneous backup running operation.

    Make sure to run twice at a time when there is no alternative transaction.

    Thank you

    Renu

  • Oracle Application Server 10g cloning - Urgent

    Hi all
    I received a new assignment, which involves Oracle 10g application server, I am new to oracle application server and hoping that someone will specify please my doubts.

    I clone a production machine (Solaris 10), which has oracle 10 g, this machine was Oracle database 10g before and just the application server has been installed on this subject, I need to clone a test environment for this machine, I have two following doubts

    (1) is it possible to install just Oracle Application server 10 g on a computer that already contains the database oracle 10 g, in the affirmative, whereas on the database that is installed when you install the Oracle 10 g application server.

    (2) how to clone the machine of production above, the oracle 10 g database can we clone first, and then the application oracle 10 g cloned on the new server machine?

    A response with impatience

    user12077492 wrote:
    I clone a production machine (Solaris 10), which has oracle 10 g, this machine was Oracle database 10g before and just the application server has been installed on this subject, I need to clone a test environment for this machine, I have two following doubts

    (1) is it possible to install just Oracle Application server 10 g on a computer that already contains the database oracle 10 g, in the affirmative, whereas on the database that is installed when you install the Oracle 10 g application server.

    (2) how to clone the machine of production above, the oracle 10 g database can we clone first, and then the application oracle 10 g cloned on the new server machine?

    (1) Yes, it is possible. The DB that comes with the OAS, as DB infrastructure for it (I assume that you install a full OAS with infrastructure and environments times) does not affect the DB that you already have on your system... of course... as long as install you them in their separate homes.

    (2) I always say, the term cloning is used a bit loosely, in the sense of general communication making copies. In the context of the OAS, cloning works for middletiers only. You can't clone an infrastructure.

    To make an alternate/redundant environment for the OAS, you can proceed as follows:
    (- a) is using the same infra on computer 1 and install another high and register with the same infra.
    (b) or to install another infra on machine 2, and also an environments registered with it.

    Here for the first option (a), cloning can be used because you can (* only *) clone an intermediate layer. There are advantages and disadvantages of this facility, including that you share the SSO and OID, and therefore the users and the groups of bases, etc. on these two environments - something you can or don't want to. But then, there are also a few outputs so as to avoid or minimize their effects too. Please see the following reference for cloning and research on Metalink to minimize the effects, once you get more familiar with the process.

    The Oracle® Application Server Administration Guide
    10g Release 2 (10.1.2)
    B13995-08
    [Cloning 10 Application staging server Instances | http://download-uk.oracle.com/docs/cd/B14099_19/core.1012/b13995/cloning.htm#BCGBDIDF]

    For (b), you will need to step a server as defined in the present reference.
    [11 staged from a Test to a Production environment | http://download-uk.oracle.com/docs/cd/B14099_19/core.1012/b13995/prodtest.htm]

    There are a few notes on Metalink related questions about benefits or procedures for cloning and staging of an environment too.
    There are other ways for export/transport your applications to another instance through DB. Please also read about them.

    hope that helps!
    AMN

  • JAVA + connection with a database created on Oracle Application Express

    Hello

    I have a database created on Oracle Application Express (free version), and I have to connect to this database in a java application (made on Eclipse) for a college job. Is this possible? If it is, can you show me how to do this?

    Thank you!

    9227e5f8-f6e0-4822-8e9b-5dbb1f227a26 wrote:

    I have a database created on Oracle Application Express (free version), and I have to connect to this database in a java application (made on Eclipse) for a college job. Is this possible? If it is, can you show me how to do this?

    Databases are not "created on Oracle Application Express". Request Express is a component of a pre-existing database.

    What do you mean by 'Oracle Application Express (free version)'? If it comes to a workspace on the hosted apex.oracle.com, then it is possible to connect using the APEX in a web browser. If you mean a local installation of Oracle Express Edition, then Yes, a Java application can connect to it, but the issue is off-topic for this forum and should ask in the forum Database Oracle Express Edition (XE) .

  • WebService call failed during the test adapter for oracle applications

    In SOA 11 g, when I test my application that uses Oracle Applications card it gives an error "Webservice invocation failed. The error stack is

    oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Exception occurred when the link was invoked.
    Exception occurred during invocation of the JCA binding: "binding JCA execute of operation 'getDailyRatesAdpSelect' failed due to the reference: connection problem component binding JCA.".
    JCA Binding component is unable to create an outgoing connection of JCA (CCI).
    + OutboundR12:getDailyRatesAdp [getDailyRatesAdp_ptt::getDailyRatesAdpSelect (getDailyRatesAdpSelect_inputParameters, GlDailyRatesInterfaceCollection)]: the JCA Binding component was unable to establish an outgoing connection of JCA CCI due to the following problem: BINDING. JCA-12510 +.
    Location of JCA resource adapter error.
    Cannot find the adapter in JCA resources via the element of the binding .jca file

    The Binding of JCA component is unable to the adapter resources specified in the startup item: location = "jdbc/EI/R12.
    The reason is most likely to be

    + 1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or +.

    + 2) the "element in weblogic - ra.xml has not been defined in eis/jdbc/R12. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). +

    Please fix this and then restart the application server

    The same as xADataSourceName the value of the Data Source JNDI name, but still get this error.
    Specify the location of the ra.xml file - weblogic and steps to guide to solve this problem.

    Thank you
    Sadia

    Looks like the Oracle Application adapter is not running.
    Connect to the weblogic administration console on your left window, click on * "Deployments" *, and then click your right window, under summary of deployments, check the status of * "OracleAppsAdapter."
    It should be in Pavilion OK, so that it can reproduce and accepting applications.

    Thank you
    Vijay

  • ORA-19870: you try to restore the database on a different host with rman...

    When I try to restore datafile 1 with this script

    RUN
    {
    SET up this THAT TIME = "to_date('2012-01-01:00:00:00','YYYY-MM-DD:HH24:MI:SS')";
    RESTORE THE FILE DATA 1;
    }


    ---------------------------
    ORA-19870: error reading backup total /mnt/hgfs/2012_01_01/o1_mf_nnndf_TAG20120101T050005_7hzm1qc4_.bkp
    ORA-19612: datafile 1 not restored because of missing or corrupted data
    switch to the previous backup

    --------------------------

    RMAN > RESTORE DATAFILE 1 to this THAT TIME = "to_date('2012-01-01:00:00:00','YYYY-MM-DD:HH24:MI:SS')" Overview.

    From restoration to January 10, 12
    using channel ORA_DISK_1
    using the ORA_DISK_2 channel
    using the ORA_DISK_3 channel

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at the 13:11:19 10/01/2012
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 1 found to restore

    --------------------------------

    RMAN > LIST BACKUP OF THE DATA 1 Summary file;


    Backup list
    ===============
    S LV TY Device Type delay #Pieces compressed #Copies Tag key
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    40969 A DISC 1 1 JANUARY 12 1 no TAG20120101T050005

    ----------------------------------

    and when I write "backup list '; output is here where I can see datafile 1...


    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    40969 full 32,28 G DISC 02:07:15 1st January 12
    BP key: situation 28432: AVAILABLE Tablet: NO Tag: TAG20120101T050005
    Part name: /mnt/hgfs/2012_01_01/o1_mf_nnndf_TAG20120101T050005_7hzm1qc4_.bkp
    List of defined backup data files 40969
    Name of file LV Type cash SNA cash time
    ---- -- ---- ---------- --------- ----
    25035430765 full 1 1 January 12 /oradata1/ISPRODDB11/datafile/o1_mf_system_331jc17w_.dbf
    2 full 25035430765 /oradata1/ISPRODDB11/datafile/o1_mf_undotbs1_331jc19r_.dbf 1 January 12
    4 integer 25035430765 /oradata1/ISPRODDB11/datafile/o1_mf_users_331jc1b2_.dbf 1 January 12
    35 full 25035430765 /oradata1/ISPRODDB11/datafile/sap.dbf 1 January 12
    56 full 25035430765 /oradata2/ISPRODDB11/datafile/TBS_UYS05.dbf 1 January 12

    ------------------------------

    and the incarnation of the list;

    RMAN > LIST INCARNATION;


    List of Incarnations of the database
    DB key Inc key STATE ID DB name DB reset reset time SNA
    ------- ------- -------- ---------------- --- ---------- ----------
    1 1 ISPRODDB 4210711725 PARENT 1 19 DECEMBER 06
    2 2 ISPRODDB 4210711725 RUNNING 564488 26 APRIL 07


    I m able to restore all data files but datafile 1 (system) and 3 (sysaux)... I don't know what to do...

    828193 wrote:
    When I put until 2012-01-01 12:00

    From back to January 10, 12
    using channel ORA_DISK_1
    using the ORA_DISK_2 channel
    using the ORA_DISK_3 channel
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at the 15:28:53 10/01/2012
    RMAN-06094: datafile 1 must be restored.

    so, if I want to restore a datafile to 2012-01-01 00:00 I need previous backupset? right?

    Fix.
    Has done restoration work when you set the until to 2012-01-01 12:00?

    Brgds
    Johan

  • Error ORA-600 on the Production Oracle Applications Instance

    Hello

    We get the error ORA-600 on the Instance of the Production Oracle Applications.

    Can any body suggest how to solve this problem.


    We got the error on 30 - Mar below... but the instance is up & running.

    Error as follows:
    ==========

    error occurred at the SQL level 1 recursive
    to "DMSYS. OLAPIHISTORYRETENTION', line 1
    [internal error code, arguments: [16206], [4294951254], [] [] [], [], []]
    internal error code, arguments: [16206], [4294951254]



    Thanks in advance for your help.

    Thank you
    Mudunuri Billon.

    What version of Oracle?

Maybe you are looking for