OEM12c: Container of data in case of failure to schedule the backup-ORA 20411 - ORA-06512

Oracle Enterprise Manager Cloud control 12 c - 12.1.0.3

Oracle Database Enterprise Edition 11.2.0.3

Oracle Enterprise Linux 5

Database container:

Oracle Database Enterprise Edition 12.1.0.5

Windows Server 2012 R2 Standard

OEM12c: Container for database fail to schedule backup

ORA-20411: the following parameters have a NULL value: db_connect_string ORA-06512: at "SYSMAN.". EM_JOB_OPS', line 290 ORA-06512: at "SYSMAN.". GC_JOB', line 29 ORA-06512: at line 1

Thank you

Marcelo brands

ESRI, technical director, OCP

I solved the problem by following these steps.

1 OEM12c > target > all targets > 'remove the motor pump target database '.

2 OEM12c > target > all targets > systems > "to ensure that the target database system is also removed.

3 OEM12c > Setup > manage Cloud control > Agents

-Restart the agent database of the target container

-It refreshes the C:\oracloud\agent_inst\sysman\emd\target.xml in the target database server where the agent is running

4. in the server database, make a backup of the C:\oracloud\agent_inst\sysman\emd\target.xml file

5 edit the file C:\oracloud\agent_inst\sysman\emd\target.xml

-Remove all the entries that refer to the database of the target container

-my case the xml file has several entries with different target system names pointing to the same target, weird container base, do not know how this could happen

-J' removed all the and saved the xml file

6, OEM12c > Setup > manage Cloud control > Agents

-yet again, restart the agent database of the target container

7 OEM12c > Add Target > manually add targets

-Add the database to the target return container to oem12c

8 OEM12c > target > databases

-wait a few minutes for the target container of database state, to be 'green '.

-Click on the database of the container link

-Click availability > Backup & Recovery > scheduled backup...

!!! It works fine now! I can create the backup job.

Thank you

Marcelo brands

ESRI, technical director, OCP

Tags: Enterprise Manager

