Converting from rpt to oracle reports

hello all
i ld like to know if i can convert report in RPT to oracle report ,and how i can do it , if its possible ?
regards

Hi ,
With what application is RPT is generated ? Oracle Reports supports extensions only like RDF, REX, REP, XML(Report XML type), JSP(Report JSP type), TDF(Report template binary file).
Oracle Reports converter application(rwconverter.exe in 9i) allows different conversions possible. This application has a UI which will list you all the source types that are allowed as drop-down list and one another drop-down for Destination types.
Hope this helps.
Thanks,
Vinod

Similar Messages

  • Converting old 2.5 Oracle Reports to 6i (.rdf)

    Hi!
    I wonder if anyone can help me with this issue. I have .rdf files from mid 1990's ( I'm not sure what is the version ) and now I would like to modify them by Oracle Reports Builder 6i. If I try to open those files by Oracle Reports Builder 6i I get the following error message:
    REP-0110: Unable to open file 'C:\file.rdf'
    REP-1070: Error while opening or saving a document
    So I made a conclusion that those .rdf files are too old for 6i. Do I need to convert, and especially how, those files?
    .rdf files where copied from Unix machine to Win XP machine where Oracle Report Builder is installed.
    Thanks in advance!

    Hi Eduardo Lucas,
    I have done such installation on the same machine under same ORACLE_HOME. The order I followed is 2.5 first and then 6i. I did on Windows NT. Also both worked fine without any problems. But haven't tried for XP.
    Thanks,
    Vinod.

  • Keys lost in converting from sybase to oracle

    I am trying to convert from sybase 12 to oracle 10 using the migration workbench.
    The oracle data base created does not have the primary keys that were in the sybase data base. I used the tool to create migration scripts, Create.sql and Drop.sql. These scripts create the tables but do not have primary keys in them.
    Another question is I have user types from the sybase database. Is it possible to change them in the tool? Right now it looks like I can only change the basic database types as in smallInt.

    Hi <Please Supply Your Name>,
    What version of SQL Developer are you using?
    "Create.sql" and "Drop.sql" sound like old OMWB names, Just want to double check.
    Thanks
    Dermot.

  • Passing data from JSP to Oracle Reports

    Hi,
    We have a requirement to query and display data in JSP pages and when clicked on 'Report' button of the JSP, an Oracle report should be called.
    The data which is queried in JSP should be passed to the Oracle report. Is there any way of doing it? This is to avoid re-querying the database again from Oracle Reports.
    Environment: jdk1.3, Oracle Application Server 9i, Oracle 9i, Report 6i
    Thanks in Advance,
    Srinivas

    You could have the Applet make a request to the server (via URLConnection).

  • Converting from Sinlge-Node Oracle Apps Instance to 2 Node Instance

    Hi,
    I am in the process converting my Single Instance Oracle Apps 11.5.10.2 instance on Windows 2003 server to a 2 Node instance. I want to move the DB Tier only to another Windows 2003 server.
    Plz suggest how I can achieve this. Can I use 'adcfgclone appsTier' to get this done.
    Rgds,
    Thiru

    1) Run "perl adpreclone.pl dbTier" on the source database node
    2) Run "perl adpreclone.pl appsTier" on the source application node
    3) Shutdown the application/database services and copy the(<sid>db, and <sid>data) directories to the target node
    4) Run "perl adcfgclone.pl dbTier" on the target database node
    5) Make sure the database and the database listener are up and running
    6) Run "perl adcfgclone.pl appsTier" on the source application node
    7) Start the application services
    Note: 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230672.1

  • Bad performing update query - converting from sqlserver to oracle

    SQLSERVER UPDATE
    =================
    UPDATE
    netVIEWplus.dbo.DIM_OUC_Latest
    SET
    OUC = LatestDIM.OUC,
    OUC_Desc = LatestDIM.OUC_Desc,
    OUC_Level = LatestDIM.OUC_Level,
    Parent_OUC = LatestDIM.Parent_OUC,
    CC_Type = LatestDIM.CC_Type,
    GFR = LatestDIM.GFR,
    CORP = LatestDIM.CORP,
    SOB = LatestDIM.SOB,
    Div_Unit = LatestDIM.Div_Unit,
    Div_Desc = LatestDIM.Div_Desc,
    L1_OUC = LatestDIM.L1_OUC, L1_DEPT_DESC = LatestDIM.L1_DEPT_DESC,
    L2_OUC = LatestDIM.L2_OUC, L2_DEPT_DESC = LatestDIM.L2_DEPT_DESC,
    L3_OUC = LatestDIM.L3_OUC, L3_DEPT_DESC = LatestDIM.L3_DEPT_DESC,
    L4_OUC = LatestDIM.L4_OUC, L4_DEPT_DESC = LatestDIM.L4_DEPT_DESC,
    L5_OUC = LatestDIM.L5_OUC, L5_DEPT_DESC = LatestDIM.L5_DEPT_DESC,
    L6_OUC = LatestDIM.L6_OUC, L6_DEPT_DESC = LatestDIM.L6_DEPT_DESC,
    L7_OUC = LatestDIM.L7_OUC, L7_DEPT_DESC = LatestDIM.L7_DEPT_DESC,
    L8_OUC = LatestDIM.L8_OUC, L8_DEPT_DESC = LatestDIM.L8_DEPT_DESC,
    Current_Flag = LatestDIM.Current_Flag,
    INF_Div_Unit_Only = LatestDIM.INF_Div_Unit_Only,
    INF_DIM_OUC_Id_Used = LatestDIM.DIM_OUC_Id
    FROM
    netVIEWplus.dbo.DIM_OUC_Latest
    INNER JOIN
    netVIEWplus.dbo.DIM_OUC HistoryDIM
    ON
    HistoryDIM.DIM_OUC_Id = netVIEWplus.dbo.DIM_OUC_Latest.DIM_OUC_Id
    INNER JOIN
    netVIEWplus.dbo.DIM_OUC LatestDIM
    ON
    LatestDIM.DIM_OUC_ID = HistoryDIM.Latest_Id
    Oracle Version
    ===========
    UPDATE
    netVIEWplus.DIM_OUC_Latest T1
    SET (OUC,OUC_Desc,OUC_Level,Parent_OUC,CC_Type,GFR,CORP,SOB,Div_Unit,Div_Desc,L1_OUC,L1_DEPT_DESC,L2_OUC,
    L2_DEPT_DESC,L3_OUC,L3_DEPT_DESC,L4_OUC,L4_DEPT_DESC,L5_OUC,L5_DEPT_DESC,L6_OUC,L6_DEPT_DESC,L7_OUC,L7_DEPT_DESC,
    L8_OUC,L8_DEPT_DESC,Current_Flag,INF_Div_Unit_Only,INF_DIM_OUC_Id_Used) =
    ( SELECT LatestDIM.OUC OUC,LatestDIM.OUC_Desc OUC_Desc,
    LatestDIM.OUC_Level OUC_Level,LatestDIM.Parent_OUC Parent_OUC,LatestDIM.CC_Type CC_Type,LatestDIM.GFR GFR,
    LatestDIM.CORP CORP,LatestDIM.SOB SOB,LatestDIM.Div_Unit Div_Unit,LatestDIM.Div_Desc Div_Desc,
    LatestDIM.L1_OUC L1_OUC,LatestDIM.L1_DEPT_DESC L1_DEPT_DESC,LatestDIM.L2_OUC L2_OUC,
    LatestDIM.L2_DEPT_DESC L2_DEPT_DESC,LatestDIM.L3_OUC L3_OUC,LatestDIM.L3_DEPT_DESC L3_DEPT_DESC,
    LatestDIM.L4_OUC L4_OUC,LatestDIM.L4_DEPT_DESC L4_DEPT_DESC,LatestDIM.L5_OUC L5_OUC,
    LatestDIM.L5_DEPT_DESC L5_DEPT_DESC,LatestDIM.L6_OUC L6_OUC,LatestDIM.L6_DEPT_DESC L6_DEPT_DESC,
    LatestDIM.L7_OUC L7_OUC,LatestDIM.L7_DEPT_DESC L7_DEPT_DESC,LatestDIM.L8_OUC L8_OUC,
    LatestDIM.L8_DEPT_DESC L8_DEPT_DESC,LatestDIM.Current_Flag Current_Flag,
    LatestDIM.INF_Div_Unit_Only INF_Div_Unit_Only,LatestDIM.DIM_OUC_Id INF_DIM_OUC_Id_Used
    FROM
    netVIEWplus.DIM_OUC HistoryDIM,netVIEWplus.DIM_OUC LatestDIM
    where
    HistoryDIM.DIM_OUC_Id = T1.DIM_OUC_Id
    and
    LatestDIM.DIM_OUC_ID = HistoryDIM.Latest_Id and rownum=1)
    where exists ( SELECT 1
    FROM
    netVIEWplus.DIM_OUC HistoryDIM,netVIEWplus.DIM_OUC LatestDIM
    where
    HistoryDIM.DIM_OUC_Id = T1.DIM_OUC_Id
    and
    LatestDIM.DIM_OUC_ID = HistoryDIM.Latest_Id )
    Problem is oracle update is taking long time than sqlserver update. Can it be written in some orhet way.
    Regards,
    Koushik

    Hi,
    Have you gathered stats as well ? Did the query use index(es) as well ?
    Without any more info like explain plan, indexes, etc., further help will be unable.
    Nicolas.

  • Calling PL/SQL Functions And Open Oracle Reports From ADF Application

    Hi all,
    My company will convert some projects from Oracle forms to Oracle ADF so, we need to call the PL/SQL functions and open the Oracle Reports (which are already exist) from ADF Application.
    Thank You..
    Jack.N

    Hi Jack.N,
    calling PL/SQL Functions -----> http://sameh-nassar.blogspot.com/2010/01/create-plsql-function-and-call-it-from.html
    Open Oracle Reports ---------> http://radio-weblogs.com/0137094/2008/06/15.html
    You will find The Integration between ADF and other systems in ---> http://wiki.oracle.com/page/ADF+Integration
    Sameh Nassar

  • Passing SQL-Parameters to Oracle-Reports from java

    hello,
    i want to write an application in the following way:
    on a java-frontend an user can select values for different
    parameters. these values should be to transferred to the sql-
    query of the reports rdf file. what is the syntax of an
    parameter passed from java to oracle reports.
    does this work with runtime.exec()... ?
    does anybody have an example.
    any help would be very appreciated.
    greetings
    Thorsten Lorenz

    In order to pass the parameters to report rdf, you can create user parameters in the oracle report builder, hook up the parameters with query. For example, you can create user parameter P_DEPTNO, then create a sql query: select * from dept where deptno = :P_DEPTNO. When you run this report, you give P_DEPTNO=10 as parameter, the rdf will generate report that only prints out department 10's information.
    Once you have this kind of report created, you have several ways to achieve what you want.
    1. use rwrun60. In your java program, you can invoke rwrun60 via runtime.exec(cmd) where cmd = rwrun60 report=dept.rdf userid=scott/tiger@orcl destype=file desformat=pdf desname=dept.pdf p_deptno=<value_from_java_app>
    2. similarly, use rwcli60. the cmd would be:
    cmd = rwcli60 server=repserver report=dept.rdf userid=scott/tiger@orcl destype=file desformat=pdf desname=dept.pdf p_deptno=<value_from_java_app>
    3. use rwcgi60. Instead of using runtime.exec, you should use java URL object to run the report in the web environment.
    option 2 & 3 takes advantage of powerful functionality of reports server, and it is much more scale than option 1.

  • Calling oracle reports from jsp file

    how to pass parameters from jsp file oracle reports.i am getting reports wihtout passin parameters.
    pls help me
    urgent
    vasavadatta

    Karthik,
    You might want to repost this question to the reports forum - you'll be more likely to get a response from a reports expert.
    Thanks
    Blaise

  • Oracle Report vs JSP efficiency and Excel XML in Web Source Questions

    I have used Oracle Reports in the past 6i, but haven't used them in about 4 years. We are now using 9.0.4 reports and I am trying to generate Excel XML from an Oracle report by manipulating the web source of the report. Basically copying and pasting the Excel XML into the web source of the Oracle Report instead of html as suggested by this Metalink Doc ID 240819.1. I do have a JSP working example that generates Excel XML created in JDeveloper and successfully spawns off a very nice looking Excel spreadsheet.
    However, a statement was made here by our app sever guy that an Oracle Report is more efficient at getting data from the database than a JSP. The app sever section does not want anyone using JSPs to generate a report of any kind. I guess small web pages are OK since our java guys use them all the time. This rule for a Reports only environment seems a little restrictive to me. Is there any truth to the statement that Oracle Reports bulk collects data in one chunk as opposed to a JSP making multiple trips to the database from the middle tier?
    Secondly, if an Oracle Report is more efficient in the way that it collects large record sets from the db, and if I save an Oracle Report as a JSP not an rdf, and use the reports_tld.jar with the rw tags instead of the typical jsp jstl tags, will I still get the same improvement from using an Oracle report? I guess the improvement is in the library used correct?
    Thirdly, although not part of this forum, I also am assuming that if we have single sign on that when I call a JSP from an Oracle Form I will not have to log in again correct?
    Thanks...
    Message was edited by:
    Mark Reichman

    It could be the configuration issue. Reconfigure the engine.

  • Oracle Reports 6i -- Image embeded, formatting PDF, Excel

    I am using Oracle Reports 6i on Windows 2000. I run the reports from a Java application, using the RWServlet, passing in the URL all the parameters needed.
    Now I need to run from my application oracle reports created by somebody else. Initially those reports were run from a client/server application in the client's Report Runtime environment. And I need at my turn to create others with the same look and feel.
    The existent reports do not appear to use any template.
    I was going through the Oracle Reports documentation, but I still have to clarify some things.
    Here there are my questions:
    1.- The company logo image
    I found in the Layout Model/Main Section/Margin an image object, but I looked in the Property Palette and there is no path to the image, just under Boilerplate there is a object of Type Image.
    How does the report know what to embed in the report's header?
    2.- Printing reports in different formats: i.e. PDF
    When the reports are run in the client/server Report Runtime environment, the user can print the report in different formats including PDF, Delimited, XML, etc.
    Is there a way to print the report in PDF or any other format from my web application that uses the RWServlet?
    3.- Report appearance in the browser
    Run in the browser the report loses formatting as opposed to client/server.
    Is there a way to make the report look good through some sort of general configuration, or should I fix each element that doesn't look god in Live Previewer, or somewhat else?
    4.- Report in Excel
    Is it possible to save the report to an Excel file or to generate it in Excel from Oracle Reports?
    Thanks in advance,
    Paul

    Whew...lot's of questions...let's see if I can help (at least a little)...
    1. Quite possibly, the user is/was pulling the image from the database? I do this in my environment, so it might be worth a look.
    2. You should be able to print in any format from the web. You may need to adjust your destype/desname/desname parameters.
    3. Only thing I can think of here is that maybe the original report was not written using a standard web-friendly font?
    4. There's a couple of ways you can get data into an excel file:
    A. Use DDE and poke the data right into it (messy when you need to print the regular Oracle report too).
    B. Add an option to print to file and set the desformat to DELIMITEDDATA. Be sure to go through the data model and set Exclude from XML Output to 'Yes' for fields you don't need. Also, be aware that this may not come out in the same order as they do on the printed report. You can read about this on Metalink.
    Hopefully that helps you a little bit. :)
    Chad

  • Converting data from a clob to RTF in Oracle Reports

    Hello
    I have created a table in my database and one of the columns is a CLOB , data in the CLOB i've copied from a word document .
    I've created a report that has to retrieve the value from the CLOB in RTF output, the problem is that the output is in binary format .
    If someone can help me i relly appreciate.
    Another thing , i tried saving a doc file into a html file , opening the html file with a notepad , and the content of the notepad putting into a CLOB , after putting in the text into the first tab 'text' i've checked the html tab and it appears to be ok in plsql dev,in report I used on the field properties that contains html tags = yes . But the output was not the same as in the CLOB tab html , it had other formatting and looked totally different , i'm almost sure that the problem is from tags , but modifying them takes too much time and I have too many reports that i must make in word and i cannot work on modifying the tags.
    PS: I use Oracle Reports 6i
    Anyone knows an alternative method for putting data from a doc document into a clob and making a query in reports that retrieves the value of the clob , and the output has to be rtf or pdf ?
    Thank you in advance
    Edited by: user7274785 on 05.10.2009 00:42

    Duplicate question.
    unload data to a csv in unix oracle 11g

  • How do i convert reports from Oracle reports to Oracle BI Publisher

    Hi,
    In the process of converting the reports to Bi Publisher ,I got stuck at executing the command . culd anyone correct the command plz.
    I am getting an error while executing the command . No Class found exception....
    D:\>java.exe -classpath D:\oraclebi\oc4j_bi\j2ee\home\applications\xmlpserver\xm
    lpserver\web-inf\lib\xdocore.jar;D:\oraclebi\oc4j_bi\j2ee\home\applications\xmlp
    server\xmlpserver\web-inf\lib\collections.jar;d:\oraclebi\oc4j_bi\j2ee\home\appl
    ications\xmlpserver\xmlpserver\web-inf\lib\aolj.jar;d:\oraclebi\oc4j_bi\j2ee\hom
    e\applications\xmlpserver\xmlpserver\web-inf\lib\xmlpserv2.jar
    oracle.apps.xdo.rdfparser.bipbatchconversion
    -source d:\oracle\reports\tools\open60\plsqllib
    -target d:\oracle\reports\tools\open60\plsqllib\output -debug

    Can you attach the full ClassNotFound Exception line? Eg ClassNotFound oracle.x.y.z.SomeClass

  • Converting from Actuate Reports to Oracle BI Publisher fails

    Hi,
    I'm trying to convert a Actuate report to BIP. The below mentioned error is being displayed.
    "2009/09/29 21:09:312 Begin conversion of Report name 'STARSRPT', Path 'D:\BIP\STARSRPT.bas'.
    java.lang.NullPointerException
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpressionInternal(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpressionInternal(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpression(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processParameter(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processArgumentList(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processVariableNode(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processVariable(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpressionInternal(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processExpression(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processAssignmentStatement(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processStatement(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processMethodDefinition(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processClassDefinition(Unknown Source)
         at oracle.reports.actuatereports.vb.VisualBasicTreeWalker.processProgram(Unknown Source)
         at oracle.reports.actuatereports.ActuateReportsToXMLP.run(Unknown Source)
         at oracle.reports.ApplicationRunner.runApplication(Unknown Source)
         at oracle.reports.ApplicationRunner.runActuateReportsConverter(Unknown Source)
         at oracle.reports.ApplicationRunner.main(Unknown Source)
    Any thoughts???
    Thanks,
    Kumar

    I'm able to convert other reports except for one. Sorry for the delayed response. I have raised an SR 3-1016713021 regarding the same in the support web.
    Regards,
    Kumar Madhav

  • How to Open an Oracle Report From a JSF Page

    Hi there,
    I would be really grateful if anyone would find me a solution to the following scenario:
    In my company, we have a project where we have to convert Oracle Forms and Reports to Java Web Application. The conversion of forms is being done thourgh JSF/ADF technology but how can i open an Oracle Report from a JSF page after supplying it with parameters ? Or i have to do some type of conversion before ?
    Once again i would be thankfull for your replies.

    Tapash,
    Thanks for reponding.
    Here is the URL I am currently using :
    https://gccss.glendale.edu:8001/dev60cgi/rwcgi60?server=rep60_crp3+userid=apps/pswd@crp3+report=/u07/oracle/crp3appl/gcccus/11.5.0/reports/US/GCC_ACCRUAL_BAL_0505.rdf+desformat=html+paramform=yes+destype=cache+p_accesscode=""
    The p_accesscode is the parameter I need to pass to the Oracle report.
    Currently, when I click the button, it invokes the above URL and takes me to the parameter form of the Oracle report and when I enter the Username, it runs the report and displays the desired output. But, what I need to achieve is, to pass the current user who has logged in behind the scene and to get rid of the parameter screen totally. Is this doable ? If yes, please help me !!!
    Thanks
    Hilal

Maybe you are looking for

  • I Can't Update My iPhone

    Hello everybody; I Bought iPhone month ago and I am happy with it. my problem is that when I click on update button the downloader starts download and when just 1 second remains to complete download a message appears that there is a network error. Ac

  • SAP Note 1464284

    I'm trying to apply SAP Note 1464284 (Portaria 1510: Electronic Time Record). The note requires some preliminary object creation (domains, data elements, views, structures, etc.), which I've already done. When I try to apply the note via the SNOTE tr

  • Nokia 5230 NOT receiving new firmware

    Hi I have Nokia 5230, RM-588. The CODE: 0585713 Hi I have Nokia 5230, RM-588. The CODE: 0585713 I don't seem to be getting the new firmware : 21.6.5 Hi I have Nokia 5230, RM-588. The CODE: 0585713 I don't seem to be getting the new firmware : 21.6.5

  • IViews Links Shifted to the Right when using Firefox

    Hi, We are using SAP Netweaver Portal 7.0 and have created multiple portal themes.  With one of the themes we created, it looks that the iViews links that appear in the the detail navigation of the portal are shifted to the right when using firefox. 

  • Monitoring dates in Project system

    Hi! We need to monitor the dates related with the components of the project. We have never use the tool "Monitoring Dates", I do not understand how to use this functionality. Any body can give me an example of how to use "Monitoring Dates" in PS?. Th