Related to flash point in cg02

Hi,
what is table and field name from which we get the value of flash point in case of dangerous and non dangerous goods? no F1 help available for that.
thanx in advance.
regards
saurabh

992748 wrote:
Hello experts,
I'm little newbie to RMAN recovery. Please help me in these doubts:
1. If I have datafiles, archive logs & control files backup, but current online REDO logs are lost, then can I perform incomplete database recovery ?yes, if you have backups of everything else
2. Till what maximum time/scn can incomplete database recovery be performed ??Assuming the only thing lost is the redo logs, you can recover to the last scn in the last archivelog.
3. What is role of online REDO logs in incomplete database recovery ? They provide the final redo changes - the ones that have not been written to archivelogs
Are they required for incomplete recovery ?It depends on how much incomplete recovery you need to do.
Think of all of your changes as a constant stream of redo information. As a redolog fills, it is copied to archive, then (eventually) reused. over time, your redo stream is in archivelog_1, continuing into archvivelog_2, then to 3, and eventually, when you get to the last archivelog, into the online redo. A recovery will start with the oldest necessary point in the redo stream and continue forward. Whether or not you need the online redo for a PIT recovery depends on how far forward you need to recover.
But you should take every precaution to prevent loss of online redo logs .. starting with having multiple members in each redo group ... and keeping those multiple members on physically separate disks.

