need to understand how the dataguard works in a CCR environment

We had a dba has just left, and I inherited the system now. I want to make sure that I followed the right information on the dataguard.

Help please.

Hello

Read http://docs.oracle.com/cd/E11882_01/server.112/e25608/manage_ps.htm#i1005610

Anand

Tags: Database

Similar Questions

  • I have trouble understanding how the calendar for the vi simulate Signal Express. Can anyone help?

    I'm generating a signal to 100,000 samples per second. The frequency is 4 Hz. I then pass the signal through the basic vi trigger detection to find out where the wave crosses 0.5.

    Since the signal is 4 Hz, the waveform should cross 0.5 each 0.25 sec. However, when I created a table of the times that the trigger is activated, it is not 0.25 seconds.

    I don't know if there is a problem with my calculation of the duration of simulation, or if I don't understand how the vi signal simulation works. Thank you very much for your ideas!

    Yes, you made a few mistakes or bad assumptions about who express vi.

    The frequency is 4 Hz samples per second is of 100,000 samples (orders of magnatude) generated too high are 76 (0.76mSecs worth of data).  1% duty cycle so a transition product only once every thousand loops! 1315 or 1316 loops between L - H transition to be more precise

    Try

    40 s/s

    40Samples (a seconds of data)

    right to 50%

  • I can't understand what the Microsoft Works versions will work on Win 7!

    Hi, I have a laptop running Windows 7 (I like it better than winning 8, sorry, Microsoft!).  I can't understand what the Microsoft Works versions will work on Win 7!  I have 2 different versions: Works Suite 2001 and Works Suite 2003, but I can't get one of them to install.  Someone please help - NON-techie language, if possible. I'm an old lady, not a tech person!   Thank you very much.

    Original title: I have a question!

    Use Compatibility Mode see the video

    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

  • You can make a video of your desktop? I have to make a tutorial for my work, and I need to record how a program works

    You can make a video of your desktop? I have to make a tutorial for my work, and I need to record how a program works

    Thanks guys,.

    I have a PC, so I'll try Camstudio.

    Thank you!!!

  • Trying to understand how the Eloqua cookies work and relate to a user

    Greetings,

    I'll just start where I think my basic understanding is for the moment and move what I seek to clarify and accomplish.

    High level understanding:


    • The user hits your Web site that contains the "Eloqua traceability Code" in this topic.

    • Cookie is created that is grouped with ".". Eloqua.com.

    • The user goes to a form and submits their contact information OR surfed a bit before hitting a form

    • … At this point, I get a little misty... *.

    • Eloqua treats the presentation (or create a new record or at the e-mail address and adds the information as prescribed in the existing record)

    • (Will not enter treatment programs because they are not relevant to my question)

    • Eloqua is to the top of the confirmation page

    * So here's what I'm foggy on...

    1. How/where the cookie will be created. I followed to this 'image' tag in the elqImg.js file. (http://now.eloqua.com/visitor/v200/svrGP.aspx?pps=3 & siteid ={SITEIDHERE} & ref2 = elqNone & tzo = {TIMEZONECODE} & ms = 933 & elqCookie = 1). This is the only method of creation of the cookie, calling this URL?

    2. This GUID in the ELOQUA cookie, is the one that is now linked to the folder of the user once they succeeded to convert?

    The goal

    What I do, it is a construction of a method aside server to validate users return, those who have converted for example via a form and are known to me.

    I have an idea what happens to the code, I'm just here to chop the process on the side of Eloqua how it handles data as well as what look for it system to properly attach the USER = this cookie GUID (if that even happens).

    If it's worth whatever it is we're always on Eloqua 9 If this has an impact on the method.

    Any help is appreciated.

    Thank you kindly

    Hello Adam,.

    I'm not quite clear on the use cases that explained you at the end, but I'll explain how the creation of cookie:

    When you followed the scripts on your page - in this case, you have the old synchronous tracking scripts, the call to the function img.js below

    results in the creation of cookie. Please note that there is no code client which translates into the creation of cookie, but when this line of code above is executed, this triggers a call to our svrGP.aspx page - as you have already noticed, and exist on our server-side. This page performs certain functions among which is to create a GUID and drop a cookie on the browser if it isn't one already. This page is also responsible for the creation of a visitor profile, which is a record in our visitor table in the database that has a GUID primary key - which is what contains the Eloqua cookie.

    Thank you

    Tarek

  • Need help: understanding of the Session Variables

    Greetings-

    Maybe I'm just not understand how function of session variables and
    I hope that someone here can help me to do so.

    I am trying to establish an auto-dialing for a client process report
    so when a person displays an online report, a number of declaration is
    generated and stored in a variable session and when information
    is submitted, download number of report and the additional information provided
    a database. Everything seems to work as expected, except for this.

    I use an application.cfm file to define the session management and to create a
    Report number and set this number to a session variable.

    When the person opens the report form page, there is a teaching section
    for their study, followed by a 'Proceed' button to go to the next section of the
    page.

    When they click on the "Continue" button, is when the number of report which is held in a
    session variable (application.cfm) should insert in a hidden for later form field
    upload, which seems to happen.

    Now for the part that I don't understand. I thought that both a session
    had not expired, the session variable would remain in use and so if
    the report page has been updated (reloaded) of the same session would be variable
    be used.

    What I feel, is that whenever the report page is to be regenerated,
    a new report number is loaded in the session variable. I'm not
    understand how to work the session variables? Am I missing some criticism
    piece of coding or point here?

    I have included below the structure of folders and files used in the process
    for review.

    Thanks in advance for any help to do this work.

    Leonard B

    ===============================================
    ===============================================

    Folder structure
    area/reports
    -area/reports/input /.

    Files
    -domain/reports.cfm <-Entry Point for dealing with the
    --domain/reports/application.cfm
    --domain/reports/input/report_form.cfm

    ====================
    application.cfm

    < name cfapplication sessionmanagement = "yes" ' LanceApp"=
    SessionTimeout = "#CreateTimeSpan (0,0,20,0)" # ""
    applicationtimeout = "#CreateTimeSpan (0,0,2,0) #" >

    < cfset DSN = "datasource" >

    < name cfquery = "getnumber" datasource = "#DSN #" >
    SELECT report_number
    OF report_numbers
    < / cfquery >

    < cfset Session.report_number = #getnumber.report_number # >

    < cfif getnumber.recordcount IS 0 >
    < name cfquery = "insertnumber" datasource = "#DSN #" >
    INSERT INTO report_numbers (report_number) VALUES (1)
    < / cfquery >
    < cfelse >
    < / cfif >

    < name cfquery = "updatenumber" datasource = "#DSN #" >
    UPDATE report_numbers
    SET report_number = report_number + 1
    < / cfquery >

    ====================
    report_form.cfm

    < cfparam name = "Button" default = 'Start' >

    < cfif #Button # is 'Start' >

    < action = "report_numbers.cfm cfform" method = "post" enctype = "multipart/form-data" > "
    < input type = "submit" name = "Button" value = "Proceed" / >
    < / cfform >

    < cfelseif #Button # is "Proceed" >

    < div style = "padding: 5px 5px 15px 50px" >
    #Session.report_number # < cfoutput > < / cfoutput > < / div >

    < / cfif >

    Quote:
    Posted by: Leonard B
    Hi Dan,.
    Thanks for the answer, let me clarify what is the goal. This process of numbering
    is a public service organization. The goal is not to create a primary key.
    but to establish a process of sequential numbering to fill online reports that
    can be reset to zero at the beginning of each year.

    I'm certainly open-minded for doing things in a more easy way and if you have a
    easier, I'm all ears or should I say all eyes. However, with the requirement of
    reset the process back to zero, I couldn't get to any other way of
    treatment of the task at hand.

    Thank you

    Leonard B

    "In this case he would stil be easier to run the following code" number "just before you insert your data. What you have said so far, it's the only time where you really need it.

    But if you want to stick with the application.cfm approach, there is a difference in what you say you do and what your code is showing. You say "I checked to see if the session variable has been set and he has been.", but I don't see any if/else logic in the part of your application.cfm code where you set the variable. Remember, the code runs on each page, including request refreshes.

  • Extract information from your unique - how the equation works?

    Hello

    y at - it a detailed explanation or step by step on how works the equation used by your single extract?

    The equation is:

    I want to know or understand how frequency, amplitude and phase are established. Also, what is x (n)?

    Thank you.

    In this equation, x (n) represents the series of samples of the sinusoidal input signal. Samples are taken at intervals spacing 1/Fs seconds apart. Then, n/f means the the nth sample in the series.

    Internally, the VI takes a FFT of the time domain signal. It then uses a process of interpolation to find the frequency, amplitude and the phase of the input signal. Intermpolation is used because the highest point of the output of the FFT may not exactly be on the frequency of the signal.  This is caused by the frequency of the signal and the frequency of sampling in general not be exactly harmonically related.  I think that it corresponds to a polynomial of the second order (quadratic) to the top of the FFT output and determines the outputs of the values of the polynomial.

    Lynn

  • I can't know how the webcam works Windows 7

    I recently received this personal computer. It is a model 2011 Windows 7 and I can't know how the webcam. I hope that you take the time to help with this, or lead to the statement

    Hi Aud,

    What is the brand and model of your computer?

    Windows 7 does not include a software to open the webcam. However, you can use Windows Live Messenger to use the webcam.


    See this link for more details:

    With the help of a webcam

    http://Windows.Microsoft.com/en-CA/Windows7/using-webcam

    Hope that the information provided is useful. Do not respond if you need more help.

  • Can someone help me understand how the URL handlers work and how they can be used to launch AppleScripts links?

    Preface:

    -I'm not a complete noob, but Applescript is my first programming language

    -J' have been able to write scripts that are useful for a variety of tasks, but especially the interaction between the Excel and numbers

    -I consider myself to be an advanced/expert with the numbers, but not Excel

    My goal is to be able to run scripts from a link in a Numbers spreadsheet without opening a browser.  For me, a key missing numbers is the ability to create interactive buttons.  I know reading is it possible to use links in OSX to trigger scripts via URL, but all managers the explanations and instructions, I found are over my head, because they reference the definitions of programming I don't understand.   I know it's probably a very long answer.  I really appreciate the effort and promise of will not be wasted your time and your knowledge will be used for good (at least by me).

    World  thanks,

    Ash

    Google this string: Manager of URLS AppleScript.

    The first strike several include the how-to code AppleScript which should guide you on the construction and launch of a URL handler.

  • Try to understand how the AND and OR keywords works

    I read that the priority of the use of AND and OR in which the clause can be determined by where you put the parenthesis. I tested it and it's true. How is it...

    THIS...
     SELECT invoice_number, invoice_date, invoice_total
    FROM invoices
    WHERE (invoice_date > '01-MAY-2008' OR invoice_total > 500)
    AND invoice_total - payment_total - credit_total > 0
    Order By Invoice_Number; 
    AND THIS...
    SELECT invoice_number, invoice_date, invoice_total
    From Invoices
    WHERE invoice_date > '01-MAY-2008' OR invoice_total > 500
    And Invoice_Total - Payment_Total - Credit_Total > 0
    ORDER BY invoice_number;
    GIVE ME DIFFERENT RESULTS, BUT THIS...
    Select distinct (Select Count(Invoices.Vendor_Id) From Invoices Where Invoices.Invoice_Date < '01-MAY-2008')  as Test_Column
    From Invoices 
    Where (Invoice_Date > '01-MAY-2008' Or Invoice_Total > 500)
    And Invoice_Total - Payment_Total - Credit_Total > 0;
    AND THIS...
    Select distinct (Select Count(Invoices.Vendor_Id) From Invoices Where Invoices.Invoice_Date < '01-MAY-2008')  as Test_Column
    From Invoices 
    Where Invoice_Date > '01-MAY-2008' Or Invoice_Total > 500
    And Invoice_Total - Payment_Total - Credit_Total > 0;
    DO NOT GIVE ME DIFFERENT RESULTS.

    Published by: mookjais on February 24, 2011 20:43
    select distinct (select count(1) from A ...)   from   
    

    you get the distinct value of the counts, then there could be double account as number 23 for example.

    select count(1) from A .......
    --------
    23
    40
    23
    23
    ....
    
  • How the news works of linux vmware-tools associated with the support of actions HGFS?

    Just to clarify, if it is possible to get from VMware Tools for Linux Guest users qualified/developer/maintainer.

    If memory serves me right, from 12 Workstation, VMware Tools for modified Linux related with the way it handles stocks HGFS.

    Installation of VMware tools on many Linux guests, I always see the same behavior.

    In some installations it build hgfs module, in others it seems fair to connect on vmhgfs-fuse executable. No module hgfs not charged in this case of the kernel then HGFS works as expected.

    Exactly how it works under the hood, how to install VMware Tools/config, can determine whether it is necessary to build the module or just run vmhgfs-fuse?

    Well, strange person, not even VMware guys come on this subject. IMHO is a really interesting thing, I almost always use shared folders between guests and hosts, it's so easy and simple WHEN IT WORKS.

    The fact that no-one comes on this thread, show what I think always: products like workstation are profoundly less used, average people IMHO use 30/40 per cent of the potential software.

    Then, with a few hours and a few Linux guests many kind in hand machines (work with tools in both modes, hgfs.ko or fuse), investigated and found how it works by myself.

    This is what I found.

    Recent versions of VMware Tools for Linux now seems to check the fuse package installed on guest system installed and when they found him, they try to use vmhgfs-fuse (formerly an Open-vm-tools executable) to mount hgfs actions without the need of the hgfs.ko module and so without needing to compile the module often broken kernel. For example, hgfs.ko thin build up to kernel branch 4.4 and it is broken again on 4.5.

    The script vmware-config - tools.pl also seems power - also when it detects the fuse package - properly configure autostart for hgfs share.

    That's all, and it's very useful for me. Hope it will be for others.

  • want to m7: how the compression works?

    Hello everyone, to compress drive C a good thing or a bad thing? I hate doing things that I think are good but go wrong, sometimes things are better left alone. Please let me know your opinion on this. Thank you

    joeypinter

    Display your screenshot, not just what I say it is a bad thing (loss of performance for space of trades), it is completely useless!

    You have more than 600 GB free out of a 1 TB drive - should NOT be messing around with disk compression.

    If it was my PC, I would appreciate Win10 was still halfway decent and he would leave well enough alone.

    OOD luck

    ========================================================================
    I'm a volunteer and I do not work for, or represent, HP.
    ---------------------------------------------------------------
    If my post helped you, please click on the symbol of the thumbs-up to the left of the answer key to say thank you.
    If my message solved your problem please click on "Accept as Solution" - to help others to find the solution.
    ========================================================================

  • Hello. I have an emachine T1096 with Windows XP installed. I need to understand why the sound was suddenly released. Help, please!

    I did everything in the help and support section. He worked one day, the next morning, when I turned on my computer it was outside.

    Hello

    1. have you you can all changes on the computer before this problem?

    See the article below which might help you to fix this problem.
    No sound in Windows
    http://Windows.Microsoft.com/en-us/Windows/help/no-sound-in-Windows

  • My msn I whant to talk about how the site works on windowslivehelp... When I write about what ive done is "we do not find that you produce.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
      Windows live essential.
    • "Bad password or Id" error messages
    • Recent changes made to your computer 'reinstall, delete cookies and all. '
    • What you already tried to solve the problem "has spoken to the people on windowslivehelp.

    Submit all Live and Hotmail queries on the forum right here:

    Windows Live Solution Center
    http://windowslivehelp.com/

    Your post makes no sense.

    How to ask a question forum/newsgroup:
    http://support.Microsoft.com/kb/555375

  • To understand how the situation report of the printer hp officejet 6000

    Product number CV051, Vista 32-bit.  Earlier today, a telephone support had run me uninstall3 and then reinstall (my printer print an alignment page after each print job).  The initial problem was solved, but now says my printer HP solutions Center is disconnected.  I can and have printed documents.  The printer is connected of course.  So I ran a Printer Status Report.  This report argues that the network status is offline, and Active connection type is none.  Is that what it means that the printer is not connected?  If so, how can I solve this problem?  (Although it is a newly installed printer this printer was purchased for more than a year and is no longer under warranty.  I used my support call a phone to solve the problem of alignment page).  Please note: I am really a Novice!

    susana1027

    Hey Susana,

    You are assuming that this network status 'offline' means that the printer is not connected to the network. Have you set up this printer on the wireless network again? Also how this printer currently connected to the printer (wired or wireless)? IM waiting for run the HP Print & Scan Doctor to see if he is able to solve your problem. If it does not solve the problem, post back with new details and will continue from there.

    Thank you!

    Sean

Maybe you are looking for