Data Guard Implementation   Importing one schema  will it reflect in other?

Hi All,
I have succesfully implemented data guard (Primary) and Physical Standby
for 10g R2.
It works fine. I would like to know if on the primary if I remove one schema and import the data/objects using a dump file will it get reflected in the standby?
ie we have to refresh our primary database with actual production data by dropping one user (prod) and its objects. And I will run the import(dump file) in order to bring the data from production
Will this refresh the data in the standby ?
Thank u all
Rajesh Alex

The answer is Yes, that's the goal of the dataguard configuration, to replicate all changes from the primary to the standby database.
Any DML or DDL is recorded by the redolog mechanism, and the redo information is transported from the primary to the standby database where the information is applied, exactly the same way it was applied at the primary database. DDL commands (create, alter, drop) are considered transactions against data dictionary tables, so they are recorded just like any other DML transaction on the redolog mechanism and transfered just the same to the standby.
The time it will take to get replicated at the standby database will depend on the kind of Dataguard configuration you have, if you have a high avilability or a high performance configuration.
~ Madrid

Similar Messages

  • Importing one schema to different user name

    How can I import one schema (all objects of a user) to another user's name in same database?
    When I tried to run import, I found import expects that same user name and tablespace name should exist in target database.
    Tnanx

    imp help=y" will show all available options << and imp is documented in the Utilities manual which will explain the parameters that are not obvious.When doing a fromuser touser import you may encounter some object validation errors for third party owned objects that are referenced in stored code (packages, functions, procedures) and views if the touser does not have privileges on them or the objects do not exist in the target database.
    HTH -- Mark D Powell --

  • How do u keep you iPad Air and you iphone5  appointments link together after the first setup so u can enter the appointment on one it will go to the other one?

    How do u keep you iPad Air and you iphone5  appointments link together after the first setup so u can enter the appointment on one it will go to the other one.

    Use iCloud to keep them in sync.
    Do you have an iCloud account?

  • Deletion of an  for a commandtoolbar button popup entry in one browser is not reflecting in other browser

    Hi,
    I am  facing a problem with commandtoolbar button. Consider I am using the application in two browsers say IE9 and Chrome. There is a commandtoolbar button which shows recently saved search for the application. The main problem is when you delete a saved search in one browser it is not refreshing in other browser, it still remains in the other browser even after refreshing the page, I need a solution for this issue i.e if there is a deletion in one browser should be reflected in other browser also.

    duplicate of CommandToolbarButton popup is not refreshing the content when it is deleted in other browser
    TImo

  • Data guard implementation

    Hi ALL
    i want to install a data guard on windows servers.
    So i got two windows servers set up.Now i need to implement data guard.
    Since both the servers are new and only oracle in installed,it will be easy to implement.So before proceeding i want to take all your suggestions.
    Thank you one and all........................

    Hi, i recommend you read the next documentation before start with the configuration,you can design your environment careful attention to detail and get more performance in your implementation.
    Oracle® Data Guard Concepts and Administration
    10g Release 2 (10.2)
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/toc.htm
    Regards.

  • Syscontext use in a object by one schema can't access by others

    Syscontext related one schema objects given error during access in othere schema and use to take
    sys privs like "select any dictionary "
    Grant create any context to HR;
    conn hr/hr123 ;
    then
    CREATE OR REPLACE PROCEDURE "HR"."SET_ATT_DATE" (att_date IN DATE) AS
    var_date VARCHAR2(30);
    BEGIN
    var_date:=TO_CHAR(att_date,'DD-MM-YYYY');
    DBMS_SESSION.SET_CONTEXT('ATTENDANCE_CTX','ATT_DATE',var_date);
    END;
    create context ATTENDANCE_CTX using SET_ATT_DATE ;
    Whenever THIS procedure name "HR.SET_ATT_DATE" is used by schema scott in program it is given
    error insuficient priviledge during compilation but whenever i am given "select any dictionary to
    scott " then it's getting compile
    where as i have given grant priviledge
    grant execute on HR.SET_ATT_DATE to scott.
    Plz help me in this regards

    Thanks very much Mylenium for your help - I've scoured the file looking for everything you mention, and there anything fancy at all. I'm using no time-stretching or remapping, simply putting a text layer on top of a video, and moving its in and out points. No blurs or odd keyframes as far as I can tell. Video and comp are both 29.97 framerate (comp created using "New comp from selection").
    Glen

  • Our icloud id has 2 phones being backed up to it.  If I do "delete account" on one iphone, will it delete the other phone or the contents on either?

    When I got my iphone this week, I simply used my daughter's icloud account to back up to.  Fortunately, the only thing I backed up was the music, which we both like to have access to, but I had unselected the contacts and calendar for fear of having duplicate contact info.  Now I read that if I hadn't deselected them, it would have created duplicates.  That being said, I suppose I need to create another icloud id for myself so i can just back up my info without merging the two.  If I understand most of the posts I have read so far, if I do the "delete account" on my new phone, my daughter's info and phone will not be affected and will remain under her original icloud id?  Then I can create my own icloud id and back up to it?  I just don't want to lose her information by deleting that account from my phone.  Should I go through the icloud settings on my phone first and deslect all of the options from backing up to the icloud before I delete the icloud account from my phone?  BTW, my daughter's phone is an iphone 4 and mine is the 4s, if that makes any difference.

    Deleting the account on your phone only removes if from your phone.  The account and it's data remain intact and doing so will not effect your daughter's phone.
    To do this, first go to Settings>iCloud on your phone and turn any synced data (contacts, calendars, etc.) to Off, and when prompted, choose to keep the data on the phone.  When finished, scroll to the bottom and tap Delete Account.  Then set up a new iCloud account with a different Apple ID and turn any data you want to sync with iCloud (contact, calendars, etc.) back to On.  This will upload your data to your new iCloud account.

  • If ios 6 is put on one device, will it upgrade my other device automatically?

    I have an iPod touch and am wanting to upgrade it to iOS 6 but I do not want my iPad to be upgraded as well. If the iPod is updated, will the iPad be left alone?Thanks!

    iOS devices are upgraded seperately.  The iPad will upgrade when you want it to, so will the iPod.  They will upgrade seperately.

  • Strange error message when importing one schema into another

    Hello,
    using Oracle Workshop for Weblogic 10.3, I am trying to define a new schema A which imports the namespace of an already existing schema B. The schema validator states that schema B is valid.
    However, when I try to add an import directive in the design view and try to select schema B as the schema location I get the error message that B.xsd is an invalid schema file. When I manually add the import directive in the source view, I can refer to all elements of the namespace defined in schema B. Unfortunately, schema A now is marked as invalid with the error message "The dependency is not configure in schema resource. Possible reason one or more import/include is not set correctly."
    Even external schema validation tools do not find any validation errors in schema B.
    Any ideas?
    Kind regards
    Alexander

    The dependency is not configure in schema resource. Possible reason one or more import/include is not set correctly."http://forums.oracle.com/forums/thread.jspa?threadID=1048184&tstart=0
    Regards,
    Anuj

  • Can I create a fillable form where data entered into to one field will automatically populate into o

    I have a document that I need the persons name to show up in 5 different locations across 5 pages. As the user fillis in the first textbox for name, can adobe use that data to fill in the remaining 4 text boxes?

    Yes, just give the fields the same name. If you only want one of the fields to be updated, then you need to use a different name for the other fields and use JavaScript to populate these fields.

  • Data Uploads done with one User Id not visible to other users in SPM

    Hi,
    Data uploads were successfully carried out by one of the SPM users. However, other users (with different user id) are not able to see anything in the Data Upload Summary screen.
    Is there a restriction on the visibility of Data Upload Summary for data uploads carried out with one User id to other users in SPM? A similar behaviour is observed for other screens within the Data upload workbench.
    Incase this is not the expected behaviour, it would be great if you could please provide pointers to possible reasons for this.
    Just for your information, all users have been granted same privileges in the SPM application.
    Thanks in advance.
    Regards,
    Ashish Sharma

    Hi Ashish,
    No this is not the expected behavior. We have seen this issue for other customers in the past but the reason has always turned out to be role related.
    Can you ensure that the required SPM roles are assigned to the user who do not see the DM data both in ABAP as well as portal.
    Thanks,
    Divyesh

  • Queue available in one schema want to access through other schema

    Hi All,
    There is one queue available in apps schema. I want to access the queue from other schema. Can anyone provide me the steps.
    Regards

    select * from schema_name.table_name;
    *you must have sufficient privileges to see this scheme                                                                                                                                                                                               

  • Smartforms : CHanges in one language are not reflecting in other languages.

    Hi
    I did some changes to the smartforms in language en and was trying to see the effect in other client in language de. But dont see any changes in other language.
    Changes that i did were, Changing the text in the forms, addition of new fields, set some conditions to text.
    Hope the problem is clear.
    Please help.

    After doing changes in the German Form in transaction SE63, the changes do not reflect in English language after activating the german form.Please help me with your valuable suggestion to solve this problem.
    Regards
    Ankur Godre

  • Data Guard-Log shipping

    Hi,
    I have Data Guard implemented on Oracle 10gR2 10.2.0.1 database. OS-Windows 2003 Server. I am facing the following error
    ORA-16146: standby destination control file enqueue unavailable
    I get this alert in my alert log. After sometime it gets resovled on its own. When I check logs status...all logs are applied on standby and no gaps are found. What may be the possible cause for it? And solution ?

    Thank you for those kind words. :^) We try hard. WHat you are hearing is not really different. I am just providing a few more details on Data Guard's redo transport that further clarifies what you have heard, at least I hope so :^)
    All I was trying to do is clarify what process is actually shipping redo and when. The syntax for the LOG_ARCHIVE_DEST_n parameter up to 10g is ARCH, LGWR ASYNC or LGWR SYNC. The syntax says LGWR but in fact underneath the LGWR process starts up an LNS process for any ASYNC or SYNC standby destination and it is that process that actually has the network connection to the standby. This way if there is a network hang it is the LNS process that gets stalled and the LGWR process (when in SYNC mode) will wait for NET_TIMEOUT seconds before deciding that the standby is unreachable and continuing to do its work ignoring that standby destination until it is reachable again (something discovered by the ARCH ping process).
    If you say ARCH for a standby then one of your ARCn processes will ship the redo when it is in the form of a complete archive log file. Hence nothing gets shipped to an ARCH standby until a log switch happens at the Primary.
    The reason everybody says that LGWR ASYNC or LGWR SYNC is better is that the redo is shipped at the time it is written to the online redo log file hence your potential data loss is much much much less than with ARCH. And I agree with that sentiment.
    Please note that from 11g on the syntax is ASYNC or SYNC. The LGWR keyword is no longer necessary (although it will still be parsed) and ARCH has been deprecated as ASYNC is so much better. ARCH will work for backwards compatibility but will go away at some point.
    Does this clear things up for you?
    Thanks.
    Larry

  • Delete expired   data guard

    Hi,
    I got a question regarding the primary db and the data guard db. I had to reduce the amount of files retained due to space limitations on the primary. When I clicked on the delete expired button and the job is run the files that are deleted on the primary are they also deleted on the data guard db? If not will this cause a problem if when a fail over or switch over is needed?
    Thanks in advance for your help.
    al

    Good Morning Kam Singh
    I just have one additional question that occurred to me last night at home. There was an issue with hard parsing that my ADDM advised increasing my SGA by 2.5 gigs. Someone on the forum here was kind enough to give me the view V$sgainfo to find out how much free memory was available in my system. Well when I interrogated this view it came up with a big fat zero availability. Now from what I understood from my readings was that 10g sga was dynamic. That the memory processes are adjusted to need from information taken from the AWR. At the page where the ADDM listed a button to implement the change (increase) I hesitated until I found out how much free was available. Right now I am glad that I did. My question is If I did click on that implementation button would have the oem tool taken the memory not being used from some other location and allocate it to this spot or would it have returned an error of some kind?
    You may have more experience with this and may have come across this situation than I. Do you recall what you did?
    Does anyone else recall what they did in this situation?
    Please give advise.
    Regards to all,
    al

Maybe you are looking for