Report 2.5 with embedded Oracle Graphics

Can I change the graphics file in runtime?

I haven't been able to change on runtime. What I have done for my purpose is to create a temporary table inside reports and inserted data into the table. Then I called another report that has the graphics in it and the query on that is based on the temp table in the first report. I was able to order the way I want in the second one.
null

Similar Messages

  • Reports 2.5 with embedded graphics

    When I run the report, the report server and graphic server automatically start. If I passe the parameter Oracle_Shutdown, the report server shutdown when the report close, but the graphic server will stay active. How can I shutdown the graphic server.

    I have been searching for an answer for your question as well.
    what is the code for shutting down the report server?
    thanks

  • Maximum number of concurrent devices that could be used with embedde oracle

    Hi,
    How to know what will be the maximum number of concurrent devices that could be used with embedded oracle?
    Any help will be needful for me
    Thanks and Regards

    user598986 wrote:
    How to know what will be the maximum number of concurrent devices that could be used with embedded oracle?Please define 'embedded Oracle'.
    I assume you are talking about an Oracle-supplied database engine. Currently Oracle has several database engines: Oracle Database (Personal/Enterprise/Standard/Express); Oracle Berkeley Database; Oracle Times Ten Database; (iirc) InnoDB Transactional engine; and down the road possibly MySQL.
    Many people mean Berkeley when asking this kind of question, but sice you ask it in an Oracle Database forum as compared to a Berkeley engine forum, I am not quite sure.
    If you indeed mean 'Oracle Database', then it is a lecense question that needs to be discussed by you license people and Oracle sales.

  • CGI call to Oracle Reports with embedded graph not executing triggers on bars

    I have the following function which is suppose to change the color of the bars in subgroups.
    PROCEDURE Set_Group_Color(elem IN og_object, a_group_index number) IS
    v_color varchar2 (32);
    v_temp og_object;
    v_idx number;
    BEGIN
    v_temp := OG_GET_OBJECT ('GRPG_NM1_GRPG_CNT_legend_label');
    v_temp := OG_GET_PARENT (v_temp);
    v_color := color_list (a_group_index);
    og_set_bfcolor (elem, v_color);
    og_set_ffcolor (elem, v_color);
    v_idx := a_group_index * 2 + 1;
    v_temp := OG_GET_CHILD (v_temp, v_idx);
    -- 0 = legend_frame
    -- 1 = border of color box (no name)
    -- 2 = GRPG_NM1_GRPG_CNT_legend_label
    -- 3 = border of color box of next group
    -- 4 = GRPG_NM2_GRPG_CNT_legend_label
    OG_SET_BFCOLOR (v_temp, v_color);
    END;
    This function is called from the format trigger of the bars themselves. The code works the way i want it to in the ORacle Graphics designer but when i executed from the web the triggers are not executed at all!!!
    Am i forgetting to do something? Is this a known bug. When i put a format trigger on the graph axis-labels they execute correctly in both the designer and the web. But the bar triggers do not!

    1. Along with this version of Reports you should find the reports server (r30mts on unix). This will allow you to deploy your reports on the web - on HP/UX or Solaris.
    2. To web deploy you have:
    Web Browser --->
    Web Listener + Reports CGI ----->
    Reports Server -->
    RDBMS
    3. You don't need the cartridge if you are using the CGI.
    For more information, please look at the Reports Server Configuration whitepaper, available on OTN - it was written for Reports 6.0, but the concepts and architecture are applicable for Reports 3.0
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • Report with embedded Graph

    Hello,
    When generating a PDF file from an RDF file with an embedded pie chart, the graphic within the resulting PDF file is altered and does not look like the one in the report.
    I am using Oracle 8i Release 8.1.5.0.0 and Report Builder 6.0.8.8.3
    Thanks.

    If you want to display 4 decimal places you need to set decimalDigit="4". Also, make sure nothing is happening to the value before your graph gets it that would cause it not to display correctly.
    Here is what the DTD for graphs looks like for the ViewFormat element:
    <!-- ViewFormat specifies number formatting-->
       <!ELEMENT ViewFormat EMPTY >
       <!-- ViewFormat attributes
       numberType: format numbers as currency or percent?
       thousandSeparator: character for separating thousands
       decimalSeparator: character for separating whole number from decimal
       currencySymbol: currency symbol; numberType must be NUMTYPE_CURRENCY
       leadingZero: display leading zeros?
       decimalDigit: number of decimal digits to display
       posNumFmt: format for positive numbers
       negNumFmt: format for negative numbers
       posCurFmt: format for positive currency
       negCurFmt: format for negative currency
       scaleFactor: how much to scale (abbreviate) numbers
       scaleDownThousands: character(s) to use when numbers represent thousands
       scaleDownMillions: character(s) to use when numbers represent millions
       scaleDownBillions: character(s) to use when numbers represent billions
       scaleDownTrillions: character(s) to use when numbers represent trillions
       scaleDownQuadrillions: character(s) to use when numbers represent
            quadrillions
       javaDateFormat: Java date format
       oracleDateFormat: Oracle date format
    "used" attributes specify whether one of the above properties has
       been explicitly set; used for merging when using rules
       -->You would put this inside your X or Y axis element like:
    <Y1Axis lineWidth="1">
    <ViewFormat decimalDigit="4" decimalSeparator="." decimalDigitUsed="true" decimalSeparatorUsed="true"/>
    </Y1Axis>I don't see your X axis anywhere...maybe it it your "O1Axis" but I don't see that either, I only see "O1Title","O1TickLabel", etc.

  • Calling 6i reports containg oracle graphics in ias 10.1.2.0.2

    Hi,
    i'm having troubles calling a report containing an oracle graphics chart.
    i'm using ias 10.1.2.0.2 and the corresponding forms tools. and the ias 1.0.2.2.2a isuite server.
    Compiling and running the forms is not a problem and neither is caling ordinary reports. i.e reports not containing any oracle graphics. So i'm confident that my server setup is correct.
    When i'm calling reports containing oracle graphics charts the reports simply hangs.
    Consulting the ias server reports queue i can see that status is 'running the report, now executing pre-form trigger' and that's it. status never changes and the report never finishes.
    In my ias 101202 home i've set the following environment variables:
    ORACLE_GRAPHICS6I_HOME -> E:\oracle\806 which is where my oracle graphics is installed
    GRAPHICS60_PATH -> e:\mastra\rep which is where i store my reports and oracle graphics charts
    I keep both the .rdf file and the compiled .rep in the e:\mastra\rep directory.
    Strange thing is that if i don't include the full path to the oracle graphics component in the report it's not able to find it at runtime. I can see in the reports status screen it complains about not being able to fond the chart.
    what parameter should i set so i don't have to hard code the path to the graphics chart?
    If i include the full path to the chart it probably finds it because it doesn't complain but now it hangs telling me that it's running the preform trigger. and then nothing happens.
    please help me cause im stuck here.
    thanks for any input.
    br
    kim gabrielsen

    Hi Frank,
    Our reports are all called from Forms...using RUN_REPORT_OBJECT in the 10g environment. We have hundreds of reports (6i based) that all work fine when run on the 10g app server. The only ones that fail to complete are those that have Graphics embedded. Yet they work just fine when run Client/Server under 6i. On the 10g app server they just run forever/get hung.
    If I launch Graphic 6i Builder on the 10g App Server box, I can connect to the database without any problems. And Graphics 6i do run just fine from my 10g forms (converted from 6i Forms) on the App Server. NOTE: My Graphics 6i uses the same tnsmanes.ora and sqlnet.ora that my App Server uses (via a TNS_ADMIN setting in the Windows registry)
    Is there something extra special I need to do in the report itself?
    Thanks,
    John

  • Calling 6i reports containg oracle graphics in ias 10.1.2.0.2 from forms

    Hi,
    i'm having troubles calling a report containing an oracle graphics chart.
    i'm using ias 10.1.2.0.2 and the corresponding forms tools. and the ias 1.0.2.2.2a isuite server.
    Compiling and running the forms is not a problem and neither is caling ordinary reports. i.e reports not containing any oracle graphics. So i'm confident that my server setup is correct.
    When i'm calling reports containing oracle graphics charts the reports simply hangs.
    Consulting the ias server reports queue i can see that status is 'running the report, now executing pre-form trigger' and that's it. status never changes and the report never finishes.
    In my ias 101202 home i've set the following environment variables:
    ORACLE_GRAPHICS6I_HOME -> E:\oracle\806 which is where my oracle graphics is installed
    GRAPHICS60_PATH -> e:\mastra\rep which is where i store my reports and oracle graphics charts
    I keep both the .rdf file and the compiled .rep in the e:\mastra\rep directory.
    Strange thing is that if i don't include the full path to the oracle graphics component in the report it's not able to find it at runtime. I can see in the reports status screeen it complains about not being able to fond the chart.
    what parameter should i set so i don't have to hard code the path to the graphics chart?
    If i include the full path to the chart it probably finds it because it doesn't complain but now it hangs telling me that it's running the preform trigger. and then nothing happens.
    please help me cause im stuck here.
    thanks for any input.
    br
    kim gabrielsen

    Hi Frank,
    Our reports are all called from Forms...using RUN_REPORT_OBJECT in the 10g environment. We have hundreds of reports (6i based) that all work fine when run on the 10g app server. The only ones that fail to complete are those that have Graphics embedded. Yet they work just fine when run Client/Server under 6i. On the 10g app server they just run forever/get hung.
    If I launch Graphic 6i Builder on the 10g App Server box, I can connect to the database without any problems. And Graphics 6i do run just fine from my 10g forms (converted from 6i Forms) on the App Server. NOTE: My Graphics 6i uses the same tnsmanes.ora and sqlnet.ora that my App Server uses (via a TNS_ADMIN setting in the Windows registry)
    Is there something extra special I need to do in the report itself?
    Thanks,
    John

  • How to add Oracle Graphics 6i charts (OGD) to my Oracle Reports 10g

    Hi,
    Is there any possibility to add Oracle Graphics 6i Charts (.OGD) to Oracle Reports 10g
    (OR)
    If not possible, Can you please provide steps to migrate OGD to any format that is supported in Oracle Reports 10g.
    Regards,
    Swethan

    Oracle Graphics and its OGD image format are no longer supported. Reports built with previous versions of Oracle Reports containing Oracle Graphics charts will continue to run in Oracle Reports 10g Release 2 (10.1.2) if the Oracle Graphics 6i runtime is installed on the same machine in a separate ORACLE_HOME. However, this is not a supported configuration, and Oracle will not fix bugs that result from this configuration.
    Re-create all Oracle Graphics 6i objects using the Graph Wizard

  • Web Intelligence: Save Report as PDF and with embedded HTML code

    Hi all.
    Sorry but I'm not able to find any post about this matter, please feel free to provide links if you know existing topics about this problem.
    We created a beautiful report with HTML5 code embedded into a blank cell and we are now trying to export it in a printable format (e.g.: PDF or HTML).
    As you know (as per manual information) it is not possible to export a report with embedded HTML code and keeping it in the output (cell with embedded HTML code is rendered blank).
    My question is: is there a known workaround or an alternative solution to export the report and keep its content?
    Print screen is not a valid option :-P
    Thanks for the support or any suggestions
    Stecas

    Product limitation; vote for change on ideaplace, etc. I don't believe there is an *easy* workaround, but see:
    https://scn.sap.com/thread/3149287
    HTH
    NMG

  • How to embedded oracle report data in email body from forms?

    Hi,
    I am working on oracle forms and report 10g and i am new to this. I want to knw How to embedded oracle report data in email body ?
    Regards
    Shruti

    I have uploaded a sample . This might help
    http://www.alexyscorp.com/send_report_email.zip

  • When I forward an HTML email with embedded graphics to someone, it forwards it as plain text.. this is driving me batty.. how do I forward such mails INTACT??

    I have the latest Thunderbird installed on a new 64-bit Winblows Eight netbook.. fantastic program, but one problem is driving me absolutely batty, and after using the latest Thunderbird for weeks, I simply can't figure out how to fix it..
    I'm on a lot of mfr. and other kinds of mailing lists, like eBay watch list alerts, and so on.. these are not s p a m (although I get plenty of that.. who doesn't).. but lists I WANT to be on..
    Many such emails from those mailing lists are in HTML format with embedded graphics.. I'm not talking about graphic file attachments, but embedded graphics which are coming from the senders' servers, and appear AS a graphic in the email.. sometimes such emails are one huge graphic with hardly any text.. all well and good..
    However, here's the problem.. when I want to forward such an email to a friend, Thunderbird ALWAYS formats it as plain ASCII text.. I know this because I look in the "sent mail" folder, and can see that it has turned an HTML email with embedded graphics into plain ASCII text..
    I absolutely can't figure out how to get it to forward an HTML email with embedded graphics INTACT, so the sender receives it looking the way it looks when I receive it from a mailing list, or an advertiser, or eBay, or whoever..
    Is Thunderbird capable of forwarding an HTML email with embedded graphics INTACT?.. If so, how / where do I turn on that capability?..
    If the capability to do this isn't built into the program, is there an add-on I can install that will give it that ability?..
    I am not new to computers.. but this really has me stumped.. I want to put Thunderbird on my 32-bit Vista laptop and stop using its horrible "Windoze Mail" program, which I've been using for years, and is slower than snot, and has all kinds of other problems..
    So, assuming whoever reads this FULLY understands my question, PLEASE tell me how to get Thunderbird to have the ability to forward an HTML email with embedded graphics AS-IS, so the receiver(s) I forward it to see it exactly the way I see it when I receive it.. if that ability is built in, please tell me how to turn it on.. if that ability is not built-in, please tell me what add-on I need to install to give Thunderbird this capability.. if Thunderbird absolutely can't forward an HTML email with embedded graphics at all, please also tell me that..
    A virtual box of candy and a dozen long-stemmed roses to anyone who can give me a solution that works..
    Thanks..

    Dear Mr. Toad (my all-time favorite ride at Disneyland ;-) ..
    Thanks so much for your detailed reply.. my netbook is in the bedroom, turned off.. I (so far) only use it in the evening, in the bedroom.. I've saved your response, and will try your suggestions, and let you know if they solve the problem I described. I really appreciate you taking the time to post such a detailed reply..
    I can't answer your Thunderbird "configuration" questions, because I'm in the living room, using the crap Vista laptop, on which I plan to install Thunderbird, and then take Windoze Mail out in the street and drive over it a few times.. I'll get back to you one way or the other, and let you know if your instructions solved the problem, or not..
    I don't understand why Thunderbird "out of the box", so to speak, simply doesn't forward HTML emails with embedded graphics, (like Outlook Excess, and Winblows Mail do).. without having to go through those steps. I personally HATE HTML email, but over the years, it's become more and more prevelant.. so it's a problem I must fix..
    Thanks again..
    Harv..

  • CR report with embedded SWF: Export to PDF displays nothing

    I'm creating CR 2008 reports with embedded SWFs as described in the whitepaper [EMBEDDING XCELSIUS 2008 VISUALIZATIONS IN CRYSTAL REPORTS 2008|http://www.businessobjects.com/pdf/product/catalog/crystalreports/cr_xc_integration.pdf].
    From CR, I can export the report to html and view the report fine. But when I export to pdf, ppt, etc. The SWFs are not viewable. Is this a bug or by design?
    This section of the white paper seems to imply that maybe you cannot export to pdf:
    >TECHNICAL DETAILS
    >
    >Viewing Flash objects embedded in a Crystal Report is supported in the:
    >
    >Crystal Reports 2008 Preview tab
    >Crystal Reports 2008 .NET Webform viewer
    >Crystal Reports 2008 Java DHTML viewer (used in BusinessObjects Enterprise XI 3.0 and other products)
    >
    >Exporting and printing of Flash objects with connections to Crystal Reports data is not supported.
    >
    >Embedded Flash objects that do not have connections to Crystal Reports data can be exported to PDF only.
    I'm using the latest version of Adobe products:
    - Adobe Flash Player ActiveX, Version 9.0.124.0
    - Adobe Flash Player Plugin, Version 9.0.115.0
    - Adobe Reader 9, Version 9.0.0
    Also, I downloaded [CR Viewer 2008|http://www.businessobjects.com/product/catalog/crystalreports_viewer/] and can see the CR reports I've created with embedded Xcelsius swfs.
    Any information is appreciated. Thanks.
    Tim

    > ... it states in your first post, the export is not supported,
    True. It says:
    > Exporting and printing of Flash objects with connections to Crystal Reports data is not supported.
    But I can export such reports to html and view and print the flash objects.
    It seems inconsistent to me. I can export static flash charts to pdf, yet I cannot export dynamic flash charts to pdf, which is from Adobe, as is Flash?
    I'm hoping this is a temporary bug either in Crystal or pdf reader and is to be fixed in a patch release. Or an explanation of why the limitations exist.
    Thanks for the response.
    Tim

  • Oracle Apps RDF Report generates file with ^M (Carriage return) characters

    We are upgrading from 11i to r12 (also moving from HP unix to AIX on hardware side) and this rdf report generates a text file which is then eventually sent to a third party system for printing. Report works just fine in 11i as it generates a file without any ^M chars but in R12 environment, the same report generates file with ^M chars.
    Also want to understand how the Oracle Apps system hands over the output files to O/S which is saved.
    Pls advice
    Thanks
    Ram M.

    What type of concurrent program are we talk about here?
    This is a Report type of Concurrent program
    How does the text file get generated?
    Report is generating a Text file on :desname, a custom folder. 
    Was the binary mode used to copy the files from the old server to the new one?
    I believe RDF Reports were copied over in Binary format but none of the text files generated from old server are copied over.

  • Any Alternate to use  ORACLE GRAPHIC BUILDER   through Reports

    Hello ,
    After long research some option of creating complex graphs does not serve my problem like BI GRAPHS . I want to create graph in such a way that for example I have one view in which trainno, station no, scheduled time and departure time are stored. I want to display a line graph for same train schedul and depart wise. Now I try to create line graph in oracle 10g, there only one single line is displayed for two groups scheduled time and departure time and that also not sorting properly.
    In previous of oracle , Graphic builder had good option of creating field templates like line and attaching to line chart. So it there are two groups (Sched and departure time) , than line with different colour use to display separately for both. Now I don't find any way in oracle 10g to plot such type of Graph.
    If anybody has option or way than please give suggestion.
    Regards,
    Prashant

    I am not an expert on chart builder, so I don't know how you would access the model and get at the image files.
    However, if you have a URL that points to an image generated by the chart builder, you can use the <image> element to display it.
    It sounds like to produce these image files, you need to write some application logic. The correct place to put this application logic is probably in a subclass of a struts DataAction.

  • [Oracle JDBC Driver]This driver is locked for use with embedded application

    Hi
    I installed Sun Java Studio Enterprise 8, and am trying to connect to my Oracle database using the attached tutorial code.
    The code compiles fine, but I get the following error whenever I run the file: [Oracle JDBC Driver]This driver is locked for use with embedded application
    I don't understand what is happening.
    Using the Runtime navigation panel on the upper left of the IDE screen, I can right-click and connect to the database, and navigate database files, using the Oracle JDBC Driver that came with JSE8.
    Name: Oracle Driver
    Driver: com.sun.sql.jdbc.oracle.OracleDriver
    Database URL: jdbc:sun:oracle://JAZZPUP:1521;SID=REPO
    If the driver is installed, and can be used to connect to a database by right-clicking on the database definition in the Runtime panel, why can't I connect to it just using java code in the IDE. I would expect both methods to work or to fail, not one of each using the same IDE.
    Many thanks and take care,
    Shayne
    import java.sql.*;
    public class CreateCoffees {
    public static void main(String args[]) {
    //String url = "jdbc:mySubprotocol:myDataSource";
    String url = "jdbc:sun:oracle://JAZZPUP:1521;SID=REPO";
    Connection con;
    String createString;
    createString = "create table COFFEES " +
    "(COF_NAME VARCHAR(32), " +
    "SUP_ID INTEGER, " +
    "PRICE FLOAT, " +
    "SALES INTEGER, " +
    "TOTAL INTEGER)";
    Statement stmt;
    try {
    //Class.forName("myDriver.ClassName");
    Class.forName("com.sun.sql.jdbc.oracle.OracleDriver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    //con = DriverManager.getConnection(url, "myLogin", "myPassword");
    con = DriverManager.getConnection(url, "login", "password");
    stmt = con.createStatement();
    stmt.executeUpdate(createString);
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    } //end class CreateCoffees
    ---

    There are two similar threads:
    http://swforum.sun.com/jive/thread.jspa?threadID=61327&tstart=0
    http://swforum.sun.com/jive/thread.jspa?threadID=51057&messageID=188210
    To summarize - the DataDirectDriver that is shipped with the IDE seems to be locked to be used inside the IDE only because of some licensing issues etc..
    That's weird, I agree. I will raise a question on reasons for such a behavior.
    The solution would be to use Oracle's own driver, that is distributed at no charge from their web site - http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    HTH,
    Kirill

Maybe you are looking for

  • Backspace key

    On my brand new imac keyboard, i have a delete key, and, while i fully understand how it works, it is not a backspace key.  Ironically, my horribly new ios7 ipad has a backspace but no delete key.  And, while i am still new to mac, i am sooooo confus

  • Communication IDoc is not generating after master IDoc for "DEBMAS"

    Hi gurus, i have done all steps from the beginning to the end for an Idoc transfer of type "DEBMAS".I have created the settings in BD61,BD50 and BD52.And also i can work with other master message types like ARTMAS.I didn't give any filter groups in B

  • Use base station as router instead of cable modem

    I have a cable modem that is also a router connected by a wire to the Airport extreme base station. Officially, the Airport should be used as a bridge, disabling the distribute IP option. The thing is this modem ***** and I can't replace it because i

  • I bought a pre-configured MBPro. How do I change the username?

    I bought a computer that was on display and thus already configured to the store's settings (i.e. username, Mail, etc.). I've managed to change every setting to my liking except the username that appears on Terminal and the one on Sharing & Permissio

  • Active/passive replication

    Hi, I cannnee find a sufficiently detailed breakdown of the exact features within each license version of 10g. Can someone tell me if the standard edition of 10g provides the ability to setup up an active/passive replication between two completely se