Some Question Please answer I am a beginner

Hello Friends
I have some question
1. what is the difference between forms and report
2. what is the difference between simple report and xml publisher report
3. what are the types of Database Types in Oracle
4. what are the types of SQL Loader
In Advance Thanks

1) Oracle form: acts like an user interface between data base and user input. User can Query the data and view the under lying data.Basically Oracle forms are front end tools for user interaction and application setup.
Oracle Report: is the reporting component in EBS, where in when the user gets the data based on the parameters provided.
refer to the developer Guides for more information.
http://www.oracle.com/technetwork/developer-tools/forms/index.html
2) template will be used in the XML publisher which can be developed by a RTF file, and registration of the report in EBS has a separate process. Check the below link for more information
http://docs.oracle.com/cd/B34956_01/current/acrobat/120xdoig.pdf
3) Oracle data types are similar like other languages, these are used for handling the data.There are several built-in data types, check the below link.
http://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm
4) SQL loader is basically used to load the data from flat file to data base table by using a control file. Please go through the below link for more information and concepts.
http://docs.oracle.com/cd/B19306_01/server.102/b14215/ldr_concepts.htm
Regards,
-

Similar Messages

  • Some one please answer this, every time i go into application loader it says, application failed codesign verification go into application loader and try to publish a app it says, please go into depth im a beginner, and use gamesalad

    some one please answer this, every time i go into application loader it says, application failed codesign verification , please go into depth im a beginner, and only use gamesalad please respond as soon as possible!   

    yes i did sorry for the late response LOL plus it was just a minor error! Just check to make sure u have all of ur correct distribution/developer/and creator certificates in your keychain access installed and up-to-date! Plus i have had over 900 downloads on that game!! ^^
    -CHEERS /RYAN

  • Few Questions Please answer

    Hi all,
    I have a couple of Questions Please answer
    what is the basic principle inwhich lsmw was developed
    Can we transfer standard text between diffferentclients
    Difference between Session and call transaction
    In domanin we have lower case key. If we check it and enter values the values are not entering in lower case.
    Labels canot be printed in smart forms can we print in scripts
    Routines cannot be written in smart forms we can print in scripts? what are routines.
    which view can be used in Select Statements
    How to add fiends into standard tables apart from Append structures
    I cam to know that in selection screen if we enter value in one field the fields can be filled by its corresponding values . Eg: If we enter material no field then the correspondig values will
    be entered into other select options  Plant and stotrage location.
    If can to know that it is possible through fuction module f4in_table_value_equest. I tried this but iam unable to get the result.
    I saw in search help docmentation that through import and export parameter it is possible.
    when to use upload function module is used and please give example
    if you have 20000 thosand records and if there is a problem in 11000 th record in a standard reprot how to rectify it
    Debugging in smart forms
    what is the use of log data changing check box in technical settings screen of se11
    how to find base table name for fields of a screen usnig sql trace (st05)
    what is the difference between database view and maintenance view
    Please clear my doubt
    Thanks in advance
                                                 Ranjith

    > what is the basic principle inwhich lsmw was
    > developed
    >
    > Can we transfer standard text between
    > diffferentclients
    <b>Run the program RSTXTRAN.</b>
    > Difference between Session and call transaction
    <b>http://www.sap-img.com/abap/interview-question-on-bapi-rfc-abap-objects-tables.htm</b>
    > In domanin we have lower case key. If we check it and
    > enter values the values are not entering in lower
    > case.
    <b>It cannot be that way.</b>
    > Labels canot be printed in smart forms can we print
    > in scripts
    > Routines cannot be written in smart forms we can
    > print in scripts? what are routines.
    <b>Routines are subroutines in which we can write our own code without disturbing the driver program.</b>
    > which view can be used in Select Statements
    <b>Database view.</b>
    > How to add fiends into standard tables apart from
    > Append structures
    >
    > I cam to know that in selection screen if we enter
    > value in one field the fields can be filled by its
    > corresponding values . Eg: If we enter material no
    > field then the correspondig values will
    > be entered into other select options  Plant and
    > stotrage location.
    <b>Use the fm dynp_values_update</b>
    > If can to know that it is possible through fuction
    > module f4in_table_value_equest. I tried this but iam
    > unable to get the result.
    > I saw in search help docmentation that through import
    > and export parameter it is possible.
    >
    > when to use upload function module is used and please
    > give example
    >
    > if you have 20000 thosand records and if there is a
    > problem in 11000 th record in a standard reprot how
    > to rectify it
    >
    > Debugging in smart forms
    <b>Write the statement break-point <your user id> in the command lines.</b>
    > what is the use of log data changing check box in
    > technical settings screen of se11
    <b>Log data changes
    The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.
    Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.
    Dependencies
    Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.
    The existing logs can be displayed with Transaction Table history (SCU3).</b>
    > how to find base table name for fields of a screen
    > usnig sql trace (st05)
    <b>Go to st05.
    Start trace.
    Run the required program.
    Deactivate the trace.</b>
    > what is the difference between database view and
    > maintenance view
    >
    >
    > Please clear my doubt
    > Thanks in advance

    >                                              Ranjith

  • I have solved some questions, please check if my answers are correct

    Hi every Java aces,
    I have solved some programming questions, please check if my answers are correct. Thanks
    Here are the questions and the answers to each question
    (a) Write a method called add that takes three integers as parameters and returns an
    integer that is the sum of the three parameters.
    (b) Write a method called max that takes three integers as parameters and returns the
    largest of the three integers.
    (c) Write a method called printMax that takes three integers as parameters and prints
    the maximum value to the screen. The method should return nothing. The method
    should print the words \The maximum value is " followed by the maximum value,
    followed by a new-line character. You should try to use the max method that you
    wrote earlier.
    (d) Write a method called min that takes three integers as parameters and returns the
    smallest of the three integers.
    (f) Write a method called ticketPrice that takes one integer parameter representing
    the age of a person, and returns the price of a movie ticket in dollars (as a
    oating
    point value). Children under 6 get in for free (0.00), people that are 18 or under
    pay 8.50, senior citizens (65 or older) pay 6.50, and all other people pay 10.00.
    (g) Write a method called isDivisor that takes two integers as parameters and returns
    true if the rst parameter is a divisor of the second parameter or false otherwise.
    We say that m is a divisor of n, or that m divides n, if there is an integer k such
    that n = k m. Note that 1 divides every integer, and every integer divides i
    itself .
    here are my codes
    public class Methods
    // This is method (a)
    public static int add (int a, int b, int c)
    int sum = a + b + c;
    return sum;
    // This is method (b)
    public static int max (int a, int b, int c)
    int largest;
    if (a > b)
    if (a > c)
    { largest = a; }
    else
    { largest = c;}
    else
    if (b < c)
    { largest = c; }
    else
    { largest = b;}
    return largest;
    // This is method (c)
    public static void printMax (int d, int e, int f)
    int maxValue;
    maxValue = max (d, e, f);
    System.out.println ("The maximum value is " + maxValue);
    // This is method (d)
    public static int min (int a, int b, int c)
    int smallest;
    if ( a < b )
    if ( a < c )
    { smallest = a; }
    else
    { smallest = c; }
    else
    if ( b > c )
    { smallest = c; }
    else
    { smallest = b; }
    return smallest;
    // This is method (f)
    public static double ticketPrice (int age)
    double price;
    if ( age < 6 )
    { price = 0.00; }
    else
    if ( age <= 18 )
    { price = 8.50; }
    else
    if ( age < 65 )
    { price = 10.00; }
    else
    { price = 6.50; }
    return price;
    // This is method (g)
    public static boolean isDivisor ( int m, int n )
    boolean result;
    int check1;
    double check2;
    check1 = n / m;
    check2 = (double)n / m;
    if ( check2 == check1 )
    { result = true; }
    else
    { result = false; }
    return result;
    }

    Here are my codes
    // This is method (a)
      public static int add (int a, int b, int c)
        int sum = a + b + c;
        return sum;
      // This is method (b)
      public static int max (int a, int b, int c)
        int largest;
        if (a > b)
          if (a > c)
          { largest = a; }
          else
          { largest = c;}
        else
          if (b < c)
          { largest = c; }
          else
          { largest = b;}
        return largest;   
      // This is method (c) ?
      public static void printMax (int d, int e, int f)
        int maxValue;
        maxValue = max (d, e, f);
        System.out.println ("The maximum value is " + maxValue);
      // This is method (d)
      public static int min (int a, int b, int c)
        int smallest;
        if ( a < b )
           if ( a < c )
           { smallest = a; }
           else
           { smallest = c; }
        else
          if ( b > c )
          { smallest = c; }
          else
          { smallest = b; }
        return smallest;
    // This is method (f)
      public static double ticketPrice (int age)
        double price;
        if ( age < 6 )
        { price = 0.00; }
        else
          if ( age <= 18 )
          { price = 8.50; }
          else
            if ( age < 65 )
            { price = 10.00; }
            else
            { price = 6.50; }
        return price;
      // This is method (g)
      public static boolean isDivisor ( int m, int n )
        boolean result;
        int check1;
        double check2;
        check1 = n / m;
        check2 = (double)n / m;
        if ( check2 == check1 )
        { result = true; }
        else
        { result = false; }
        return result;
       // This is method (h)
      public static boolean isProduct ( double a, double b, double c )
        boolean result;
        if ( a == b*c )
        { result = true;}
        else
        { result = false;}
        return result;
         

  • 1020/WP questions, please answer!

    Hi,
    Im thinking of buying a Lumia 1020, even though its ugly as he** and 0,5 inch too big. I wished it was in the same shell as my old 808 PureView which fit in ONE hand and no sharp corners which makes my hand bleed after sms´ing alot.... Whatta great phone that 808 PureView was btw! Also battery could be removed...
    Here is my BIG question!
    Can I have multiple Hotmail emails accounts active in my 1020 phone and does all accounts support IMAP so all personal folders and EVERYTHING are downloaded into my phone, not just the basic folders and first 25 or 50 mails? This worked on the N8 and my 808 for a couple of years and all folders were constantly synced in real time until Nokia did some secret change which only allowed 15min, 30 min sync and only basic folders were updated, not even read mails were indicated as read but as new until I read the min the phone too.
    And Im NOT talking about ExchangeAutoSync now...which for some reason only can handle one account(!?)
    There are smaller Lumias but sadly Nokia ofcoarse make everything else smaller too, like the camera which is the big reason I wanna buy the 1020...and for the WP system which give me access to things on the internet I could not acces with Belle.
    I have no Ideas how the WP email gadget looks or work, so can someone please explain and or show me? Im totally new to the WP, is there something the Belle had which WP dont have? Any other big differences between the 808 PureView and the 1020? 
    Thanks for any reply!

    http://www.windowsphone.com/en-IE/how-to/wp8/people/email
    You can create more Hotmail accounts yes, how many mails are available on the phone (from how far back) depends on settings and not on mail count. You can access any folder in the Hotmail/Outlook.com/Live account.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • I have some question pl answer me

    Hi all,
    here i have some doubts when i go thru reading its make me struggle? pl give solution to my question?
    1.What is Emax?
    2.What is Count Function?.
    3.When i replicating data sources from R/3 to BW suppose there are 1000 data sources u cant replicate manually what is the automatic procedure?
    3.Suppose there is one big cube and i sending data to that cube with three other cubes? i load data into three cubes with the help of info package the data is entered into first cube and is failed in the second cube what are the reasons?
    In Info package where do we find converse routine?
    4. In generic extraction what is  format of  database table?
    Thanks
    v.g.vg.

    Hai <b>V.G.Vg</b>.....
    Please chech follwing Links....
    <b>Emax:
    ~~~~~~</b>
    http://www.findarticles.com/p/articles/mi_m0EIN/is_1997_Nov_19/ai_
    19997535
    <b>Count Function:
    ~~~~~~~~~~~~~</b>
    http://dev.mysql.com/doc/maxdb/en/48/b4e437c0ca11d2a97100a0c
    9449261/content.html
    http://sapdb.org/htmhelp/48/b4e437c0ca11d2a97100a0c9449261/
    content.html
    <b>Replication of DataSource:
    ~~~~~~~~~~~~~~~~~~~~~</b>
    The Datasource is Replicated From Source System to BW System....
    When Replicating the Datasource From Source System to BW System, an Initial Datasource is Created in BW System.....
    The Datasource is Written back to the Source System When the Tranfer Structure and Transfer Rules are Activated.....
    The Transaction Code <b>RSO2</b> is used for Creating the Datasource....
    The Transaction Code <b>RSA6</b> is used for Install....
    The Transaction Code <b>RSA3</b> is used for Verifing.....
    <i><b>Assign the Points If It Helps......</b></i>
    <u><b>BalajeeKannan</b></u>

  • Some question, please, help

    Hi all.(sorry for my bad inglish)
    I try install Sol8 to computer where i have Win2000 instaled. I'm free some disk size(i'm use PartitionMagick)
    and try install Sol8 to this free disk.(i have IBM Deskstar
    30Gb hard drive = 57000 cylinders) Instalation start ok and wright detect my hard drive, but when installation
    want make swap filesystem at the begin of hard disk,
    i'm answer "no" and Inst programme sugest me choise,
    from what cylinder i want start swap file system and
    sugest me choise ONLY from 3 to 10000 cylinders!!!
    but Solaris partition start from 40000!!! What dose this mean? How i can make swap at the start of Slaris partititon?
    Please, help.
    Best regards, Yaroslav.

    Solaris is most restrictive as regarded to the size of its primary partition. Since it is not possible to have Solaris UFS file system on a logical volume, all Solaris stuff must go into primary fdisk partitions. There is no use in having more than one Solaris primary partitions, if we want to install alternative operating systems. The conclusion is as follows:
    if you need large Solaris partition and want to install additional operating systems on the same hard disk, partition the hard disk so that Solaris partition is a last primary partition that begins, but not necessarily ends, within the first 1024 cylinders.
    The workaround for swap space, Though I have not tested it myself.
    Solaris 7 and earlier do not support IDE hard disk drives larger than 8 GB, that is, they may access only the first 1024 cylinders of such a disk. Since the problem is on Solaris fdisk side, the workaround is quite straightforward:
    1. Using Linux fdisk program on Linux installation floppy, or Ranish PM create a Linux swap primary partition. It is also possible to create e.g. DOS partition and change its ID to 0x82 (Solaris ID) with a favorite hex-editor and BOOT program, or a disk editor.
    2. Boot Solaris from e.g. its installation CD.
    3. Run format utility and create slices on Solaris partition.
    4. Run newfs to construct file systems on all created slices.
    Note: Pls. make sure you have a backup of all of the windows data before doing this exercise.
    regards,
    Mohsin.

  • Funny how some questions get answered and others just viewed

    Any one care to comment on this?

    It's a forum, not a support site.
    There's no guarantee that any question will be answered - it depends who bothers to read them and if they happen to know the answer.

  • Some one please answer this Regarding Grouping

    Hi,
        I am trying to get to the bottom of a problem.
    When I Place Characteristics in rows section they are automatically Grouped, But I need OpenAmount (Key Figure) also to be grouped. How can I do this please.

    yes i did sorry for the late response LOL plus it was just a minor error! Just check to make sure u have all of ur correct distribution/developer/and creator certificates in your keychain access installed and up-to-date! Plus i have had over 900 downloads on that game!! ^^
    -CHEERS /RYAN

  • Finally here, some questions please!

    Dear all,
    After months of holding off and waiting for an update, I finally gave in and got my imac. It is sweet! 3.06 Ghz model, 24" with nvidia 8800 gs plus wirless keyboard/mouse.
    I just wanted to ask...
    1) I got Apple care. I opened the box and there is only a cd and manual. Am I automatically on the plan or is there anything else I need to do?
    2) the Apple salesman told me if i get 3rd part (non-Apple) RAM, my warranty becomes invalid? should I just get RAM at x4 the price from Apple? Or can they not tell if I use 3rd party ram?
    3) Does anyone know if my model has a single 2GB RAM stick of 2x1GB Ram sticks? What max RAM can I upgrade to?
    Regards as always!
    Message was edited by: Fireball Dragon

    1. Click here and register it.
    2. Using third-party RAM doesn't void the warranty.
    3. Choose About this Mac from the Apple menu, click on More Info, and look at the Memory section.
    (40121)

  • One Monitoring question, Please answers it

    You execute the commands as part of copying statistics to another database:
    SQL>Execute DBMS_STATS.EXPORT_TABLE_STATS('SCOTT','EMP',NULL,'STATS',NULL,TRUE);
    which two option are correct recommendations that must be implemented beore performing this step?(Choose two)
    A.The old statistics must be imported to the source database data dictionary.
    B.The AVG_ROW_LEN and NUM_ROWS column in the USER_TABLES view should be checked that the values are nonzero for EMP table.
    C.The schema ststistics for the user SCOtt should be collected.
    D.The EMP table should be analyzed to obtain recent statistics.
    E.The table that will hold the statistics must be analyzed.

    difference hardware configuration will make a difference outcome...i tell u i had install every driver released by Creative and no even single problem to me...

  • Slower than slow. Not the first I know but have some questions please.

    Hello fellow Verizon users. First let me tell you about my pc.  It's second hand,  HP Pavilion, Windows Vista, 32-bit, Windows 7, sp2. Hope this helps. My router is Gateway Westell 7500.
    I have been reading the replies to others who have posted that their connections are very slow, but do not understand the replies and don't have the technical know-how to report back all of the info. 
    There was one link that I did click on where I typed in the IP address and it brought up my router information. All but two headings read that , more or less if you don't know what you are doing..Don't!  However I did write one thing down. One was the down speed which is 3360 Kbps, and the up speed is 864 Kbps. Does this say anything about why my internet is so slow? 
    In task manager I noticed that there is information .... Processes, performance, CPU Usage and so forth. Although these numbers mean nothing to me, do these stats say anything about why I am having this issue? I was told at one time that the Services tab that shows a listing of the names and status of functions that are running, needs to be cleaned up. Here again, I do not know what these functions are and what they are for.
    When I first signed on with Verizon High Speed Internet, everything ran fine and fast.  I have talked to tech support about this and they took control over my pc, but did not fix anything.
    Off of the topic, but when I would try to get help on Verizon Help Page, all I'd get is IE Cannot Display This Webpage. Called tech support and they installed Google Chrome.  So what did that do?  Anyway.... 
    Also, when the Verizon Internet Security Suite is scanning while I am online, most of the websites stop responding or it takes so long to open a website that I just shut down.
    I am at a loss here and getting ready to trash the thing. Could it be the router, or something else?  I have cleaned up, done defragging, deleted cookies and so forth.
    Thanks for reading and for any advice that someone could give to a not so technical user.  

    Sounds like you've done much of what would cover a slow computer. if the system, booted into either Windows Vista or Windows 7 isn't feeling slow it's most likely something up with the Internet connection. We'll sort that out for you and also work with anything that needs to be tweaked on the PC to get the most out of the service.
    We've established one thing already. Your line is synchronized properly for 3Mbps service, which is 3360/864kbps. This also signifies you are on G.DMT ADSL or another ADSL1 standard. ADSL2 and ADSL2+ modes display different sync rates for the same speed.
    If you could, can you supply to us a Speed Test from this website: http://web100.rit.edu:7123/  (needs Java) or for that matter, use http://www.speedtest.net/ to supply a speed test? The second site is easier to get results from as it gives you an image link. The first test is often more reliable for testing but you'll need to take a screenshot as lately they haven't been allowing Clipboard access due to tightened browser security.
    In addition, if your service feels slow, does it only feel like this during the evening and night time hours or is it like this constantly, even in the morning?
    Since you mentioned the machine getting really slow during a VISS scan, that makes me wonder: How much RAM is installed in your system? To find out go to the Start Menu, right click on Computer and then click on Properties. Under "Memory" it will display how much memory the system has, and if there is a certain amount of memory that can be used. Knowing that bit of information would be good too since a virus scan should not cause slow net performance unless the machine itself is loaded down. Your browser should be operating in RAM and using limited disk resources (which virus scans consume, due to Disk I/O).
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • Opening my own plan! I got some questions. please help!

    Hi, I'm 18 and going monday to open my own plan at the Apple Store and since i have no credit and since i'll have to pay a deposit if the Apple store would be able to do that? Also, does anyone know how much the deposit might be? Will they let me have a co signer for the account?

    You would probably be better off going over to an ATT store and have them do the preapproval process to see how much of a deposit you will need to provide. Cell phone accounts do not have co-signers. If you want it to be your account, it has to be in your name. Otherwise, you would have to be added to someone else's account and it wouldn't be your account.

  • I have question,please answer me

    Hello I bought Telephone Sony z1 8 months ago and today when you press on the screen does not respond with the rest of the screen in response to and exit from the Open Application

    In other words the phone works fine but not if you open an specific app?
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • IPOD DOCK QUESTION-please answer

    This might sound stupid but I got a new ipod dock for Christmas and I've taken it "on and off" the charger a few times to take my ipod with me and then put it back on so I can wake up to it the next morning. Does that hurt the ipods battery or is that OK for it? (do you know what I mean)?
    Message was edited by: Firsteveripod

    It's not hard to work out from the above links, but just for you:
    Generally no. It doesn't hurt to keep removing and re-docking the ipod in a powered dock as the ipod used a lithium based battery that doesn't need to be completely drained to recharge every time. It is designed to be topped up as you see fit.
    However it is recommended that you drain and charge from empty to 'condition' the battery every month or so that will help to prolong the life. More so if you don't use it for a while.
    Message was edited by: GEdwards