Similar Questions

  • backup failure Time machine - the backup folder creation error

    I use a backup drive 1 t Seagate firewire for about 2 years without fail. Now, when you start the backup, I get the following error message:

    "Unable to complete backup. An error occurred during the creation of the backup folder. »

    In addition to the above message that occurs when I start the backup manually, I get an error message that the backup was properly ejected.

    I read the advice "Repair Disk" - this will affect my backups?

    Other tips before I take it to the Genius Bar?

    MBP 15 "mid-2010

    10.11.2 OS

    Memory 8 GB 1067 MHz DDR3

    Processor clocked at 2.66 GHz Intel Core i7

    ERD will not affect your data. However, before you do something, you must correctly eject disk backup, and then re - attach. Repair the drive to aid first aid disk utility option in the toolbar.

    If you first open the Console application in your Utilities folder you will find information in the log of what happened past.

  • I get the error message like "error - ORA-29273 report: failure of the HTTP ORA-06512: at"SYS. " UTL_HTTP", line 1130 ORA-12535: TNS:operation expired ORA-06512: 37 29273 line. 00000 - "HTTP request failed" * Cause: package UTL_HTTP The Impossible to run

    I have tried the code

    DECLARE

    lv_url VARCHAR2 (1000): = ' http://shenzhoufellowship.org/main2/files/old/SpecialTopics/TheLoveDare.pdf';

    lc_return BLOB;

    lhttp_url httpuritype.

    Varriables - declared to have written the LOB to pdf file-

    l_file UTL_FILE. TYPE_DE_FICHIER;

    l_buffer RAW (32767).

    l_amount directory: = 32767;

    l_pos INTEGER: = 1;

    l_blob BLOB;

    l_blob_len INTEGER.

    BEGIN

    -create URIs

    lhttp_url: = httpuritype.createuri (lv_url);

    -get the PDF document

    lc_return: = lhttp_url.getblob ();

    -Open the destination file.

    l_file: = UTL_FILE. FOPEN ('MBO_INPUT_DIR', 'MBD.zip', 'wb');

    -Get the total length of the BLOB

    l_blob_len: = DBMS_LOB.getlength (lc_return);

    -Pieces of the BLOB to read and write to the file

    -full up.

    While l_pos < l_blob_len LOOP

    DBMS_LOB. READ (lc_return, l_amount, l_pos, l_buffer);

    UTL_FILE.put_raw (l_file, l_buffer, FALSE);

    l_pos: = l_pos + l_amount;

    END LOOP;

    -Closes the file.

    UTL_FILE. FCLOSE (l_file);

    EXCEPTION

    WHILE OTHERS THEN

    -Close the file if something goes wrong.

    IF UTL_FILE.IS_OPEN (l_file) THEN

    UTL_FILE. FCLOSE (l_file);

    END IF;

    LIFT;

    END;

    But make a mistake like:

    Error report-

    ORA-29273: HTTP request failed

    ORA-06512: at "SYS." UTL_HTTP", line 1130

    ORA-12535: TNS:operation expired

    ORA-06512: at line 37 level

    29273 00000 - "the HTTP request failed.

    * Cause: The UTL_HTTP package cannot run the HTTP request.

    * Action: Use get_detailed_sqlerrm to check the detailed error message.

    Correct the error and restart the HTTP request.

    Please suggest a solution. Is it possible to download a zip file with the same code?

    [oracle@localhost ~]$ sqlplus scott/tiger
    
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Apr 6 13:59:09 2015
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> --My Database version
    SQL> ----------------------
    SQL> SELECT * FROM v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  DECLARE
      2        lv_url    VARCHAR2(500) := 'http://shenzhoufellowship.org/main2/files/old/SpecialTopics/TheLoveDare.pdf';
      3        lc_return BLOB;
      4        lhttp_url httpuritype;
      5        ---Varriables declared for writing the LOB to pdf file --
      6        l_file     UTL_FILE.FILE_TYPE;
      7        l_buffer   RAW(32767);
      8        l_amount   BINARY_INTEGER := 32767;
      9        l_pos      INTEGER := 1;
    10       l_blob     BLOB;
    11       l_blob_len INTEGER;
    12     BEGIN
    13       --create uri
    14       lhttp_url := httpuritype.createuri(lv_url);
    15       --get the PDF document
    16       lc_return := lhttp_url.getblob();
    17       -- Open the destination file.
    18       l_file := UTL_FILE.FOPEN('SAUBHIK', 'TheLoveDare.pdf', 'wb');
    19       --Get the total length of the BLOB
    20       l_blob_len := DBMS_LOB.getlength(lc_return);
    21       -- Read chunks of the BLOB and write them to the file
    22       -- until complete.
    23       WHILE l_pos < l_blob_len LOOP
    24         DBMS_LOB.READ(lc_return, l_amount, l_pos, l_buffer);
    25         UTL_FILE.put_raw(l_file, l_buffer, FALSE);
    26         l_pos := l_pos + l_amount;
    27       END LOOP;
    28       -- Close the file.
    29       UTL_FILE.FCLOSE(l_file);
    30     EXCEPTION
    31       WHEN OTHERS THEN
    32         -- Close the file if something goes wrong.
    33         IF UTL_FILE.IS_OPEN(l_file) THEN
    34           UTL_FILE.FCLOSE(l_file);
    35         END IF;
    36         RAISE;
    37*    END;
    38  /
    DECLARE
    *
    ERROR at line 1:
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1130
    ORA-24247: network access denied by access control list (ACL)
    ORA-06512: at line 36
    
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> ed
    Wrote file afiedt.buf
    
      1  BEGIN
      2    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl         => 'love.xml',
      3                                      description => 'Love ACL',
      4                                      principal   => 'SCOTT',
      5                                      is_grant    => true,
      6                                      privilege   => 'connect');
      7    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(acl       => 'love.xml',
      8                                         principal => 'SCOTT',
      9                                         is_grant  => true,
    10                                         privilege => 'resolve');
    11    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl  => 'love.xml',
    12                                      host => 'shenzhoufellowship.org');
    13  commit;
    14* END;
    15  /
    
    PL/SQL procedure successfully completed.
    
    SQL> conn scott/tiger
    Connected.
    SQL> ed
    Wrote file afiedt.buf
    
      1  DECLARE
      2        lv_url    VARCHAR2(500) := 'http://shenzhoufellowship.org/main2/files/old/SpecialTopics/TheLoveDare.pdf';
      3        lc_return BLOB;
      4        lhttp_url httpuritype;
      5        ---Varriables declared for writing the LOB to pdf file --
      6        l_file     UTL_FILE.FILE_TYPE;
      7        l_buffer   RAW(32767);
      8        l_amount   BINARY_INTEGER := 32767;
      9        l_pos      INTEGER := 1;
    10       l_blob     BLOB;
    11       l_blob_len INTEGER;
    12     BEGIN
    13       --create uri
    14       lhttp_url := httpuritype.createuri(lv_url);
    15       --get the PDF document
    16       lc_return := lhttp_url.getblob();
    17       -- Open the destination file.
    18       l_file := UTL_FILE.FOPEN('SAUBHIK', 'TheLoveDare.pdf', 'wb');
    19       --Get the total length of the BLOB
    20       l_blob_len := DBMS_LOB.getlength(lc_return);
    21       -- Read chunks of the BLOB and write them to the file
    22       -- until complete.
    23       WHILE l_pos < l_blob_len LOOP
    24         DBMS_LOB.READ(lc_return, l_amount, l_pos, l_buffer);
    25         UTL_FILE.put_raw(l_file, l_buffer, FALSE);
    26         l_pos := l_pos + l_amount;
    27       END LOOP;
    28       -- Close the file.
    29       UTL_FILE.FCLOSE(l_file);
    30     EXCEPTION
    31       WHEN OTHERS THEN
    32         -- Close the file if something goes wrong.
    33         IF UTL_FILE.IS_OPEN(l_file) THEN
    34           UTL_FILE.FCLOSE(l_file);
    35         END IF;
    36         RAISE;
    37*    END;
    38  /
    
    PL/SQL procedure successfully completed.
    
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@localhost ~]$ cd saubhik/
    [oracle@localhost saubhik]$ pwd
    /home/oracle/saubhik
    [oracle@localhost saubhik]$ ls -l *.pdf
    -rw-r--r-- 1 oracle oinstall 60055 Apr  6 14:03 TheLoveDare.pdf
    [oracle@localhost saubhik]$
    

    I love this pdf file. I would like to read this and mean while if you get an error then please post in its entirety and also think that it is an Oracle error or network.

  • So in case of failure (RPC, change the settings of PC, Windows Store, Advanced Startup, everything!)

    remote procedure call failed on almost all applications and system options that have to do with the new interface user
    Windows store... whatever... I don't need really, but he's not here, and if that were the case, I'm sure it wouldn't work
    'Change Pc settings' does not
    sfc/scannow it has not resolved (it cannot fix some files)
    system restore failed (cannot cancel it, not sure if cancellation it gives me the option to restore up to what is 10 days back)
    Cannot run in safe mode for some reason any (computer ASUS, preinstalled Win 8)
    Cannot run advanced boot (remote procedure call failed once again)

    Sure that the pc refresh attempt fail too... even course, I have a DVD... pretty sure that I don't have one of them with my PC.

    WHY, Microsoft? WHY should I pay for your expensive failure if DIFFICULT software?

    How do I just update my files system in a RELIABLE WAY?

    WHY don't make you a process online CHECKS AND RESTORES all the files needed?

    Looks like I solved the thing myself, using this link

    http://www.howtogeek.com/222532/how-to-repair-corrupted-Windows-system-files-with-the-SFC-and-DISM-commands/

    Specifically, the second command, DISM, after the failure of the sfc.

    Be it resolved it or windows somehow repaired itself after the failure of the restore point recovery system and then... idk... maybe somehow made Windows to fix *, after awhile.

    Probably the DISM but... not a very public thing.

  • FT in case of failure due to the VM has more than one vCPU

    I am so excited to try FT 6 ESXi.

    However, when I activate the FT function, I get the error:

    'Entity VM_Name fault tolerance configuration has a problem: the virtual machine has more than one virtual CPU. "

    FT-Issue-20150616.jpg

    I set config to do anything?

    Please notify. Thank you!!

    I got the answer of the VMware consultant.

    IDE is not taken in charge for SMP - FT.

    Thank you!

  • W510: How do I access my data from a failed hard drive after the failure of the motherboard

    I made a mistake and has paid for major .

    This error pouring a drink sweet on my laptop. I know, I know, my keyboard can and protect against damage caused by the spill, but it was a drink together. In any case, I panicked and shut down the system and it has upset and removed the keyboard. And be the impatient person that I am, I made what was probably the ultimate error. I do not give everything save a sufficient amount of time to dry and I tried to boot the system. There is my computer. Or at least I think.

    Symptoms: It began at the start, kept a beep, sometime just close and will start.

    In any case, I guess that my laptop went kaput. Now to the point of this thread. I had not been a recent backup and can't remember when the last backup was actually made. Assuming that my hard drive is ok, I want to get all my data, so I saw several options:

    -Send the system to a data recovery service where I will not pay less than $300, but probably 2 to 3 times what

    -buy an equivalent model laptop and put the HARD drive in there

    -by an external SATA hard drive enclosure and mount it via USB on another computer

    I bought a box external and assembled this evening. I had read about the data access of difficulty with a system non-Lenovo because of encryption of the data. I proved that by linking it to my work (a Dell) laptop and I couldn't access my data directories. If I have access to an another Lenovo Thinkpad, I'll be able to access the data if connected via USB? I had read that I can access the contents of disc hard if it is connected to an another Thinkpad, but I knew not that if it means that I have it connected via SATA connection or if there is work through the USB port.

    I'll appreciate any suggestions for accessing my data.

    Best regards!

    All,

    Thanks for the suggestions.

    I was able to recover my computer and all data on it.

    Just to describe what I have done, here are the details.

    Because of my concern about a failure of the motherboard, I bought a used/given new keyboard and an external SATA drive enclosure. I was not able to properly take possession of the car from my other laptop, but I was able to access the data in Mode without failure. With my data, I plugged the hard drive and the new keyboard in and started without problem.

    Thanks again,

    brent86

  • Siebel &amp; Disqualification - what happens in case of failure of the Disqualification?

    Hello

    We think about how monitor the Disqualification and its communication with Siebel, to be notified in case of problems.

    The best possibility would be monitoring web services Disqualification, just to see the availability of http, or even with sample data. However, this would not cover communication between the Disqualification and Siebel. Are there best practices on how to monitor this part? Perhaps with something like logcheck?

    Or, as a more general question: how exactly Siebel reacting if Disqualification is not accessible or if there are problems in the communication of the Disqualification, the generation of keys, either for verification of duplicates? The Siebel Data Quality provider running several web service against Disqualification request, so I see potentially several points of failure - even if caused by a misconfiguration.

    Best regards

    Daniel

    Hello

    Customers generally adopt one of the following strategies here:

    1 set up so that they should still be running if the application server is running, and let's assume they are if it's jobs in real time. This leaves a window of risk as specific web services are not monitored and it is possible that he could have not detected the time if the job fails, but the application server is not.

    2 ping the web services with dummy data that are not consumed to verify that they are available. Gives good control, even if it may pollute the logs a bit.

    3 monitor web services by using a script that checks via JMX of Disqualification interface - the path to check is disqualification/Runtime/data/buckets/realtime/projects / [project name] /readers/ [name of web service] and opening check = 1 (for the race) not 0 (no not running).

    The behavior in Siebel web service Disqualification is not reachable is configurable in the dnd.properties file that controls the connector. By default, each service call "integrated security" that is set to true, which means an error is generated in the newspapers if the service cannot be called but the end users see no error. Change the failsafe to false indicates the user will see an error if the service is not available.

    Kind regards

    Mike

  • URGENT - Data rate "TOO HIGH FAILURE" - BUT this isn't the two videos, it takes 9 subtitles tracks! Help, please!

    I'm a standard definition DVD authoring using Encore CS6. I imported two videos high definition (1920 x 1080) (63 min and 4 min.) directly to a calendar. There are 9 subtitles.

    I have converted video high-def exactly like these while encoding several times with success. I use this custom setting: Codec: MPEG2 - quality: 5 - VBR 2 pass - Progressive - Min BR: 7.2 - target BR: 8, Max BR: 9 - 23.96 EN matches source. Due to the fact that I used this predetermined dozens of times, I don't think lowering the Min, the target or the Max BR is going to solve the problem of data failure rate.

    I am inclined to believe it's 9 subtitles after that review "Data rate too high failure" messages here.

    As ALWAYS, I'm on a deadline to customer.

    Okay, this preset has always worked in the past, but I would have thought you were pushing things with him.  Subtitles can be the proverbial drop of water!

    I had problems in the past with that high bit rates and also during the definition of quality to 5, instead of 4.  For example, I always use 4 quality and will never more than 7 for target BR.  Even with these settings, I had problems earlier this year with a chronology which contained a series of 20 JPEG images - there were always reluctant to the second jpeg, and I had to down to 6.5 before it was OK.

    Have you tried a lower BR?

  • Failure to import the product data. Why?

    I created a few sheets of database product and I am ready to start their download in British Colombia.

    Problem:

    I get an error message saying that the import has failed.

    I decided to take a small sample (~ 30 products) of all the data and try to load that... Fails again.

    I'll take a smaller sample (3-6 products) of this sample of 30 product and download it... It works!

    I process to transfer small portions of the technical details of the 30 until I went through all the... they work perfectly well.

    I then try to combine all the small samples that downloaded successfully in a single data file and download... BREAKS DOWN!

    In BC instructions for product database downloads it is said that the product 'name' can use only alphanumeric characters. I noticed that some of my product names have special characters that might cause an error. But then why would small portions of data successfully download while a sample with the same exact products fail? I even tried to get rid of all special characters in my product names, copy them and paste them into Notepad to remove any extra formatting created by excel, copy on a blank excel sheet, save it as a file delimited by tabs and transfer... FAILED!

    Makes no sense... How will download 5000 + products? 5-10 at a time? No question!

    Hi Hecta1,

    The reason why we recommend that you submit a ticket and then joining the file is because the failures of import may due to various things, but it would take additional tests.

    Common failures can be linked to the absence of required columns, invalid syntax, etc.

    So, in cases involving imports, we suggest the following...

    1. Test on a fresh import file maybe with some elements (just to confirm the problem)
    2. Check the troubleshooting common problems
      http://KB.worldsecuresystems.com/586/bc_586.html#main_Why_imports_fail
    3. Submit a case with the file attached and note the error message

    Kind regards

    -Sidney

  • "Import...". "immediately said no programs that contain"bookmarks, data history or password ".

    Try to import passwords that have been exported from a previous installation of FF. When I go to "File"-> "import...". "Immediately, I get a message"no program that contain bookmarks, data history or password ".

    System: Mozilla/5.0 (X 11; U; Linux x86_64; en-US; RV:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6

    What browser you want to import data?

    There are not many browsers in Linux that you can import.
    See import

  • I have a drive mapped to a Server 2008 all the hours his loses drive mapping and the backups in case of failure

    I have a drive mapped to a Server 2008 all the hours his loses drive mapping and the backups in case of failure

    I get the error message is could not reconnect account currently disabled mapped drive .so I remap the disk with the same user name and password and it reconnects

    * original title - Networking file sharing file sharing file sharing file sharing Fileshare discovery network shares mapped shared part readers *.

    Hi SCS PCs

     

    I would recommend checking the Microsoft TechNet community. Please visit the link below to find community which will support ask you in the right direction for the linked domain questions.

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

     

    I hope this helps.

  • "The backup file contains unrecognized data and cannot be used.

    Original title: - what are MS provides a BKF recovery tool? "The backup file contains unrecognized data and cannot be used.

    I'm trying to restore BKF files created by NTBackup.exe after the crash of a hard drive running XP Pro. The new hard drive is the same brand (WD) goes into the same computer Dell Inspiron and the same OS. No catalog file is available and trying to recreate the NTBackup recovery gives an error message.  No catalog cannot be created for many, but not all of my backup BKF files.

    I do not consider the solution of SysTools $89 for a large part of the answer. This problem is not uncommon and I hope MS has or can tell me a free tool to allow me to restore from any of my BKF.

    Thank you.

    You can take a look here: http://www.fpns.net/willy/msbackup.htm#NTBKUP

    I have no information other than what is on the web page.

  • Windows Live Mail could not be started. Closure of Windows Live Mail. Your calendar contains corrupt data that require WLM to close. (0x8E5E0426)

    Windows Live Mail could not be started. Closure of Windows Live Mail. Your calendar contains corrupt data that require WLM to close. (0x8E5E0426)

    Hello AlexSofianos,

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • 0xC004E002-software licensing service reported that the license store contains inconsistent data.

    I got this code when I started upward. How to fix it. It says the software licensing service reported that the license store contains inconsistent data.

    Hello

    You can follow below link that can help you to solve your problem:

    Error 0xC004E002 during activation of Windows Vista, Windows Server 2008, Windows 7 or Windows Server 2008 R2
    http://support.Microsoft.com/kb/978305
     
  • My windows 7 has been slain in case of failure of blue windows reconfiguration for hours.

    My windows 7 has been slain in case of failure of blue windows reconfiguration for hours. How should I do?

    Hello

    Thank you for the update.

    I would ask you to try the suggestions in the following article the basic error that you receive.

    Note: Please ignore the section Upgrade Perform an on-site (resettlement) (Windows 7 and Windows Vista)

    "Configuration of the Windows updates failed. Restoration of the changes. Do not turn off your computer"error when you try to install Windows updates

    I hope this helps.

Maybe you are looking for

  • My Apple Watch Group

    I got tge Apple Watch rose gold as a birthday gift, and now the band is tinged blue I have reached out to apple care and they told me that they are not really resistant to stains. I was told that the tapes are resistant task now is ugly and I am not

  • Re: Satellite Pro L300 - does not recognize CD

    Put the CD in laptop and nothing happehs - went to my computer and tried to run from there, but still nothing.Have you tried several CDs and none seems to be recognized - it's like the driver does not work. Please respond in terms for a fool of compu

  • How to open the Satellite 1110

    Hello I want to open my Satellite 1110 - but how? I removed the two screws behind the screen and now I should remove the small panel at the top of the keyboard - but how! There are four small slits - both are ok to open it, but the fixing of the Pane

  • HP Pavilion p6-2: problems on blocking down after I installed the new power supply on a p6-2207ep

    Hi all B4 explaining my problem, I really don't know if I should post this in office, or material in this section of the freezes/crashes/locks but since I posted in freezing section and no results I decided to try here. My pc: http://h20564.www2.hp.c

  • A Wi - fi connection is always on, even if not activated?

    I have a question about wi - fi on Z5C. Most of the time, I have a disabled wi - fi connection. In 2 days, wi - fi is activated maybe 4 hours, no more. But this figure shows, that a wi - fi connection is always on? Time counter also shows a WiFi runn