Quations

1.What are the tables that should not be given to endusers?
2. What are the dangerous transaction that should not given to the endusers?
3. How do u know that R/3 System working well?
4. What will you do when production server gets hangup or fails?
5. How to do the database reorganization? Is there any tool to do? If Yes What is the process?
6. What is the Early watch report? What does it contain? How do you monitor the Early watch roport?
7. How many WorkProcess can we create for a perticular server? Is it possiable to create 60 WorkProcess

The reset link will only show on an account if you have a rescue email address (which is not the same thing as an alternate email address) on it. If you aren't getting the reset link then you don't have a rescue email address, and you won't be able to add one until you can answer your questions - you will need to contact Support in your country to get the questions reset.
Contacting Apple about account security : http://support.apple.com/kb/HT5699
When they've been reset you can then use steps 1 to 7 half-way down the HT5312 page that you posted from to add a rescue email address for potential future use

Similar Messages

  • How how to escape double quation in execute immediate in trigger

    Hi all,
    please inform me what is the mistake in this procedure.
    i think the problem in how to escape double quation.
    SQL> create or replace procedure P2
    2 is
    3 begin
    4 execute immediate ' create or replace trigger t2 '
    5 ||' before insert '
    6 ||' on tb_test'
    7 ||' for each row '
    8 ||' declare '
    9 ||' begin'
    *10 ||' execute immediate ''create table t1 as select distinct(NVL(soundex(namess),'''NONE''')) from test';'*
    11 ||' end;'
    12 end;
    13
    14 /
    Warning: Procedure created with compilation errors.
    SQL> show error
    Errors for PROCEDURE P2:
    LINE/COL ERROR
    10/83 PLS-00103: Encountered the symbol "NONE" when expecting one of
    the following:
    * & = - + ; < / > at in is mod remainder not rem return
    returning <an exponent (**)> <> or != or ~= >= <= <> and or
    like like2 like4 likec between into using || bulk member
    submultiset
    SQL>

    See 'Text Literals' in the SQL Language doc for how to use alternative quoting
    http://docs.oracle.com/cd/B28359_01/server.111/b28286/sql_elements003.htm
    >
    Here are some valid text literals:
    'Hello'
    'ORACLE.dbs'
    'Jackie''s raincoat'
    '09-MAR-98'
    N'nchar literal'
    Here are some valid text literals using the alternative quoting mechanism:
    q'!name LIKE '%DBMS_%%'!'
    q'<'So,' she said, 'It's finished.'>'
    q'{SELECT * FROM employees WHERE last_name = 'Smith';}'
    nq'ï Ÿ1234 ï'
    q'"name like '['"'

  • HT5312 Hi i want to purchase a Brain game through my i phone , they ask me to answer the secret quations which i forget , how to do ?

    Hi ,
    I want to purchase a Brain game , from my I phone but the ask me to answer the secrets quations which i forget , what to do ?

    Read the HT5312 page that you posted from, it has instructions for how to reset them i.e. if you have a rescue email address on your account then steps 1 to 5 half-way down that page should give you a reset link.
    If you don't have a rescue email address then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 page that you posted from to add a rescue email address for potential future use

  • Quation getting referenced automatically through Sales order material

    Hi,
    Quation  should get referenced automatically through given Sales order material.Assume Quation is fixed for all materials entered in Sale sorder.
    i tried using user_exit_move_field_to_vbap and user_exit_save_document_prepare.And updated XVBFA,XVBAP programatically.
    Sales order and Quation(at item level) are getting referenced but quantity of qutaion is not getting reduced by the quantity consumed and MD04 does not reflect the same.
    Can you please help with the pointers.
    Thanks much,
    Vishnu.

    Hi,
    As per standard SAP the description is copied from the material master but the same can be edited while creating the sales order. Take the help of ABPER to debug it find out the error.
    Regards

  • Mesures sous formes d'équation

    Bonjour,
    Je suis en stage et je programme sous LabView.
    Cependant j'ai rencontré un problème ces derniers jours! Le but de mon stage est de faire un banc d'essai pour des palmes, programmer avec un LV exécutable, or une fois que j'ai réaliser l'acquisition de mes mesures et afficher la pente de ma droite j'ai besoin d'avoir l'équation sous la forme y(x)=ax+b, par exemple, pour ensuite la dérivée deux fois et obtenir y''(x), soit le moment d'inflection en méanique.
    D'ou ma question, Comment écrire une équation qui pourra être dérivé a partir de valeurs sans que l'utilisateur n'est a saisir la pente de la droite ou au pire qu'il doit saisir dans la face avant ?
    Car pour l'éditeur d'équation je suis obligé d'écrire à la main l'équation dans le diagramme ce qui est embétant..
    Merci d'avance, 
    Cordialement

    Une approximation par un polynôme d'ordre N .... d'accord,
    mais une Série de Fourier, si ma mémoire est bonne, cela concerne uniquement les fonctions périodiques.
    oops ... tout cela a été étudié ... mais il y a déjà quelques années 
    heuuu ... personne n'a besoin de la fonction de raisonance d'un circuit LC ? ... ça je sais !  

  • Droite d'équation linéaire établie à partie d'une pente et d'un offset

    Salut à tous.
    Je précise déjà que je suis débutant sous labview et ayant un besoin de programmation, je me retourne vers vous pour avoir éventuellement des réponses mais aussi pour que vous me donniez vos sentiments sur le programme que j'ai réalisé.
    Alors, je souhaiterai tracer une droite d'étalonnage (droite d'équation linéaire - y = ax+ b) à partir d'une valeur de pente et d'un offset (ordonnée à l'origine) rentrés par un opérateur. La droite est éventuellement affichée dans un graphe et ce serait pour corriger une mesure de température d'une PT100.
    Merci à tous d'avance pour vos réponses et votre contribution.
    Zipplie.

    Hi Zipplie,
    From what I see, I guess your code is working, so that's a good start!
    As you are asking for advices, there are many ways to do what you are doing. As you are just doing an addition and a multiplication, I wouldn't use a calculator for that. Express VIs take a lot of space and you can't actually see what you are doing, you need to double click on it. (But they are useful when you are just starting exploring LabVIEW.) I would rather use basic mathematical function and work directly with arrays as the formula is the same for the two values of X. I have linked an example of what you could do (but as I said many solutions are available).
    I hope this helps,
    Charlotte F. | CLAD
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> "Du 11 octobre au 17 novembre, 2 sessions en parallèle : bien démarrer - approfondir vos connais...
    Attachments:
    droite d'équation.vi ‏13 KB

  • Filtre numérique à l'aide d'une équation récurrente dans FPGA

    Bonjour à tous,
    Je souhaite implémenter un filtre numérique dans un FPGA (Virtex-II à 1 million de portes logiques).
    Pour cela j'ai calculer mon équation récurrente qui est : S(n) = (1/b0)*[a0.E(n) + a1.E(n-1) + a2.E(n-2) - b1.S(n-1) - b2.S(n-2).
    Je me suis dis qu'implémenter cette équation serait facile avec les registres à décalages mais finalement j'ai plutôt un problème avec le format des datas.
    En effet, les coefficients calculés sont très petits. Par exemple a0 = 0,01226993865.
    Et donc en utilisant le format FXP (virgule fixe), je dois mettre le format <+/-,39,2> : [-2,000000E+0 , -2,000000E+0]:7,275958E-12  , pour avoir la résolution adéquate à mes coefficients.
    Le problème c'est que lors d'une multiplication, le nombre de bits "word length" (39 dans mon exemple) et "integer word length" (2) est doublé...
    Avec un maximum de 64bits pour le "word length", j'atteins vite la limite...
    Avez-vous une idée pour la mise en oeuvre de ce filtre ?
    Une astuce à utiliser pour manipuler des nombres très petits dans un FPGA ?
    Benjamin
    Résolu !
    Accéder à la solution.

    Bon, voilà comment j'ai fais :
    Depuis mon controleur, je multiplie par 2^15 mes coefficients puis je les envoie dans mon FPGA.
    Et dans mon équation récurrente sur FPGA, je multiplie ma sortie par 2^(-15) !
    Et le tour est joué !

  • Request for quation need to send for my vendor through mail

    Hi all,
                 I ned to send to my vendor Request for quation through mail , in that mail my RFQ must be in Excel format, as i am SAP XI consultant , is it needed to use SAP XI for this hope there is some standard fuction for this , please help me in this
    Thanking ypu
    Sridhar

    as prepared to use SAP XI

  • Monthly quation details

    what is monthly quation details and what is the procedure to write a report to calliculate monthly quation details urgent

    Hi
    fetch the data from VBAK and VBAP table for the quotations
    use VBAK-BSTYP = B and
    vbak-AEDAT  take as one month  and fetch the data and display the report
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • InDesign et équations mathématiques

    Bonjour,
    Je dois faire des mises en pages dont certaines comportent des équations mathématiques très compliquées.
    Est-ce que quelqu'un peut me dire s'il y a une façon simple de procéder dans Indesign ?
    Faut-il acheter une police particulière, ou est-ce qu'une police OpenType comprenant les caractères grecs et les symboles mathématiques suffit ?
    Et comment se résoud le problème des grandes paranthèses, ou des grands crochets qui englobent toute la fonction ? Même question pour la longueur de la racine carrée ??
    Je ne vois pas du tout comment empoigner le problème sans passer un temps fou pour composer chaque équation… Existe t-il un logiciel ou un complément de logiciel intégrable à InDesign ?
    Merci pour votre réponse
    durandtoutcourt

    Vous pouvez télécharger le plug-in pour CS4, CS5 ou CS5.5 à cette adresse :
    http://movemen.com/news/entry/equation-editor-cs3-cs4-and-cs5-available-for-download/
    D'après ce que j'ai lu, il ne s'agit pas d'une mise à jour, mais bien d'un programme complet. Pour pouvoir utiliser les commandes "interactives" du programme, vous avez besoin d'acheter une licence sinon, le programme est utilisé comme lecteur seulement pour ouvrir les documents inDesign contenant des formules précédemment créées.

  • TS3297 I don't know the answers for the quations u asking me

    Whan I'm buying a song it asked me a quation that I don't know so that's what I need help with ?

    1. See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for support
            and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions
    5. For online assistance use Apple - Support - Express Lane

  • Quation rejected but i can issue purchase order for the rejected.

    hi, i have several issues to be solved
    i rejected a quotation but i can issue purchase order for the rejected quotation..
    q1:  why SAP  had given that option?
    q2:How do i restrict user to issue purchase order for rejected quotation?
    q3: what i observed was , accepting the quotation entirely lies with user.so what is the criteria for accepting the quotation.. Is it just the price?? If it is the just price then How do i restrict the user to go always for low price quotation?
    thanks in advance,
    regards,
    srini

    In SAP R/3, RFQ comparision is done on the basis on price only.( including excluding discounts, delivery cost....).
    In true business scenario, lowest cost is not the best solution. There are other qualitative parameters which needs to be considered for taking final decision. These factors can be different for different type of purchases. e.g. for capital goods what is the life of equipment. Total cost simulation is done outside system & PO is created with reference to best fit quote.
    In SRM, we can define parameters against which we can evaluate the quote within the system.
    Hope this is helpful.
    Thanks
    Ashutosh

  • Copy Billing plan from Quation to Sales order at header level

    Dear Gurus,
    I am using custom routine (600) to copy Billing plan from Quotation to Sales Order.
    I used following code to copy Billing plan.
    LOOP AT CFPLT.
    MOVE-CORRESPONDING cfplt TO FPLT.
    CLEAR FPLT-FPLNR.
    FPLT-FPLNR = FPLA-FPLNR.
    MOVE-CORRESPONDING FPLT TO XFPLT.
    XFPLT-UPDKZ = 'I'.
    APPEND XFPLT.
    CLEAR XFPLT.
    ENDLOOP.
    UPD_FPLT = 'I'.
    I also tried with CFPLA instead of CFPLT.
    Using this code all line item Billing plan is coping into header Sales order Billing Plan (Duplicating records). When I save and come back it is giving Express Document error.
    I could not able to save document.
    Please guide me this regards.
    Thanks,
    Vasanth.

    Hello Nag,
    Did you check your copy control routines in transaction VTAA? You need to see if these fields are included in the routines maintained for copy control between your contract and sales order.
    I hope this helps.
    Best regards,
    Ian Kehoe

  • I have forgotten my security quation answer i have 35 CHF HOW CAN I REORGANIZE THIS PROBLEM

    hi how i reorganize my apple ID security quesion i have forgotten it

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.

  • Question regarding ONT connection via Ethernet and Cable cards

    Hi,
    We recently upgraded to Fios Quation 150Mbps/65  plan. We are not getting the advertised speeds (we only get like 5mbps upload) so verizon is sending a tech to switch the ONT connection from coax to ethernet.
    I have 2 questions regarding this new setup:
    1. If the ONT communicates with the Fios Actiontect router via ethernet instead of coax from now on, How will the set top boxes and Tivo-esque cable card powered device I currently have connected to coax, talk to the verizon system from now on, if coax is taken out of the equation? Will fios signal still flow through the internal coax wiring of the house? And moreover, I was under the impression that coax was the way set top boxes communicated and derived independent ip addresses from the Fios router, for on deman purposes and what not. How will this work from now on?
    Quiestion 2.
    Right next to the wall where the ONT sits, theres's a basement office where we have a PC that connects to the Fios system  via an Actiontect MoCa adapter (ECB2500C) which I assume derives it internet connection from the Fios Actiontec router which sits upstairs in the living room. 
    Again, with the Coax about to be disabled next Friday in favor of ethernet connection from the ONT, I assume this PC will be left without internet because of the lack of internet signal in the coax? Is this correct? 
    Question 2.5 If my above assumption is correct, since this office is right on the other side of the wall where the ONT sits outside the house, would it be possible to run an ethernet wire through the wall that connects straight from the ONT to an ethernet switch inside the office, from which I would derive a connection for this basement PC (properly firewalled of course) and then, from said switch, continue running the ethernet wire that would ultimately reach the Actiontec Fios router upstairs from which the rest of the house derives it's internet?  and would this setup affect in any way the propper functioning of the cable boxes in the house?
    I'd appreciate your input and any help you can provide so I can have a ballpark idea of what to tell the Fios guy to do when he comes on Friday.
    Cheers.
    Solved!
    Go to Solution.

    It's not valid to have two devices connected to the ONT, PC and VZ Router.  Must be a single device. The ONT locks onto the MAC Address of the first device it sees. Since you have TV you should have the VZ router as the internet facing router.
    Other options:
    1.  Have the VZ Router located next to the PC in the basement and then use Wireless for all other PC's.
    2.  Have the VZ Router located next to the PC in the basement but run one wire upstairs and connect a switch where other PCs and devices can connect via a wire.
    Hope that helps.

Maybe you are looking for

  • Reworking a legacy Project that has a .air generated application

    Hi, I am new to the Adobe SW solutions and have a few basic questions. Background. The small company where I now work has a software team of 1, and that is now me. In 2011 a previous Developer here created a .air target application that was delivered

  • Is there a way to help my desktop computer?

    Hi everyone, My issue is concerning my desktop computer at work. I'm not very technical, so please bare with me. It's an Apple, Mac desktop computer from anywhere between 2009 to 2011 (I'm not sure how to tell). It's running the Mac OS X version 10.6

  • SqlFileStream error: The network path was not found

    I created a FileStream enabled table in a SQL2008 database, and populated some rows into it, from a SQL2000 table storing image. It's fine. Then I wrote a WPF application in C#, trying to access the filestream data as below code snippet: SqlConnectio

  • Snow leopard  video too dark

    i just installed snow leopard and my ichat video is really dark, people can barely see me now. anyone else have this problem? or know how to fix it?

  • Problems with CORBA deployed BC4J used by JSP app

    Hi JDev Team all is beginning to run , we are trying with EJB's but now we are turn to CORBA for close view, in a first look CORBA is more complicated than EJB's but the performance for EJB's is poor from our point of view, if you are interested in o