Similar Messages

  • How do I get a button in Flash point to a https page of PagSeguro.

    How do I get a button in Flash point to a https page of PagSeguro. Programming they provide is this:
    <!-- INICIO FORMULARIO BOTAO PAGSEGURO -->
    <form target="pagseguro" action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add" method="post">
    <!-- NÃO EDITE OS COMANDOS DAS LINHAS ABAIXO -->
    <input type="hidden" name="itemCode" value="AC0DD53E5757C9F774629F9937513499" />
    <input type="image" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/120x53-comprar.gif" name="submit" alt="Pague com PagSeguro - é rápido, grátis e seguro!" />
    </form>
    <!-- FINAL FORMULARIO BOTAO PAGSEGURO -->
    If I past this programation in start HTML, I see border white in my page.
    I wrote a book and this schedule is to send to a secure site for sale
    I development my site in Flash 4 and now CC6. Export in Html
    www.escalasdecores.com.br

    Excuse me for my ignorance.
    I put the schedule as show below and generates an error when I export
    Scene 1, Layer 'Actions', Frame 350, Line 119, column 11 in 1061: Calling a possibly undefined method send through a reference with static type flash.net: URLLoader.
    Which is in line urlLoader.send (urlRequest);
    I used Snippets
    This programation:
    /* Evento de clique de mouse
    Clicar na instância do símbolo especificada executa uma função na qual você pode acrescentar seu próprio código personalizado.
    Instruções:
    1. Acrescente seu código personalizado em uma nova linha depois da linha que diz "//Iniciar seu código personalizado" abaixo.
    O código será executado quando se clica na instância do símbolo.
    button_7.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
    function fl_MouseClickHandler(event:MouseEvent):void
              // Iniciar seu código personalizado
              var urlLoader:URLLoader=new URLLoader();
    var urlRequest:URLRequest=new URLRequest("https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add");
    var urlVariables:URLVariables=new URLVariables();
    urlVariables.itemCode="AC0DD53E5757C9F774629F9937513499";
    urlRequest.data=urlVariables;
    urlRequest.method=URLRequestMethod.POST
    urlLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    urlLoader.send(urlRequest);
              // Este exemplo exibe as palavras "Mouse clicado" no painel Saída.
              trace("Mouse clicado")
              // Encerrar seu código personalizado

  • When I go to the Soldiers Angel site or my Banking site it is asking for flash point, also saying no plugins

    when i go to my banking on line site it asks for flashpoint also has message no pluging.  I have this problem when I got to Soldiers Angels to get my much needed info to send letters to our Fallen Heroes Families.  Apparently I need flash point back that I must have lost either with the Leopard update or the worm update coud someone please help

    I thank you for your e Mail and yes I did get a bit frustrated after going through this problem for a couple days and evenings not knowing that there was help out there for me without havng to take my computer to the APPLE Store.  Yes I have to say that Limnos hoestly helped me and I did appologize to him about being so uppity as he called me for it wasn't it was being frustrated and I have just gone through heart surgery 6 weeks ago so the pain from that and the problems with the computer just all added up together.  I do agree with you about him being a respectable person for he has definitely earned my respect.  He seems to be exceptionally knowledgeable about the imac.   I still am having a problem in my HD library I have plugins folder and then another plugin disabled folder, it does not seem to be effecting anything as far as I can see.  I do not believe I had a problem with him I just wrote back to him kidding around I did ot mean to upset him for he honestly was trying to help me and I would appreciate it if you could let him know that I am very grateful for his knowledge and being there to help me and I am sure so many othrs.
    Thank you hpr3  for contacting me and also Limnos for helping me.
    Much appreciated,
    Mindy Heiser

  • URL relative to flash button?

    Hey Flash Gurus! I'm finishing up a flash template that I have used on numerous occasions and it has worked really well. This time however, the nav button that is used to bring up html pages within my site got out of whack. I have checked (and changed) the flash/menu_v8.swf?button=3 relative to the index page I'm trying to link to, but to no avail. I have also gone into Flash and can change the h-link of the TEXT on the button to the corresponding page, but it makes no changes whatsoever. Does anyone have ANY ideas? Any help would be most appreciated!!!!

    Thanks Adninjastrator. Not QUITE sure I follow though. In Dreamweaver, I can
    go to the Flash Properties > File textbox and specify which button
    (menu_v8.swf?button=3) should correspond to the page I have open. Of course
    I save after entering, and when I preview it, the correct page (in this case
    index-2.html, which is correct) comes up, but button "4" is highlighted.
    Button "3" actually corresponds to index-2. At that point of course, I can't
    click on button "4" because it is grayed, which should correspond to
    index-3.html.
    The funny thing is, when I actually type in the correct url for ALL pages in
    the address bar, they all seem to work correctly. It's got me bumfuzzled!
    Is there anything else I should try?

  • How to flash point (oval) ?

    Hi,
    I am using the Graphics, and give red color on the point (oval) that I designate.
    The following is the way I am using:
    g.setColor(Color.red);
    g.fillOval(128,53,4,4);
    However, I hope to flash the point (oval). Can you give me some clues?
    Thanks.

    Hi, EvilEdna,
    Thank you for your program, and it is very good. However, I can not implement it.
    The running result is also good, and I get one "Green....;Green..after" for each 500 milliseconds. But the color doesn't change at each 500 milliseconds. I think that it is strange, and the color should change. In fact the color doesn't change. Can you help me out? Thanks again.
    I changed a little the following codes and they are :
    protected void blinkLed(final Graphics circle, boolean enabled)
    circle.setColor(Color.green);
    circle.fillOval(128,53,4,4);
    if (enabled)
    if (timer == null)
    timer = new Timer(500, new ActionListener()
         public void actionPerformed(ActionEvent ev)
         if (circle.getColor() == Color.green)
         System.out.println("Green....");                              circle.setColor(Color.red);
         circle.fillOval(110,53,4,4);
         System.out.println("Green..after");
         else
         circle.setColor(Color.green);
    timer.start();
    else
    timer.restart();
    else
    if (timer != null)
    timer.stop();

  • Bi related security kt points

    Hi ,
    any can guide me about security related kt session in bw
    what points we need to ask.
    bw 3.5 version

    Hello
    Have a look at these docs
    [An Expert Guide to new SAP BI Security Features|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/659fa0a2-0a01-0010-b39c-8f92b19fbfea]
    [SAP NetWeaver Business Intelligence Security Guide|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/707cbec7-9716-2a10-8092-cb7485e25de9]
    Thanks
    Chandran

  • Space issue in Firefox related to Flash banner

    I have a website with validated XHTML and CSS that displays an unwanted space only in Firefox under a Flash banner.  The site has been tested in IE6/7/8, Firefox, Chrome, Safari, Opera, AOL, and Netscape.  Firefox is the only problem.  After posting this issue to Experts Exchange, it was determined that the code Dreamweaver generates to insert Flash causes the problem.  An expert on that site originally thought there were two instances of the object and removed what handles IE.  The site then displayed correctly in all other browsers, but would continuously try to load the Flash file in IE. Obviously, that is not the resolution.  I have tried inserting various IECCs without finding the right combination.  --  The live site is http://www.imfgsol.com.  The test page that contains code suggested by Experts Exchange is http://www.imfgsol.com/default2.html  --  I would great appreciate any help resolving this issue!!  Thanks!

    Thanks so much for your help!  Adding the param, removing the IECCs, and correcting the tag closing resolved the issue.  The http://www.imfgsol.com/default2.html page now loads in IE 6/7/8 and validates.
    For anyone that might have this issue, following was the problem and resolution:
    When inserting a Flash banner using Dreamweaver, the following code was created:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="963" height="113" class="imgpad" vspace="0" id="FlashID" title="Innovative Manufacturing Solutions">
          <param name="movie" value="images/IMSbanner.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object data="images/IMSbanner.swf" type="application/x-shockwave-flash" width="963" height="113" vspace="0">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
            <!--[if !IE]>-->
            </object>
          <!--<![endif]-->
        </object>
    The display was fine in all browsers other than Firefox.  In Firefox, an unwanted space was created due to the way it read the IE code.  The space below the banner is illustrated here:
    By removing the separate objects and IECCs and adding the param as suggested, there is no longer a space in Firefox and the display is correct in IE 6/7/8, Firefox, Chrome, Safari, Opera, AOL, and Netscape.  The code that works correctly is:
    <object data="images/IMSbanner.swf" type="application/x-shockwave-flash" width="963" height="113" vspace="0">
            <param name="movie" value="images/IMSbanner.swf" />
            <param value="high" name="quality" />
            <param value="opaque" name="wmode" />
            <param value="6.0.65.0" name="swfversion" />
            <param value="Scripts/expressInstall.swf" name="expressinstall" />
            <img width="112" height="33" alt="Get Adobe Flash player" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"></a></p>
              </div>
        </object>

  • Ios 7.1 led flash point in not working for sms and push

    After the update to ios 7.1 the LED flash no longer works for text messaging.

    It only works - for any alert - when the screen is locked.

  • Problem related to break-point in SAP biller direct

    Hi All,
    I am new to SAP biller direct.We are using ECC 5.0 system as the back end system.We created an implementation for  the BADI 'APAR_EBPP_GET_DATA'.I wanted to debug this BADI.So i set a breakpoint at a particular line.When I opened biller direct web application , no dubugging session opens at any point.Any idea why this is happening.
    <removed_by_moderator>
    Edited by: Julius Bussche on Jun 23, 2008 9:55 PM

    If this is a production system, then debugging might have been disabled; so the backend is saying "no way". Contact your basis folks and ask them.
    Other than that, I am afraid you are not even left with the last resort option of debugging it anymore...
    How about writting really, really good code which does not require debugging?
    Cheers,
    Julius

  • Relation betn Measuring Point & Classification

    In Transaction Ik03, After entering measuring point ... Press enter.Now go to GOTO-->Classification.
    On this screen we have two fields characteristic description & value.
    i want the table or function module which give the relationship betn this value & measuring point.
    Thanks In advance....

    hi Yogesh,
    Measurement document is in table IMRG. IMPTT is the table storing Measuring point. You can start at these tables.
    regards,
    Vinoth

  • Tools related to anchor points are not working, can't add a point to paths or convert a point.

    Having a lot of issues manipulating points on paths in Illustrator CC - this is a fundamental feature of creating vector graphics and it's very annoying I'm paying for this and it's just not working. Eating up a lot of my time simply because I can't select or convert or add the anchor.

    bella,
    Presuming we are not just talking about more or less hidden Anchor Points as in View>Show/Hide Edges/Bounding Box, you may try to start on the following list (5) seems unlikely in this case).
    You may try the following (you may have tried/done some of them already) and see whether it helps (the following is a general list of things you may try when the issue is not in a specific file; 3) and 4) are specifically aimed at possibly corrupt preferences):
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder Other options (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Both Firefox & IE crash even when I have disabeled plug-ins. I have installed new version of Firefox and problem continues. Seems to be related to Flash, but not sure. Firefox will stay open if I go to a page like Google. Also crashes in safe mode.

    Both browsers seem to crash when the web page wants plug ins to access pages. Simple ones like Google's home page, or these for example, work fine. I have run several scans with security software, including Malware (latest database), and they don't find anything.

    The problem began because my computer had to be sent in because it wouldnt turn on so i had to get it fixed they replaced the motherboard this was the second time the motherboard was replaced and once they did that my firefox hasnt worked the same. I can go on google chrome but thats not what i prefer to use.
    & when i right click on firefox it says troubleshoot so im assuming its built in to my computer. im not sure.
    I tried the profile manager to create a new profile and that has seemed to work so far. No crashing but it does freeze when i got to facebook and then i have to click ctr alt delete to open task manager to end firefox. It happened twice, the third time i went to google, then twitter and it didnt freeze. I then went to youtube and it froze. So Facebook and youtube make it freeze. Any idea why it does that?
    & thank you so much for helping and responding to me.

  • Proxy Object related issue - Basis point of view

    Hi Guys,
    I am working on an interface Proxy(BW) to file.   I am done with all the required settings viz. activating ABAP proxies etc.  Created new package and assigned the SAI_TOOLS & SAI_SMXS in the use access of my package.
    While activating the proxy I am getting very weired error and the surprisingly EXECUTE_ASYNCHRONOUS method is invisible.  It was never occured in my other Proxy-file scenarios.
    I am getting error as "Insufficien use access for the package".
    The table sructure seems to be using “CONTROLLER”  as one of its fields/components.  When we check “CONTROLLER”, it seems to be having Component type “PRXCTRLTAB”.  When we further check “PRXCTRLTAB”, it belongs to the package “SAI_PROXY_PUBLIC” which is for “ES Tools: Proxy Public Interfaces”. 
    Am I missing anything?
    Your inputs are highly appreciated.
    Thanks & Regards
    Viji

    The other proxy scenarios you are using has the same package or different ones. The error seems to authorizations to package. Did you compare the authorizations of other package with the new one you created. Please compare  or try to delete the proxy and again activate the IR objects and create the SPROXY

  • Question of file size related to power point

    I am a relatively new user to Premier Pro and currently have simple editing needs.  I am creating a powerpoint presentation in 2010 with multiple video clips (no audio).  The file size (powerpooint) has become too large (@ 300MB).  I plan to use a progam called Captivate to voice over the presentation.  This will then save and will be used on a secure webserver.  My concern is the file size will be unreasonable to download for the end user.  After much trial and error I chose to use WMV, H264p, 29.97 and changed the bitrate to 4000 to reduce the video size.  Other codecs would not show in powerpoint 2010 and quicktime created huge files.  I have 2 questions 1. any recommendations on reducing video file size without sacrificing quality (currently 1 min of video= @ 28MB).  Note I am using a fast blur to conceal patient's identity. 2. any suggestions on program similar to Captivate that may handle larger files for download.
    I appreciate any guidance.
    Thank you.

    There's really only two ways to reduce the file size of a video clip - make it shorter, or reduce the bitrate.

  • Flash CS5 - document class relative path & package location

    It seems I have no trouble pointing an FLA's document class to my project's class package when the FLA is at the same root level as the package's top-level directory. However, if the FLA is nested in a sub-directory, then relative paths to a class nested in the package will not work.
    example package & class location : com.company.project.ClassName
    Case1 :
    Package location : \MyProject
    FLA location : \MyProject
    where document class path is : "./com/company/project"
    Case 2 ( does not work ) :
    Package location : \MyProject
    FLA location : \MyProject\MySubFolder
    where document class path is : "../com/company/project"
    If someone can provide an explanation as to why nested FLAs can't point to custom packages in parent-level directories, OR demonstrate how this can be done, it would be much appreciated.
    Now that I think on, both paths are relative, which makes this more confusing.
    Thank you.

    You are correct.
    I'm setting the "Document class" of an FLA file to a custom Class.
    The class is embedded/nested in the package directories of my project.
    The FLA is nest not at the same level as the root of the package, but in a sub-directory.
    Therefore, I need a relative path to point to the parent directory, then to the package.
    The occurs in both Win and Mac.
    I'm almost expecting someone to say FLAs can only point to packages in the same directory, but does not seem correct. Application-level classpaths can reference anywhere on your system, but are global. Document-level classpaths should be able to point to relative paths since a project needs to be portable, right? See attached image for example.

Maybe you are looking for

  • How to send out two analog signals

    hi I'm running Labview 10.0 with a PXI controller 8196 with with an M-series DAQ board 6289 which has 4 analog out ports. What I have done is create a statemachine which controls a multi LED board (57 LEDs arranged in 7 concentric circles, with a cen

  • Is there a way to remove the folder icons from the bookmarks toolbar without removing the favicons for the websites?

    Hi In Firefox , I would like to remove the folder icons in my bookmarks toolbar. However I do not want to remove the favicons (logos) from the websites in the bookmark folders and the bookmarks toolbar. If possible I would like to use userchrome to d

  • NSUserDefaults gives problem

    Hi guys, I am newbie, just started iPhone programming 2 days ago. I got problem with NSUserDefaults. When i try to get string value it gives (null) NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults]; // getting an NSString NSString *style

  • Why am I receiving via "Live Update" a notice...

    That a "update for Livetype 1.2 for Final Cut Pro HD 1.2" is now available? This has been going on for about a month now! I humor the computer...click install...and install fails...because the "app isn't on the computer." Of course not, I don't own F

  • Code example for ZXAFAU02

    i need a code example for user exit. EXIT_SAPLAFAR_002.