Reporting database creation without purging any data

We want to create a reporting database where no 'Purge' operation can be performed & all the records will be retained .Production DB & reporting DB are at different geographic location.In this scenario; what tool should be used for replication ? Can we achieve this using Data guard ? Can streaming be done over the WAN ? Does streaming has lot of overheads due to which performance may get hampered

Can we achieve this using Data guard ? no
Can streaming be done over the WAN ?sure
Does streaming has lot of overheads due to which performance may get hamperedin a downstream scenario, all you have to do is to transport the archivelogs to other site, both capture and apply is done on the target site, no overhead on source site (however processing can be quite demanding on the target site)
you can write your own DDL/DML handlers according to your needs

Similar Messages

  • Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

    Hi,
    I am using APEX version 4.2.1.00.08 with Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    I've developed an application, that was working fine till 3 days ago...
    At the moment, I can log into the application but when I enter my ID/PW it takes me to my 1st page but then it runs for a mint or so (trying to load charts) and then generates following error message
    No data received
    Unable to load the webpage because the server sent no data.
    Here are some suggestions:
    Reload this webpage later.
    Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
    interestingly, I haven't changed anything within the application
    I've tried it with Chrome Version 27.0.1453.116 m and IE 8.0...
    with IE 8.0, it shows I/O Error in place of my graphs and get's a pop up message that displays "Error - error unknown"
    The only thing that I can recall doing differently is logging via remote desktop connection, but I've used remote desktop in the past as well and it worked.
    Please advice

    anyone...?

  • Can I use two different devices with different apple ID for backing up data on one machine without losing any data that was backed up with one device earlier?

    Can I use two different devices with different apple ID for backing up data on one machine without losing any data that was backed up with one device earlier?

    The link is to a discussion started on 12/18 in the FiOS Internet forum.  Here's the link I get now, however it is different than the link I pulled a few hours ago.  If this system changes the link again, it may not work.
    http://forums.verizon.com/t5/FiOS-Internet/Frustration-and-just-confused-with-internet-help-please/t...
    You can also look for the topic, "frustration and just confused" in the FiOS Internet forum.
    Here's a link that is in the thread that gives more detail.
    https://secure.dslreports.com/faq/15984
    Good Luck!
    P.S.  "Copper Contributor" is my "rank."  gs0b is my user name.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • My iPod dispalys this message: "Connect to a computer. Use iTunes to restore."  When I connect to a computer, iTunes doesn't recognise it.  The iPod 5th Gen does not work at all. How do I fix my iPod without losing any data?

    My iPod dispalys this message:
    "Connect to a computer. Use iTunes to restore."  When I connect to a computer, iTunes doesn't recognise it.  The iPod 5th Gen does not work at all. How do I fix my iPod without losing any data?
    I have seen the Apple webpage suggesting the "five R's" (including restore).  Before doing anything, I want to be sure that restoring or any other action is not going to delete or risk my data. 
    I would be very grateful if anyone can suggest a fix for this problem, in a way that will not risk my data. 
    Thanks in advance!

    Did you try a hard reset with the iPod still connected to your PC?  Have you tried multiple USB ports, preferably high powered USB 2.0 ports?
    To do a hard reset, first make sure the hold switch is in the Off position, then press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    Have you also worked through each and every single troubleshooting suggestion in this Apple support document?
    iPod not recognized in 'My Computer' and in iTunes for Windows
    B-rock

  • My Iphone was sync with Itunes on a computer then this computer broke down and i purchased another one. I was able to extract all the data from the old one. now how can i sync my phone with the new tunes without loosing any data?

    My Iphone was sync with Itunes on a computer then this computer broke down and i purchased another one. I was able to extract all the data from the old one. now how can i sync my phone with the new tunes without loosing any data?

    Yes, windows to Mac too.
    iTunes: How to move [or copy] your music [library] to a new computer [or another drive] - http://support.apple.com/kb/HT4527
    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the Option (alt) key (shift on Windows), then guide it to the new location of the library.
    Windows users see tip at: https://discussions.apple.com/message/18879381

  • How can i reformat my external hard drive without loosing any data?

    how can i reformat my external hard drive without loosing any data?

    Welcome to the Apple Support Communities
    It's impossible to format a hard drive without losing the data. One thing you can do before formatting is to copy the files from the external drive to your internal drive, and then, format the external drive. After formatting, copy the files to the external drive again, and everything will be as before formatting it

  • How can i transfer my whatsapp chat from iphone 3gs to google nexus 5 without losing any data?

    How can i transfer my whatsapp chat from iphone 3gs to google nexus 5 without losing any data? I want to swtich from my iphone to google nexus 5.could anyone help me for this?

    steve359 wrote:
    Please pardon the intrusion…
    Hi, FoxFifth!
    Congratulations on advancing to Level 6!
    At the Water Cooler in the Level 6 Lounge, we are preparing your welcome. Would you care to join us at the Water Cooler?
    On the Discussions Home Page (https://discussions.apple.com/welcome), down at the bottom, you will, hopefully, soon find the Lounge link available to you. It should show up for you within the next 24 hours if all goes as it should.
    Hope to see you there soon!
    Thanks! I'll check that out as soon as it becomes available.

  • Custom reports in R12 not returning any data

    I'm seeing an issue of custom reports in R12 not returning any data. So far what I've been able to dig into is that the report query itself is referring to APPS synonyms that are secured under MOAC. What I am able to do is run the query in SQL Developer after having run mo_global.set_policy_context and I receive the data I'm looking for. This is not the case when running the report through the concurrent programs request.
    Secondly, I've also configured the concurrent program request to run as single operating unit mode. This aided in fixing any issues with LOVs on the parameter form. However, still no results from the report itself. I've also searched around quite extensively and added a P_CONC_PROGRAM_ID user parameter in reports developer, as well as adding SRW.USER_EXIT('FND SRWINIT') to the before report trigger and SRW.USER_EXIT('FND SRWEXIT') to the after report trigger as well. No luck. I've also tried running mo_global.set_policy_context on the before report trigger and no such luck.
    Has anyone seen similar issues with this and could shed some light? At this point, the workaround I would see is to just change the query to use respective all tables and match up against the orgid, but I'd rather not do that.

    I am facing exactly the same issue with 2 of my custom Reports in R12.1.3. We did our level best to find out the issue. It was always a hit and trial fix.
    But the following were our observations and workarounds
    0) The reports Conc Prog were in MOAC - Single mode. Both the reports had SRW INIT, EXIT and P_CONC_REQUEST_ID
    1) The reports which caused the issues[NO data fetched for MOAC] had multiple Queries in the data model and one Query fetches data and the 2nd one doesnt. Both the queries when run from SQL developer after setting the org gave results.
    Workaround for Report1
    a) We deleted the data link connecting the 2 columns in both the queries and added a bind variable instead in the 2nd /child query to refer to the column in the parent query and linked the 2 groups.
    Workaround for Report 2
    a) In report 2 the queries were not linked to each other. Only one query used to return results and the 2nd one returned 0 rows. The workaround was to use the "where" conditions as lexical parameters after having set the value for the same in before report trigger.
    Both the work around looks illogical. Still It worked..!
    Thanks
    Biju Radhakrishnan

  • Extend characteristic length without deleting any data

    Hi All,
    I have to change an info object's length. However, this info object is used in some infocubes and DSOs (that generate SID).
    Is there a way on extending chrs. length without deleting any data that is contained in the infoproviders.?
    They've really huge data volumes. I dont want to delete all the data and re-upload.
    Regards
    SP

    Moving thread to:
    Extend characteristic length without deleting any data

  • Forgot entry pass codes to get onto apple devices how can I fix without loosing any data ?

    Forgot entry pass codes to get onto apple devices how can I fix this without loosing any data ?

    I backed my all my devices on the same computer: iPod touch, iPad and 4 iPhones (different generations).
    iTunes on computer has no problem separating them for backups.
    Try below:
    Forgot or Wrong Passcode
    http://support.apple.com/kb/HT1212
    Forgot Passcode use recovery mode to restore
    http://support.apple.com/kb/HT1808

  • How do I upgrade to snow leopard and then restore my files from my time machine HDD backup...without losing any data or reinstalling leopard (10.5)?

    How do I upgrade to snow leopard (from leopard 10.5) and then restore my files from my time machine HDD backup...without losing any data or reinstalling leopard (10.5)?

    Hello, it's great you have a backup, but 10.6 should just Install 10.6 system files over the top of 10.5 system files, & leave all your data intact on the drive.

  • How to reinstall snow leopard without erasing any data

    Hi, I have a mac running snow lepoard and want to reinstall the operarting sytem without erasing any data, can you tell me how to do that, thanks.

    Just boot from the install DVD and install. This will give you the version as of the version on the DVD while preserving your third party software and users. Then update using Software Update. Better to do this with a backup in case anything goes wrong.
    Why do you want to do this? I wonder if this is really needed.

  • How can I back up my iPhone and iPod to a new iCloud account without losing any data?

    Hello
    Before Mountain Lion comes out I want to create a new iCloud account because I don't want to use the @me.com email that I created with my current iCloud account. I want to create an entirely new account with a new @me.com email address. I use iCloud to back up my iPhone, iPod and am signed into it on my mac. Basically I want to back up my iPhone and iPod to a new iCloud account and not lose any data. Is there any way to do this?
    Thanks so much for any help.

    Before you connect to a new PC, make sure that autosync is disabled in Edit/Preferences/Devices, otherwise your phone will be wiped during the following sync.
    Then back up manually:
    Disable autosync in iTunes, connect your phone to the new computer and right click on it in the device list and choose backup. iTunes will backup your phone without syncing.
    Transfer the purchases the same way, choosing "transfer purchases" this time.
    When you connect your phone for the first time, all media content will be erased. But you can restore your settings and app data from your manual backup afterwards.
    Don't forget to set up at least one contact and event on your new computer to be able to merge calendars and contacts when you sync the phone for the first time.
    About backups and what's saved:http://support.apple.com/kb/HT1766
    How to back up and restore:http://support.apple.com/kb/HT1414
    How to download apps for free again:http://support.apple.com/kb/HT2519
    Transferring data is also covered here:http://support.apple.com/kb/HT4137

  • Can we get database creation script using any packages?

    Hi Friends,
    we will get table creation script using dbms_metadata.get_ddl package. just like that is there any way to get database creation script? i know that we can add some lines to controlfile trace to convert it into database creation script. but i would like to know whether it is possible through packages?
    thanks in advance.

    I think there's no package to use it for getting database creation script. But anyway, you can search it in [Oracle Database PL/SQL Packages and Types Reference|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/toc.htm]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • How do you unsync your phone and sync it with another computer without losing any data?

    How do you unsync your iphone, without loosing any of the music etc? As I have a new laptop and my old laptop is not working.

    You need to transfer the data from your old computer to your new computer.  Surely you have a backup of your old laptop.  Use this and move your data to your new laptop.