Maybe you are looking for

  • Problem in downloading and installing application ...

    hey  m havng problem in downloading and installing application on mah x2-01 . many times i tried to dwnload whatsapp to mah phn and if the application isz downloaded thn while verifyng the no. it says error unitterupted problem in contacting the serv

  • IPhone 5 audio issues on calls with a headset

    My new iPhone 5 has audio issues when I am calls with my wired apple headset. The caller cuts out like it having low reception. The ends of words and phrases are dropped as well as soft spoken words. Music works great through the headphones. Calls so

  • Design Patterns in Dynamic Programming

    I mentioned this on a thread some time ago - that many of the GoF patterns disappear in languages such as Lisp, but didn't have the reference handy. Came across it again today so I thought I'd post the link: http://www.norvig.com/design-patterns/ Pet

  • Modelsupport2.dll changes don't take affect

    Running TestStand 4.0 and LabWindows/CVI 9.0.1. Followed instructions per http://digital.ni.com/public.nsf/allkb/A6D0EF1F4FE5EC94862570AE000CE374 to change my test socket numbers to be non zero based for batch model.  Also modified paralleluutdlg.c t

  • Installing Acrobat XI on Macbook Air

    I own a copy of Acrobat XI on DVD, and need to install it on a MacBook Air. Can I download a copy from the Adobe site and use that instead? I already have a serial number.