what is the difference between character mode,bitmap mode
Answers were Sorted based on User's Feedback
Answer / vineet singh
Here is an example to help explain how Oracle Reports are
designed and printed in both the bitmap and character-mode
environments.
Assume you wish to print "Cc" where "C" is a different font
and a larger point size than "c" and is in boldface type
(where "c" is not).
In Oracle Reports Designer, bitmap mode, you can make "C"
bold and in a different font and point size than "c". This
is because you are generating postscript output.
Postscript is a universal printer language and any
postscript printer is able to interpret your different
design instructions.
In Oracle Reports Designer, character mode, the
APPLICATIONS STANDARDS REQUIRE the report to be designed in
ONE FONT/ ONE CHARACTER SIZE. Character mode reports
generate ASCII output. In ASCII you cannot dynamically
change the font and character size. The standard is in
effect so a report prints as identically as possible from
both conventional and postscript printers.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / mahes
by mentioning report as character mode it can't display any
graphical objects where as by mentioning bit map mode report
can display graphical objects
| Is This Answer Correct ? | 16 Yes | 7 No |
what is meant by Drill Down in Discoverer report? why it will be use?
wht is the use of Xml reports over reports6i?
1. when we r doing interface/conversion which things u will take care to improve the perfrmonce?(except bulk collect) 2. In conversion,u r loading the data using sql*loader,I dnt want to use sql*loader,& i have millions of records,Id der any way to load the data withing fraction of time considering best performance. 3. When u r doing conversion,taht using sql*loader u r loading data into staging table,u r writing control file bt I dnt want to use sql*loader,when u r creating con prog that time can we pass all values from flat file using paramere,valuset?how? 4. In flat file u got 50 records,out of 50 ,30 records are proceesed & inserted into base table,after taht clien understood that 1 item having wrong name e.g insted of ABC he given DCE, so can we delete?hw?(client permission is der) i have lot of wrong item name randomly spreaded,can we delete it?hw? 5.after doing validation hw u will follow approach to error out records?if i want to send all the error out records to client daily,whats ur approach? 6. In outbound interface is der any way to load the data(large data-millions of records) except UTL_FILE package? 7. what is parsing? 8. In technical doc.s which section will mention?except code? 9. Do u have any idea about code depository tool? 10.whats is performance tunning,DB link? 11, How u will do RMA?
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
Tell me some errors names and number what u got while developing the reports?
What are the User PARAMETERS in the Reports?
Steps for DFF registration
in sql loader,i have 100 records in my flatefile, i want to skip the 80 to 90 records .please help me
Give a brief overview on OrderManagement.
What are documents and test cases u followed.
what is the diff between custom.pll and form personalization? Tell me one example?
If the flat file is having the duplicate records in the interface how can you restrict while transferring the flat file data in to interface tables?