Regarding ODI Interview

i am suppose to face the client interview. Can any one help me to know what kind of questions we can expect from client on Oracle Data Integrator?
Thanks in advance...
Regards,
Gokul V

interview questions are forbidden in this Forum respect that.

Similar Messages

  • Regarding odi send mail

    Hi all,
    There is problem with odi send mail error, after the all suggestions, i get answer for it requires jython procedure, and i downloaded from oracle site also...
    can any one please teach me where should need to implement/kept for sending mails.
    please help me....
    our network is popmail.bizmail.yahoo.com...
    please share any docs/links to this mail id: [email protected]
    Regards,
    surya.

    Here are two ways to send an e-mail
    1) Use the ODISendMail function in an ODI Package.
    To use this function drag the ODISendMail reference onto the Package window, join it to the Package flow, click on the function icon and supply Mail Server (SMTP Server Name), From (Me), To (Distribution), CC (Copy), BCC (Blind Copy), Subject, Attachment, and Message Body in the window that appears.
    I use this function to signal success or failure of a package or package step.
    To do this I only supply only the Mail Server, From, To and Subject. I don't need anything else to report success or failure.
    Here's a sample Subject:
    <%=snpRef.getSession("CONTEXT_NAME")%> <%=snpRef.getSession( "SESS_NAME" )%> <%=snpRef.getStep("STEP_NAME")%>
    The STEP_NAME holds the success/failure message
    I don't use the Message Body or Attachment.
    2) The procedure shown in the reply defines a Jython function to send an e-mail with Subject and Message Body using Mail Server, From and To values stored in a Jython dictionary. The Jython version is very old (release 2.1 or 2.2) so there are more elegant ways to write the function. Jython uses white space to control program flow which the Form editor deletes. Here's a verson of the code with leading periods in the code to preserve the white space and with comments on each line. Comments start with a # character and extend to the end of the line.
    Dict = {} # This holds the global parameters
    Dict['ToString'] = '[email protected]' # you supply the value
    Dict['FromString'] = 'FromFromFrom' # you supply the value
    Dict['SMTP'] = 'My Mail Server' # you supply the value
    import smtplib #These are the Jython library routines needed to send the e-mail
    def SendMail(MessageSubject,MessageLines): # This is the function definition
    . global Dict # Point to the Dictionary
    . Subject = '%s %s %s' % (Dict['Context'],Dict['Session'],MessageSubject) #Build the Subject Line
    . MessageString = '' #Initialize the Message String
    . for ReportLine in MessageLines: # Add the callers message lines to the Message String (each line here ends in a newline \n)
    . MessageString = '%s%s' % (MessageString,ReportLine)
    # The next statement builds the actual e-mail message according to a very strict format. Understanding the format is hard
    . Message="From: %s\r\nTo: %s\r\nSubject: %s\r\n\r\n%s" % (Dict['FromString'],Dict['ToString'],Subject,MessageString)
    . server = smtplib.SMTP(Dict['SMTP']) # Setup the Mail Server
    . server.sendmail(Dict['FromString'],Dict['ToString'],Message) # Send The Message
    . server.quit() # Stop
    # Here we build a sample message
    ReportSubject = 'This is a Test Message'
    Report = []
    Report.append('First Line\n')
    Report.append('Second Line\n')
    Report.append('Last Line\n')
    # Send the Message
    SendMail(ReportSubject,Report)
    If you're not familiar with Jython, this still won't make much sense, but Jython is not hard to learn, and this example is not very complicated.

  • Regarding ODI JOBS

    Hi,
    friends i completed ODI training and i know SQLPLSQL and OBIEE 10G
    can i expect more calls on ODI,how is market for odi present,please share
    your valuable suggessions
    thanks
    raju

    Hi,
    ODI is part of the Oracle statement of direction for data integration. There is more and more ODI opportunities on the market. OWB (former Oracle ETL tool) is no longer developped and I think support will end in 2015 so I guess a lot a company will need to migrate from OWB to ODI.
    I suggest you to join the LinkedIn groups related to ODI to find some opportunities. You might also want to try OBIEE 11g because there is a huge gap between 10g and 11g.
    Hope it helps.
    Regards,
    JeromeFr

  • Need advice regarding an interview

    Hi,
    Since everytime I had a confusion, it was resolved by this forum only, so now again I need ur support and advice.
    Actually, I'm a struggler seeking desperately for job of a junior/asst. DBA. I've done MCA(Master in Computer Application) and OCA (Oracle Certified Associate) DBA.
    Now in the next month I've to take the last exam (Performance Tuning) to be an OCP. Since I m a fresher in this field, I m not getting any job opportunity.
    I'd already discussed my problem on this forum and had got lots of precious advices which recharged and motivated me a lot.
    Now today I got an interview call from HCL company for the post of an 'asst.programmer' which is not the field I was looking for. But since I m getting an opportunity from a big company I m not able to resist it. Plz advice me of what should I do in such situation.
    Further,I m not in practice of the programming languages for a long time so I m not sure whether I'll get through the Interview or not. Plz suggest.The interview is tommorow.

    If you've got some knowledge of programming then at least it's a foot in the door and will allow you to gain experience.
    Likewise, going for the interview will give you experience of the interviews, even if you don't get the job.
    A good programmer has a good understanding of the way a database works, so the DBA skills you've already learnt will help you and, if you get the job, the programming will give you a good idea of how people need to use the database, so that too will support your DBA skills and you can eventually work up to the job opportunity you want.
    We all had to start somewhere. ;)

  • Regarding an Interview i came across..

    Iam currently seeking a contract job in sap security area, last week (on Thursday) I had an interview(telephonic), well it was quite different from the traditional interviews,at the first instance after our introductions to each other, interviewer asked me to pose her any question,well I asked here about their work environment and then about the job role they are offering. The interview was quite interesting and I enjoyed talking to her. At the end of the interview, she gave me her contact number and told me to call her to clarify any doubts etc. Well its very unusual where an interviewer trying to have any contact with the candidate. Here my question is what can I assume that she is expecting from me? Is she just trying to develop a relationship on a profession basis? or is it a kind of test to judge me? Well Iam expecting the interview result this coming week,hoping for the best.

    Iam currently seeking a contract job in sap security area, last week (on Thursday) I had an interview(telephonic), well it was quite different from the traditional interviews,at the first instance after our introductions to each other, interviewer asked me to pose her any question,well I asked here about their work environment and then about the job role they are offering. The interview was quite interesting and I enjoyed talking to her. At the end of the interview, she gave me her contact number and told me to call her to clarify any doubts etc. Well its very unusual where an interviewer trying to have any contact with the candidate. Here my question is what can I assume that she is expecting from me? Is she just trying to develop a relationship on a profession basis? or is it a kind of test to judge me? Well Iam expecting the interview result this coming week,hoping for the best.

  • Need info regarding ODI Client tools

    Out of Designer,Agent,Topology Manager,Security Manager
    what all are required by a developer?
    Is it posssible to put one or more of these centrally?
    why / why not have the client installed centrally and have everyone access it (like jdeveloper)?

    Hi,
    No you dont need OC4J as long as you are not using Web Services, Metadata Navigator, Lightweight Designer (Web component of ODI).
    Before Agent Installation 3 facts have to be clear,
    The GUI system : The machine where your ODI GUI is installed on
    The Agent system : The machine where your Agent is going to run
    The Repository system : The machine where your ODI Repository resides
    Note that all these three components can actually reside on a single machine; likewise, they can be three separate machines or any other combination.
    The Agent uses an internal, proprietary protocol based on TCP/IP..
    So you can have Agent running in client and access different IP with full access permissions. It can be installed on Server also and accessed by clients.
    But its recommended to install agent in Target warehouse for better performance and accessibility.
    Thanks,
    G

  • Regarding ODI Log

    Hi,
    Where the ODI's log files are stored? For eg, i need to know Log details when a transformation is completed. I can get limited details in Operator like whether its a successful transformation or not,session, physical agent etc.
    But do i have any option to view what are the data that are transfered to target, at what time, something like entire log of ODI.
    Thanks in advance,
    Ram Mohan T

    Hi Basil,
    Just use the oracle client like SQL*PLUS and some other tool to use to view these tables.
    login with the work schema user name and password in SQL*PLUS
    then use the sql query to view the tables.
    If you need to view these table in ODI designer means need to do the following tasks:
    1) create the physical schema for the work schema in the topology manager
    2) create the new model for the work schema by insert option
    3) Reverse the tables whatever in the that workschema or whatever tables u need it.
    4) after successful reversal you can view the data of the table what I mentioned and you can also use those table in ur project.
    Thanks,
    Madha.

  • How to do Setup and Security implementation in ODI

    HI Friends,
    I have few question regarding ODI installations.I am using
    Oracle DB version is Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    ODI is ODI 11.1.1.5 version.
    While installing can we go for
    One Master repository for Dev and UAT, mainly because we have one physical server for UAT connecting to UAT DB and Dev DB. And a separate Master repository for Production?
    We have 2 groups of users .One is developer and One is tester.
    Tester donot have a permission to use or check the development codes.They have only the Run permission in operator.
    How to do this security implementation in ODI while installing.
    Plz confirm me on this.
    Thanks,
    Lony

    The way I did it is,
    Created an Execution Mode work repository for the QA purpose and thus only Scenarios & Load Plans were deployed on this QA repo. This had its own Master Repo as well.
    For dev the Dev mode work repo is created where all the interfaces, packages, procedures can be developed or modified as and when required.
    Thus, the testers have access only to the QA environment.
    Otherwise you can assign roles to the users after the installation in the security tab. Give the operator, connect role to the testers.

  • How to prepare for the interview

    hi gurus
          tommorow i have an interview can any body tell me the how to prepare for the interview?i.e.,which type of questions interviewer may ask regarding both subject and real time.?
    thanks&regards
    prasad

    Hi,
    Interview will be based on what you put in you resume.
    Refer to the following website for interview questions
    www.http://www.sap-img.com/ and http://www.sap-basis-abap.com/
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • ODI to planning data loading

    Gents ,
    iam rajesh i would to discuss regarding ODI connectivity to Planning
    As i am completely new to the ODI and even i dont know how to login that i have been provided 3 username (ie ODI work,MAster,Profiling) and respective password
    even ODI is installed in my pc and it was working perfectly all right till last year but suddenly there is problem
    i would like to have some assistance in following
    1. how to login to ODI and even i want to c the previous connection (ODI to planning)
    2. what might be the problem when ODI unable to send data to planning
    3. and even how to establish the new connection with out disturbing the old connection .
    I know it sounds typical but i am completely helpless as i dont have any clue on this
    regards
    rajesh
    Edited by: user8800516 on Feb 1, 2010 9:38 PM

    Hi,
    I know you have another post of the subject but I am finding it hard to understand what you are actually asking.
    I think you need to expand on where you are finding issues.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Loading data including Smart Lists data using ODI Planning KM

    Hi all,
    a question regarding ODI loading Smart Lists Data...
    Can somebody confirm if we can load data from a source file which has the smart lists labels, instead of the smart list values id (ex: YES instead of 1)? i suppose Planning will do the conversion when loading to essbase
    By the way, is Outline load utility working in the same way?
    Thanks in advance

    Hi John,
    not because your site was blocked by the customer's firewall :-(
    by the way I was referring to loading data containing smart lists accounts. In any case, I have seend that you have other blog entry where you were loading data using labels instead of keys
    http://john-goodwin.blogspot.com/2009/05/odi-series-loading-smart-list-data-into.html
    This is what I was looking for.
    Another question, in outline load we have the chance of putting driver members in the source file which makes the process more flexible. Think if our driver members (Accounts) change dynamically.
    Wuold it be any customization possible to add the same functionality to the ODI Planning KM?
    We are not likely to use Essbase KM and joins with Plannign repository tables as our source data has dates, free text, figures,smarlists accounts, etc.
    Thanks!

  • ODI periodic values from HFM

    Hi,
    I need help regarding ODI. Now I am trying to get data from HFM to Oracle database. Everything is running ok, however I have noticed one issue, some of the values from HFM are not transferred to database. Interesting thing is that if I choose view filter for data source "YTD" - values are correct on target side , however with "Periodic"- it have not transferred everything, some of the values on target side are missing, can anyone suggest something regarding this issue?
    In addition this happens only in case if on source side (HFM) YTD value is 0 for period which transferred.
    e.g.
    YTD :
    MAR = +10
    APR = 0
    Periodic:
    MAR = 10
    APR = -10
    APR value is not transferred.
    Thank you.
    Edited by: user1040437 on Aug 9, 2011 3:58 AM

    Hi - unfortunately you cannot do that in the current KM. We faced the same issue and logged the issue with Oracle. Its being considered as an enhancement not as a bug. So we have to wait for future releases. As a solution for this we created TaskLists in HFM and extracted data.
    -app

  • Need Help with Comprehensive Interview Questions  Weblogic server admin

    Hi
    I would like to thank everybody in advance
    I am beginner with weblogic server administration and i would greatly appreciate if someone share the comprehensive interview Questions
    PLEASE HELP ME
    Regards
    Schelako

    Hi Schelako,
    You will get many links regarding weblogic Interview questions on Google.
    For basic Weblogic interview questions and answer you can follow the below links
    http://www.coolinterview.com/type.asp?iType=469
    https://sites.google.com/site/weblogicadminsite/weblogic-issues/weblogic-interview/wla-interview-questions
    https://sites.google.com/site/weblogicadminsite/weblogic-issues/weblogic-interview/WLA-Interview-Questions--2
    https://sites.google.com/site/weblogicadminsite/weblogic-issues/weblogic-interview/weblogic-administrator-interview-questions-3
    As you said "I am beginner with weblogic server administration"
    It would be better if you start Oracle doc's for Weblogic Administration
    Regards
    Fabian

  • ODI Solutions for release code

    Hi Guys,
    Got few quries regarding ODI Solutions and how to use them.
    Once we finish our development can we used ODI Solutions to release the
    code(scenarios) into TEST/PROD and at the same time we also need to release whole code into hotfix environment(development work repository).
    The question is if there is an error in one of the interfaces we will fix the bug
    in the development environment and if we want to sync development with hotfix,how can we do that using ODI Solutions?
    do we need to build one more ODI Solution(whole project which includes the
    changed interface) and import that into HOTFIX environment?
    If it is yes,i have tried that but iam not getting that changed interface properly updated with the change?iam still having same old interface.any ideas? and how to appraoch this kind of scenario?
    Any idea about this?
    Cheers

    Hi,
    personally i dislike ODI Solution. Historically they had got so many issue to trust them once more..
    By the way, i face versioning duplicating the object and working on the copy. Remember that, if you restore a solution, any later development will be lost.
    Another way, suggested me by my personal Guru is to use solutions, create another repo (called EMERGENCY REPO) and restore solutions into this repo to fix it.

  • Field Dominance inconsistent after Advanced Pulldown capture

    Following up on my immediately previous post (regarding the interview footage I captured from my dvx 100A using advanced pulldown setting in FCP5) I notice that, according to my FCP5 browser, some of my captured 23.xx clips show a Field Dominance of Lower (Even), while other clips show the word None under Field Dominance. Should I be concerned? And, if so, what's the solution?
    Thanks!
    Powerbook G4 15"   Mac OS X (10.4.4)  

    Answered in another topic. Thanks!

Maybe you are looking for