Re: Want to know about Oracle Obiee(New to SQL and OBIEE)

Hi Mr Srini,
I am also interested in learning OBIEE(started learning ).how is the market in uk?I live around london.

Check with people who lives in London
https://forums.oracle.com/thread/1124667

Similar Messages

  • Want to know about Oracle Obiee(New to SQL and OBIEE)

    Hi
    I am currently working on software testing.And I would like to change my domain to Oracle obiee.but I have only moderate knowldge on SQL.
    Is it going to be diffcult to me to learn oracle obiee without pl/sql knowldge?
    How is the Oracle obiee tool in uk market?
    Do I can install this oracle obiee and can practice in home to get more experience?
    Please clear all these doubts
    Thank you

    Is it going to be diffcult to me to learn oracle obiee without pl/sql knowldge?
    -->You need some basic sql knowledge, I dont think its that much hard to learn
    How is the Oracle obiee tool in uk market?
    -->Its depends on your location.
    Do I can install this oracle obiee and can practice in home to get more experience?
    -->Yes you can do, check edelivery.oracle.com
    If helps pls mark
    all the best

  • Want to know about oracle

    want to know about oracle

    First thing you learn from Oracle, Oracle is a huge Ocean of concepts, its a Universe within a Universe, and within each Universe another subUniverse ...
    Information Paradox in which knowledge and meaning clash, from Sthephen Hawkins ... Seems much more easier to understand.
    Let's state it this way, what do you want to be when you're grown up?? DBA, Developer, Application Specialist, Applications DBA, JDeveloper, Warehose Builder, Spatial Data Processor, Security Officer, Web Master, Data Miner, .... ???
    I suggest you to narrow the scope of your question, and aim at a very specific goal, otherwise, you'll end up swallowed by the black hole of Oracle knowledge.

  • Want to know about oracle seeded executable XDODTEXE

    Can anybody explain about oracle seeded executable XDODTEXE? When I should use this executable? If i create .rdf report, what will be the mapping to this executable?
    regards,
    RJ

    What is XDODTEXE used in the Executable section of Concurrent Program?
    XDODTEXE is a BI Publisher Data Template Executable. The purpose of this executable is to identify data template file (.xml) and execute the data template to generate the raw xml data, that later can be used by BI Publisher formatting engine to format as as per the layout (RTF, PDF etc).
    This executable will be used by all the BI Publisher reports (Concurrent Program) which are using Data Template to generate the xml data.
    http://orclapp.blogspot.com/2011/11/using-data-template.html
    Thanks,
    Hussein

  • Want to know about oracle developer

    hi,
    basically i m no IT back ground. i completed my MSc Electonics n moving toward to ORACLE...
    My que is--- should i get as much opportunity as some IT people have?
    plz help me out on this if u can.......

    it is very good for you to move to oracle
    its completely covers the database solutions.
    since its is the database which obeys the maximum codd's rules
    so very efficient as per quality is concerened...
    As it is database oriented so no need to have any security problem as far as data is conerened
    now a days move to web is also popular in the ORACLE
    GOOD Choice to move to ORACLE

  • I want to know about ehs module and flow

    hi,
    This is kishore. I have been assigned to ehs module. i want to know about that how it helps industries and flow of the module.
    K. Kishore

    hi kishore
       Please go thru this link
      http://help.sap.com/printdocu/core/Print46c/en/data/pdf/EHSSAF/CAGTFADM-EHS.pdf
    reward points if it is helpful.
    Regards
    Alfred

  • I want to know about iphone5

    i want to know about iphone5

    Try a reset. Press and hold both the home and power buttons 10-15 seconds until the Apple logo appears. Release both buttons. Wait 15-29 seconds until your iPhone starts on it's own.

  • Umair: I want to know about the new Apple Trade in program?If any apple employee on the forum,get in contact with me.

    Umair: I want to know about the new Apple Trade in program?If any apple employee on the forum,get in contact with me.

    iUmair wrote:
    I want to know how Apple measure the value of old iPhone?
    Then contact Apple and ask them.  Nobody here woul know.
    How can people from outside US can participate.
    They can't at this time.

  • Want to know about User exit in detail

    Hi ALL,
    I M NEW TO sap ABAP. I WANT TO KNOW ABOUT USER EXIT IN DETAIL. PLS DO THE NEEDFUL . If there are eny document regarding this pls mail to this id [email protected]
    thanks and regards
    Nandha

    Hi Nanda,
    Welcome to SDN,
    Userxits allow us to add our own functionality to SAP standard program
    without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.
    User exits are used when the flow for a particular transaction has to take some other route other then the normal flow. this can be the case when you have to attach some additional functionality lik u need a customised screen, or new functionality (using a functional module). based on these things user exits can be classified as screen exits, function module exits, field exits( not used anymore). hope this gives some help on userexits.
    The naming standard of function modules for functionmodule exits is:
    EXIT_<program name><3 digit suffix>
    The call to a functionmodule exit is implemented as:
    CALL CUSTOMER.-FUNCTION <3 digit suffix>
    To find a Exit.
    Goto Transaction -- Find The Package
    SMOD >f4>Use the Package here to Find the Exits In the Package.
    Else if you Want to search by Application Area wise ,
    There is one more tab to find the Exits in the Respective Application Area.
    Implementing the Exit-- CMOD Create ProjectsAssgn your Component .
    Now Run ur Transaction to Check if it Triggers.
    Thats it..
    For More information on Exits, check these links
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/ab038.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.sap-basis-abap.com/sapab013.htm
    http://sap.ittoolbox.com/documents/popular-q-and-a/user-exits-for-the-transaction-code-migo-3283
    These links will help you to learn more on user exits.
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.allsaplinks.com/user_exit.html
    www.sap-img.com/abap/what-is-user-exits.htm
    Also please check these threads for more details about user exits.
    Re: Screen exit
    user exit and customer exit
    user exit
    1. Document on UserExits in FI/CO
    http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc
    2. Finding User Exits...
    http://sap.ionelburlacu.ro/abap/sap2/Other_Useful_Tips.html#Finding_User_Exits
    3. List of all User Exits...
    http://www.planetsap.com/userexit_main_page.htm

  • I want  to know about smartforms

    hi experts tell me
    i want to know about smartforms
    anybody have material pls send me
    thanks in advance

    SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smartforms support printer, fax, e-mail, or the Internet (by using the generated XML output).
    According to SAP, you need neither have any programming knowledge nor use a Script language to adapt standard forms. However, basic ABAP programming skills are required only in special cases (for example, to call a function module you created or for complex and extensive conditions).
    1. Create a new smartforms
          Transaction code SMARTFORMS
          Create new smartforms call ZSMART
    2. Define looping process for internal table
    Pages and windows
          First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)
          Here, you can specify your title and page numbering
          &SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
          Main windows -> TABLE -> DATA
          In the Loop section, tick Internal table and fill in
          ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2
    3. Define table in smartforms
    Global settings :
    Form interface
    Variable name    Type assignment   Reference type
    ITAB1               TYPE                  Table Structure
    Global definitions
    Variable name    Type assignment   Reference type
    ITAB2               TYPE                  Table Structure
    4. To display the data in the form
    Make used of the Table Painter and declare the Line Type in Tabstrips Table
    e.g.  HD_GEN for printing header details,
            IT_GEN  for printing data details.
    You have to specify the Line Type in your Text elements in the Tabstrips Output options.
    Tick the New Line and specify the Line Type for outputting the data.
    Declare your output fields in Text elements
    Tabstrips - Output Options
    For different fonts use this Style : IDWTCERTSTYLE
    For Quantity or Amout you can used this variable &GS_ITAB-AMOUNT(12.2)&
    5. Calling SMARTFORMS from your ABAP program
    REPORT ZSMARTFORM.
    Calling SMARTFORMS from your ABAP program.
    Collecting all the table data in your program, and pass once to SMARTFORMS
    SMARTFORMS
    Declare your table type in :-
    Global Settings -> Form Interface
    Global Definintions -> Global Data
    Main Window -> Table -> DATA
    Written by :  SAP Hints and Tips on Configuration and ABAP/4 Programming
                        http://sapr3.tripod.com
    TABLES: MKPF.
    DATA: FM_NAME TYPE RS38L_FNAM.
    DATA: BEGIN OF INT_MKPF OCCURS 0.
            INCLUDE STRUCTURE MKPF.
    DATA: END OF INT_MKPF.
    SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.
    SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR.
       MOVE-CORRESPONDING MKPF TO INT_MKPF.
       APPEND INT_MKPF.
    ENDSELECT.
    At the end of your program.
    Passing data to SMARTFORMS
    call function 'SSF_FUNCTION_MODULE_NAME'
      exporting
        formname                 = 'ZSMARTFORM'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
      IMPORTING
        FM_NAME                  = FM_NAME
      EXCEPTIONS
        NO_FORM                  = 1
        NO_FUNCTION_MODULE       = 2
        OTHERS                   = 3.
    if sy-subrc <> 0.
       WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    call function FM_NAME
    EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS         =
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS             =
      USER_SETTINGS              = 'X'
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
      TABLES
        GS_MKPF                    = INT_MKPF
      EXCEPTIONS
        FORMATTING_ERROR           = 1
        INTERNAL_ERROR             = 2
        SEND_ERROR                 = 3
        USER_CANCELED              = 4
        OTHERS                     = 5.
    if sy-subrc <> 0.
       MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    also refer
    http://www.erpgenie.com/abap/smartforms_detail.htm
    http://www.sap-basis-abap.com/abphy.htm
    <b>http://sap.ionelburlacu.ro/sap0/sapsf001.htm
    http://www.ionutz.ro/sap/sapabap01.htm[very imp links]</b>
    http://www.sap-basis-abap.com/sapsf001.htm
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • I want to know about change pointers generally we have C,R,N change pointers

    I want to know about change pointers generally we have C,R,N change pointers
    where they are configured

    IHi Virender,
    I don´t think you can create new methods.
    There are 4 methods:
    N – New order created [New]
    C – Order changed [Changed]
    D – Order deleted or partially deleted [Delete]
    R – Complete order deleted [Removed]
    Please read the following document about Change Pointer:
    Processing Change Pointers - Integration via APO Core Interface (CIF) - SAP Library
    Read SAP note about CIF and Change Pointer administration.
    563806
    - FAQ: APO CIF
    Kind Regards,
    Mariano

  • Want to know about java importer

    hi,
    i m working on oracle forms 10g. i want to know about java importer utitlity and using it.
    plz provide me ant documentation about it , if i have it with example would be easy to understand
    thanks

    I think u r lookinghttp://www.catb.org/~esr/faqs/smart-questions.html#writewell
    How To Ask Questions The Smart Way
    Eric Steven Raymond
    Rick Moen
    Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal - in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

  • Let me know about oracle apps

    i am a trainee software engg.
    can u let me know about oracle apps/financials etc.
    i m keen to know about it as in near future i may be working on it.
    let me know where do i get the technical know how etc.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Navin Kapoor ([email protected]):
    The following websites may be helpful to you
    www.oracle.com www.technet.oracle.com www.metalink.oracle.com and
    ofcourse the appscommunity
    Thanks
    Navin<HR></BLOCKQUOTE>
    Hi Navin!
    I found that so many of queries were answered by u to the queries posted here.
    Can you please answer to my following queries?
    1. How will be the future of Oracle financials? i.e. I want to choose my career
    towards oracle financial..Currently I'm
    working with a financial application(m/f)
    2. Who are the major clients for
    oracle financials in US?
    3. Is it possible to attend OCP exams only
    with theoritcal knowledge(w/o doing any
    practicing on computer).
    I will appreciate if u can send ur reply to
    [email protected]
    Thanks,
    kishor
    null

  • Want to know about business intelligence...................

    Hi,
    I want to know about business intelligence concept. How can we understand it?
    My company intends to implement it.
    SHARBATS

    Hi SHARBATS,
    if its Oracle you are implementing, just go to their website: http://www.oracle.com/us/solutions/ent-performance-bi/enterprise-edition-066546.html
    If you are looking for advice in this area I can provide you with consulting. Please let me know if this is what you need.
    Hope this helps,
    Justin
    Edited by: justinjtownsend on 18-Apr-2011 08:08

  • Hi Guys, I want to know about "p_datetrack_update_mode ' when it will works

    Hi Guys,
    i am beginner on Oracle apps HRMS.
    so,I want to know about, 'p_datetrack_update_mode 'in HR_ASSIGNMENT_API.update_emp_asg_criteria when it will works.
    i know types of 'p_datetrack_update_mode ' are 1> 'UPDATE' 2>'CORRECTION' 3> 'UPDATE_CHANGE_INSERT'
    i want know about these three modes will work in oracle applications based on sysdate.
    regard,
    Dhanush.
    Edited by: Dhanush on Apr 9, 2012 12:18 AM

    Hi Dhanush,
    You can go through the links below -
    ORA-20001: DateTrack update not allowed for a record which started today
    http://oracledocs.wordpress.com/2009/06/22/hrms-date-track/
    Cheers,
    VB

