Jython variable in Oracle technology

I am writing a piece of code in ODI using Jython technology , in which i am declaring variable and further manipulations.
Now i want to use one of the variables declared in jython and insert them into an oracle table.
What are the possible ways?
Is there any way to call python variable in an oracle step.
Like we can call java variable using <@=@>.
Please suggest?

Uhmm I dont think so. You can use the jar file provided by Khitish in ODIEXPETS.COM. There you can store the jython variable value to a java variable. Then you can use that java variable any where.
import api.getInfo as info;
info.setJythonVariable(" PROVIDE JYTHON VARIABLE VALUE ");
<@
import api.getInfo;
String JythonOutput = getInfo.getJythonVariable();
@>
Bhabani
http://dwteam.in

Similar Messages

  • How to store jython variable to java bean shell variable

    Hello experts.
    I have one procedure. here is the details
    1st step is with java bean shell techonolgy and one variable.
    <@
    String testv=" ";
    @>
    Second step is jython technology.
    str3='storing some value as per my logic'
    <@testv@>=str3 // here I am getting error because i want to store jython variable to java bean shell variable
    Once it will be stored , I will use in query as SELECT '<@=testv@>' from dual. If this is not possible is there any way to get the jython variable in side refreshing query
    how to achieve this please suggest.
    Thank you.

    Hello experts. Any suggestion on this. How to store jython variable value into java bean shell variable.
    Thank You.

  • Can we assign jython variable value into ODI variable?

    Hi Team,
    We are trying to save jython variable value into ODI variable so that ODI variable can use in later steps.
    we are facing failure regards same.
    Please suggest us so that we can use ODI variable value in later steps.
    Thanks
    Ankush.

    See if this post help you :- How to assign value for a ODI variable from Jython Script
    Doc id 424579.1 on metalink should help.

  • Global Variable in Oracle Forms 6i

    Hi,
    How & where to define global variable in Oracle form 6i and also let me know how to access it.
    Thanks in advance
    Regards,
    Sanket

    hi
    Global variable are forms specifice variable.
    it can store character value upto 255 for all usages.
    We can initialize it when we declare otherwise give error if we did not assign it any value.
    Oracle 10g it can take upto 4000 bytes
    GLOBAL.ur_globalvar := TO_CHAR(15);
    or
    :GLOBAL.ur_globalvar:= '15';
    or
    Remmber numeric values are implicitly converted by oracle 2 character
    :GLOBAL.ur_globalvar:= 15;
    -- which can then subsequently be accessed using...
    :GLOBAL.ur_globalvar;
    -- To destroy a global variable and release its memory, use the ERASE built-in procedure:
    Erase('GLOBAL.my_var'); Regards,
    Abdetu...

  • ODI Reverse engineering for Oracle technology Custom views

    We are using ODI (10.1.3.6) version and database oracle 11g.
    Here we are trying to do reversing tables and views from oracle EBS database (11g).we used apps schema for database details. for oracle technology in the physical arch.
    But views or tables are not visible to do reverse for oracle technology.
    We have crated model and select the technology as oracle and corresponding logical schema , in the Reverse Tab we selected Standard ,selected views ,tables options and moved to select reverse Tab, and selected the 3 options of new datastore , existing.
    But views or tables are not visible at all.
    Please Anybody help me on this.
    Thanks,
    SRI

    Hi,
    Instead of Standard reverse go for Custom reverse and use RKM E-Business Suite for this purpose.
    Thanks,
    Sutirtha

  • Create new Master Repository - oracle technology exist in logical topology

    I have created a new master repository using the 'Create Master Repository' function in to an ORacle database user. This was all successful and I can sign in to topology manager as SUPERVISOR.
    However I notice that the physical topology includes the 'oracle' technology in the list but this is NOT present in the logical topology.
    When I import our models and projects that were developed elsewhere they fail becasue they are based on the oracle technology and this does not exist in the logical topology.
    If I try to create the oracle technology or import it I get an error index violation on AK_TECHNO which is the index on the SNP_TECHNO table.
    In the physical topology the oracle technology is shown as being both 'physical' and 'logical' (both check boxes are checked).
    Any ideas ?

    how can I find a way of admitting that this was indeed the case......................
    Turned off the hide unused technologoes and there they all are - including Oracle.................
    So that explains why it appeared at some point before - once some data servers had been defined etc...........
    I have my dataservers and schemas loaded now in the physical topology - but they are still not shoinwg in the logical topology - I think this is due to the data server in physical not being in the correct context. When I click the physical dataserver and go in to the contexts tab and choose global I get the error message (logical topology not configured for this context).

  • Vertical variable in oracle developer report 6i

    Hi
    I want to define a vertical variable in oracle report 6i but this ''Only text and boilerplate can be rotated''
    what can I do that?

    Hello,
    Only Text Boilerplate can be rotated but you can reference a variable in a Boilerplate using a "lexical reference" :
    ex:
    if your SQL query is :
    select ename from emp
    Set the boilerpate text to :
    &ename
    to display the value of ename.
    Of course, the boilerplate must be in the repeating frame having the SQL query group as source.
    Regards

  • How to pass bind variable into oracle reports 6i - Parameter form

    Hello All,
    I want to pass bind variable into Oracle Reports 6I - Parameters.
    I have tried out that but got the below error :-
    rep-0781 : Bind variables are not allowed in the select statement
    Kindly help me is there any option which allow me to pass bind variables into Oracle reports 6I.
    Thanks
    HARSH SHAH

    Hi,
    may be its not possible to use :P_PARAM1 in user parameter of oracle 6i reports
    but u can full fill user requirement using oracle forms
    create a form as like as report parameter window
    then create parameter list and run report
    PROCEDURE Run_Emp_Report IS
      pl_id ParamList;
    BEGIN
      pl_id := Get_Parameter_List('tmpdata');
      IF NOT Id_Null(pl_id) THEN
        Destroy_Parameter_List( pl_id );
      END IF;
      pl_id := Create_Parameter_List('tmpdata');
      Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
      Run_Product(REPORTS, 'empreport', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
    END;
    thanks
    mostafiz mitul
    Dhaka Bangladesh

  • ODI 12c No Oracle Technology Under Logical Architecture

    I have installed ODI 12c (Enterprise and Standalone) on XE 11g database. I have create a master repository and successfully logged in.
    However under: Topology\Logical Architecture\Technologies there is no Oracle option only File and In-Memory Engine.
    I have tried importing the Oracle technology XML file from: C:\oracle\middleware\ODI_Standalone_Home\odi\sdk\xml-reference twice and according to the import log it is being imported (and duplicated).
    Have I missed a step? According to the ODE tutorial the Oracle technology (and many others) should exist under Topology\Logical Architecture\Technologies.

    What about Physical Architecture?. Do you have Oracle under Physical Architecture?
    You can view/hide unused technologies, may be you selected that option.

  • ECID Propagation and Oracle Technology Adapters - what is supported?

    There is a mysterious release note for 11.1.1.1.0 that I think may be inaccurate or perhaps not properly scoped:
    *21.1.1.1 ECID Propagation Is Not Supported by Oracle Technology Adapters*
    [http://download.oracle.com/docs/cd/E12839_01/relnotes.1111/e10133/adapter.htm#CEGBDDJC|21.1.1.1 ECID Propagation Is Not Supported by Oracle Technology Adapters]
    I have tested ECID propagation with the JMS JCA Adapter (Composite Reference publishing to JMS and a Composite Service subscribing to JMS) and the ECID is propagated and the context is correlated properly in EM. It has worked properly with both WLS JMS and TIBCO EMS on the back end. I peeked into the mechanism and the JMS JCA Adapter is populating the tracking_ecid, tracking_compositeInstanceId, tracking_parentComponenInstanceId, and tracking_conversationId JMS Message Properties.
    Can anyone clarify the restrictions?
    -Todd

    Hey Todd - good catch!
    The capability to propagate ECID was indeed added in the JMS adapter. We need to add some nuance to the above release note: this applies to most technology adapters but not all. Stay tuned and thanks for the heads-up.

  • Oracle technology adapters licensing

    Hi,
    If I have Oracle SOA Suite or Weblogic Server that come with Oracle Technology Adapters, can those be taken out of the product and used from some other application server? I need to connect to Oracle AQ from non Oracle app server and would like to take the AQ resource adapter from one of the products we have and install it on another as. Would it be legal? Are there any other licensing options as far as the technology adapters are concerned - can those be obtained separately from middleware products?
    Regards,
    Tom

    Hey Todd - good catch!
    The capability to propagate ECID was indeed added in the JMS adapter. We need to add some nuance to the above release note: this applies to most technology adapters but not all. Stay tuned and thanks for the heads-up.

  • How to access environment variables from Oracle Forms

    Hi,
    Any idea how to use the Environment variables from Oracle Forms.
    My basic problem is that from Oracle form I am calling Batch file which calls excel file with a macro.
    So i want to check whether the macro was successful or not.
    So in my batch file i will set %errorlevel% which I should be able to read from Oracle Forms.
    I am able to read the registry from oracle forms, so is there anyway to read environment variable as well?
    Thanks!
    Avinash.

    Hello,
    Use the TOOL_ENV.Getvar() built-in
    Francois

  • Oracle Technology Support Champion

    Dear all,
    How to get this certificate.. Oracle Technology Support Champion. am unable to get any details about this..My company needs me to be certified as per some contract with the client.
    Please advise
    Kai

    I would just like to verify for Kai and all, that the Oracle Support Champion is not a part of the Oracle Certification Program. This OPN credential is not an Oracle certification. You may represent yourself as an Oracle Support Champion based on the appropriate OPN guidelines, but you may not represent yourself as "Oracle Certified."
    Regards,
    Brandye Barrington
    Certification Program Manager
    Certification Forum Moderator

  • Oracle Technology Day

    Oracle Technology Day: Enterprise Application Foundation
    Outperform your competitors while Lowering Operational Costs with WebLogic, Coherence, and Tuxedo
    Enterprise Application Foundation Technology Day focused on WebLogic, Coherence, Tuxedo, and JRockit
    1. Customers will join Oracle experts for an insightful keynote and technical sessions focusing on Oracle's WebLogic, Coherence, JRockit, and Tuxedo
    2. Customers will learn from case studies, view product demonstrations, and get in-depth information on Oracle's fusion middleware foundation product strategy and roadmap.
    3. Target audience -- IT managers, IT operations managers, architects, senior developers
    Call to action:
    1. To register for this event in Houston on March 24 [click here|http://www.oracle.com/dm/09q3field/28058_ev_otd_houston_mar24.html] .
    2. To register for this event in Reston/VA on April 7 [click here|http://www.oracle.com/dm/09q3field/27625_ev_otd_vienna_apr7.html]
    3. To register for all other cities [click here|http://www.oracle.com/events/technologyday/index.html]

    You can download the different products in the Oracle identity management stack here: http://www.oracle.com/technology/software/htdocs/devlic.html?url=/technology/software/products/ias/htdocs/101401.html
    The identity stack consists of various products and figuring out how to integrate the service offering with your in house solution is not an easy task. I would recommend talking to your Oracle account rep about using a systems integrator if your are seriously considering this option.
    Best regards
    /Martin

  • Oracle technology stack

    Hi. A question of terminology here:
    What,exactly,is meant by Oracle technology stack? Is it a generic term to describe Oracle architecture?
    This page http://awads.net/wp/2006/05/05/oracle-e-business-suite-technology-stack-and-products-cheat-sheet/ desribes E business suite and its 'technology stack' and it just looks like a reference to the way that Oracle architecture interacts with itself.
    But when we choose,during cloning, the techstack option, this suggests something more specific.
    Yet again, for example here http://blogs.oracle.com/stevenChan/2008/12/top_2008_techstack_articles_for_ebs_11i_and_12.html there seems to be a more general reference to the way EBS works with the 'techstack'?
    What is the techstack??
    Thanks,
    DA

    Dan,
    techstack (Technology Stack) components are database technology stack and application technology stack. In 11i, it is (8i/9i/10g) RDBMS and (8.0.6, iAS), and in R12 it is (10g/11g) RDBMS and (10.1.2.x AS + 10.1.3.x AS). Please refer to the installation manual (Installing Technology Stack Components) for details.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

Maybe you are looking for

  • How to change appearance of xfa.host.messagebox

        Is there anyway to apply a different look to the xfa.host.messagebox ?  It is pretty, um what is the word ..... -- ugly. That is the word Any help would be very appreciated. Thanks

  • Created a PDF with LiveCycle, I can open it using my Adobe Pro, but my friends can't...

    Hi, I created a PDF file using LiveCycle and I can easily open it with my Adobe Acrobat Pro on my laptop. However, my friends couldn't on their laptop. Is this even possible? Is it because they are using an older version of Adobe?

  • How do I upgrade from Lion back  to Snow Leopard?

    I had a Macbook Pro that after 3 trips to the shop, Apple finally replaced with a new machine.  Unfortunately the new machine came with the most suck *** operating system ever developed.  It is enough to make me think about going back to Windows. The

  • Do any Macbook Pro 17" have NO heat issues?

    I am on the fence as to whether or not to buy or wait until new models come out to see if Apple actually fixes this issue. I use "notebook" computers on my LAP all the time. I've searched and seen that some seem hot... some not so much. *Can someone

  • Restrict use of special characters in AD usernames

    I am planning to restrict use of any special characters including - "dash" when creating AD users in ADUC console. All are windows server 2008 R2 Domain Controllers Any suggestions. MCSE Certified