Hi I am working on a Oracle 6i report. The final report looks like:
====================================================
Sample Oracle Report
Org ID: 1
Org Name: MUS
Org ID: 2
Org Name: MFG
====================================================
The report layout looks like:
Org ID...
Hi All:
I am creating a SQL*PLUS (not Oracle report) report. The code segment liks following:
==============================================
set newpage 0
set pagesize 55
BREAK ON component desc quantity
select ..... from .... // ignore the actual syntax...
Hi All:
I am creating a SQL*PLUS (not Oracle report) report. The code segment liks following:
==============================================
set newpage 0
set pagesize 55
BREAK ON component desc quantity
select ..... from ....
===============================================
When I run...
I am using Oracle 6i. Here is an example of output of my report:
Component Seq SubInv Quantity
========= === ====== ========
018-1071 10 test1 10
test2 20
<=== blank line
test3 30...
I am using Report6i, in the layout model, I created two lines as following (each line consists of a text object and field object):
supply subinventory1 : F_supply_sub1
supply subinventory2 : F_supply_sub2
Also, I group each line (text + field)into a frame.
When I printed out it, there are...
Hi:
I am modified an Oracle report using report 6i. I need figure out how to dynamic print out multiple copies for the same report based on the value of a column retreived from a table in the database.
Can I do this in Oracle report 6i?
Can I dynmaically reset the value for "Copies" system...
Hi All:
What is the command line that
1) Launch the Oracle Report Builder6i on Unix box (e.g. HPUX)
2) run the Oracle report 6i from command line on Unix box.
Where can I find the document for Oracle report builder 6i on unix box where Oracle 9i is installed.
Thanks!
Hi All:
We can use alter session command to change a lot of session information (e.g. ALTER SESSION SET OPTIMIZER_MODE = RULE).
My question is how to find all session information? What command can tell me the value for OPTIMIZER_MODE of my current session?
Thanks!
Hi All:
I am using Oracle Report Builder 6i to create a Oracle report. The output of this report will be an XML file.
My question is:
In a group object, how to control the actual sequence of XML elements output?
I am adding one new column (col_B) to a group and I want the XML of that new...
Hi All:
I am kind of new to Oracle Report development.
Here is my case:
My company is running Oracle 11.5.9 Oracle application with 9i database engine.
I have Oracle Report Builder 6i (with latest patchset 15 applied) installed on my desktop (Windows 2000)
Step:
1) I copied the vanilla...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.