Maybe you are looking for

  • Apple devices will no longer recognize home wireless network

    After returning from a week's vacation, I am having difficulty getting my Apple devices (iPads, iPhones, MacBook Pros, etc.) to connect to our home wireless network. I have tried resetting the router and modem numerous times, restarting the devices,

  • Cartesian of data from two tables with no matching columns

    Hello, I was wondering – what's the best way to create a Cartesian of data from two tables with no matching columns in such a way, so that there will be only a single SQL query generated? I am thinking about something like: for $COUNTRY in ns0: COUNT

  • Why is Firewall disabled by default?

    I cannot understand why Apple would do such a thing. If your computer is hooked directly up to a cable modem. You have absolutely no security. This is a terrible thing to do. What's even worse is that if you had Firewall on in Leopard. Even if you do

  • How to make message IW 703 as error in T-Code: IW31.

    Hi All, In SAP R/3 PM, during the Work Oder creation in T-Code: IW31, we are getting the Message "IW 703 - Work Centre -- Locked in Plant -- " as WARNING. This happens whenever we use a locked Work Centre. But further it allows us to create the order

  • Flash Player and PowerPoint 2010

    Hello, I changed the OS of my PC from Windows XP to Windows 7. I'm still Unsinn PowerPoint 2010, but I can't get the Flash Player Plug-in into PowerPoint. I simply don't know how to do. I have the Toolbar but I only have the Option for the shockwave