Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
413 views

Is there another tool out there for building oracle reports other then oracle reports builder?

I cant stand oracle reports builder. Its constantly crashing and sucking in general. Copying and pasting stuff only sometimes works. Elements visualy look selected after you unselect them. ...
2
votes
2answers
1k views

how to check up/down status of oracle reports server?

To check the status of database servers, I use tnsping utility. Is there any similar utility for checking reports server? Thanks.
1
vote
0answers
105 views

WebUtil's CLIENT_TEXT_IO.PUT_LINE when writting CSV files

We're migrating our Oracle forms and Oracle reports from 6i to 10g over Windows 7. But when we changed the new PC's with Windows 7, users reported several reports and some forms that generates CSV ...
1
vote
1answer
53 views

Saving a servlet response when it is a pdf generated with oracle's report server

My application is deployed on Oracle's OAS (ADF environment). My application is a simple form with a submit button. When it's clicked I send a request the Oracle's report server (to the rwservlet). My ...
1
vote
1answer
116 views

Oracle: Aging - 7 Buckets - By Account Report Definition (ARXAGS)

Is it possible to get the code file behind a standard Oracle report from a resource other than my IT department? I only have minimal read-only permissions on our server, and the IT folks here are ...
1
vote
1answer
256 views

How to prevent (or limit) Oracle Reports Builder 10g crashing

Reports Builder version 10.1.2.0.2 DB version: 10.2.0.4.0 (64 Bit) Oracle Reports Builder is crashing so regularly now that it is almost unuseable, we have to backup and save after every minor ...
1
vote
0answers
197 views

Oracle reports center aligning the header of a field in a repeating frame

I have a label and a field as in the follwing layout. ________________ | _____ | | | | | | |Label| | | |_____| | | | | ____________ |->Outer fixedframe | | ...
1
vote
1answer
523 views

export PDF from report directly

I use Oracle Report 6 for get my report, The problem is I want to get PDF export without displaying the report.I mean right now, I click on one button and make report (call a report from my Oracle ...
1
vote
1answer
637 views

Saving a report to a file on a client PC?

Friends, I would be grateful for a quick sanity check! When calling Oracle Reports 10g from Oracle Forms 10g, is it possible to run an Oracle Report and save it on the users PC to a specified ...
0
votes
1answer
29 views

Report Builder PDF

I have Stored path in Oracle Database of Different Images and Pictures are stored in folder.THe Size of Pictures are in kb but when i run the Report from Oracle Report Builder and Generate it into PDF ...
0
votes
0answers
24 views

Moving exisitng Oracle Report over to Crystal Reports 11

We have a bunch of old Oracle Reports that we are planning on moving over to Crystal and was curious if anyone knew of an easy way to automate it?
0
votes
0answers
107 views

Landscape Oracle Report prints in Portrait

I have a couple of Oracle Reports that are formatted as Landscape, and when I print them to a PDF file or to the screen, they display as Landscape, but when I send them straight to the printer they ...
0
votes
4answers
54 views

How to compare a column to a parameter in Oracle?

my code goes like this.. SELECT ALL TBL_MONITOR.ITEM_ID, TBL_MONITOR.CATEGORY, TBL_MONITOR.BRANDNAME, TBL_MONITOR.PRICE, TBL_MONITOR.QUANTITY FROM TBL_MONITOR where case when :pricetag = 'Great' ...
0
votes
1answer
84 views

Is there a PHP equivalent to Oracle Reports?

I'm quite used to work with Oracle Reports to build PDF reports and I'm looking for an equivalent tool/library for PHP. Oracle Reports allows to rapidly position fields on a page, make tables based ...
0
votes
2answers
197 views

Oracle reports to excel spreadsheet avoid scientific notation

I have an oracle report that outputs to an spreadsheet. The spreadsheet automatically takes large numbers and converts them to scientific notation. I've tried to avoid this by 1)Prepending a blank ...
0
votes
0answers
99 views

Problem in Excel report generation in Oracle Reports 6i

While generating groupwise records, a group having so many records continuing in second page also. In excel I dont need heading on second page of report to be repeated, is there any solution?
0
votes
1answer
296 views

Oracle reports-Passing null parameters to RWRUN

I have a set of run-time parameters in the parameter form in oracle reports that have the "Restrict List to predetermined values". I am able to run the report in the report builder without supplying ...
0
votes
3answers
271 views

Using select in select in oracle report query

I am creating a new report where I have only one cursor in the report and the report has no paper layout (it goes directly to a CSV format). I have a query where I need to make a sub query something ...
0
votes
1answer
68 views

Better codes to develop

DIFFERENCES select CE1.CLASS_ID, CE1.LOCATION_ID, count(case CE1.FORMAT_ID when 5 then 1 end) as LIVE, count(case CE1.FORMAT_ID when 14 then 1 end) as LB, ...
0
votes
2answers
114 views

Generated PDF throws “…This is currently disalowed by your system administrator.”

In a PDF file generated by Oracle Reports, pressing on a drill-down link (something like /reports/rwservlet?report=test.rep&destype=cache&desformat=pdf), I receive the following error message: ...
0
votes
1answer
340 views

Can Oracle Reports 10g create a PDF with usable text fields?

I have an Oracle Reports 10g report, that pulls data from the database and saves the result as a PDF file on the user's PC. The users are requesting that the resultant PDF have a couple of text ...