Maybe you are looking for

  • Help.. Superdrives open and will shut then reopen

    I have a Mac Pro 2.8 8-Core, and I just added a second drive to the machine. It boots fine and the trays are shut. When I push the eject button on the keyboard both trays open, then I push the eject button again and they both go in, hang for a second

  • Nikon .NEF Files - can not import these files - help please

    Hi Folks. I just made the plunge into the dslr world, purchasing a nikon d40x. I want to shoot raw files and work with the keepers in PS. I saw LR and watched several on-line tutorials by michael tate, and decided to DL the trial version. I'm running

  • Webvpn GW's on one router with domain names

    Hi, I'm trying to configure multiple WebVPN gateways on one router using one front door VRF and multiple back door VRF's. Think of this like a cloud service provider with several customers using different VRFs and one Internet VRF used for the incomi

  • GL aug opened instead of jul '09

    Hi, Month end closing has caused aug'09 open instead of jul '09. Jul is 'future enterable' now and not open. Can anyone please give any information on what has to be done to solve this issue. Env -- 10.7

  • Restoring iWeb files when you don't have the DOMAIN file for the folder

    Can anyone assist please. I have recently lost my hard drive in my iMac and have now replaced and recovered as much as I can. I have managed to recover all my iWeb files but can't get the domain file from the route of the iWeb directory back so every