what is the difference between oracle reports 6i and oracle
reports 10g? give atleast 10 differences? (plz give the
answer vvvvvvvvvvv.urgent)

Answer Posted / ranjit simon john

1) Oracle Reports 10g Release 2 (10.1.2) provides an OLAP
data source that can be used to create reports based on
OLAP data.
2)In Oracle Reports 10g Release 2 (10.1.2), the use of
keywords SERVER and USERID with SRW.RUN_REPORT is
deprecated.
3) In Oracle Reports 10g Release 2 (10.1.2), you can call
Java methods using the ORA_JAVA package and the Java
Importer. This reduces the need to have user exits in a
report and allows for a more open and portable deployment.
4) Oracle Reports 10g Release 2 (10.1.2) provides you with
two executables that perform the same function as rwcgi60:
rwcgi.exe (on Win32) and rwcgi (on UNIX). However, all of
these CGI executables are deprecated. Instead, use standard
Java 2 Enterprise Edition (J2EE) methods of making a Web
connection: use either a servlet URL or a JSP URL.
5)The formatting-related SRW built-in parameters that were
applicable only to client-server environments (for example,
SRW.BLINK_STYLE) are deprecated in Oracle Reports 10g
Release 2 (10.1.2).
6)Object Linking & Embeding (OLE2) functionality is
deprecated in Oracle Reports 10g Release 2 (10.1.2) because
it is only applicable to client-server environments.
7)In Oracle Reports 10g Release 2 (10.1.2), you must start,
shut down, monitor, and manage the Reports Server through
the Oracle Process Manager and Notification Server (OPMN)
and Oracle Enterprise Manager.
8) In Oracle Reports 10g Release 2 (10.1.2), all reports
are run through the Reports Server, and you can no longer
submit requests directly to the Reports Engine. This allows
you to take full advantage of the Reports Server for
security and distribution functionality. It also allows for
a more streamlined architecture and consistency within the
product.
9)In Oracle Reports 10g Release 2 (10.1.2), the command
line keyword BACKGROUND specifies whether a report on the
server should be run synchronously (NO) or asynchronously
(YES). It can be used only with the executables rwclient,
rwservlet, and rwcgi.
10)In Oracle Reports 10g Release 2 (10.1.2), the command
line option BATCH=YES specifies that the relevant
executable should run in no-UI mode (that is, all terminal
input and output should be suppressed). This command line
keyword can be used only with the executables rwserver and
rwconverter.

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to send file attachment from oracle forms

2135


all steps of bitmap report?

1906


Is it possible to have multiple layouts in a report?

570


Explain the various types of oracle report?

543


Can we invoke one form from another in a multi-forms application?

635






What is an oracle report? List its various types.

562


I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users

841


What do we mean by record group in oracle forms?

609


what are the new features introduced in oracle form services in 11g release 2?

577


I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object

2273


from where do u receive the information to develop report

1528


What is the difference between bind and lexical parameter?

536


What is a user exit program in oracle reports?

571


Explain master-detail relationship with some examples.

580


i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE

2466