OG-01629 ?

From: Andrei Kosogorov <abk_at_cell.ru>
Date: Tue, 16 Jun 1998 09:35:52 +0400
Message-ID: <6m50ct$3dq$1_at_pumba.cell.ru>



[Quoted] I have report wich containes graph. Graph containes custom query. I pass data parameters (PARAM_1, PARAM_2, PARAM_3) to custom query from report. Now 2 SQL-strings (in report):
  1. select table_1.col_3 PARAM_1, table_2.col_2 PARAM_2, count(distinct table_1.col_2) PARAM_3 from table_1, table_2 where table_1.col_1=table2.col_1 and table_1.col_2=20;
  2. select table_1.col_3 PARAM_1, table_2.col_2 PARAM_2, count(distinct table_1.col_2) PARAM_3 from table_1, table_2 where table_1.col_1=table2.col_1 and table_1.col_2 in(select ......from ....... where .......);

Results:
1-st query - OK!
2-nd query:
REP-0075 Error occurred when running called product. [Quoted] OG-01629 Command-line argument with no keyword after command-line keyword. Versions: Oracle Graphics v. 2.5.7.1.0

                  Oracle Report       v. 2.5.5.2.7


Please, help me! (I'm sorry for my English) Thanks! Received on Tue Jun 16 1998 - 07:35:52 CEST

Original text of this message