Google Answers Logo
View Question
 
Q: btitle in sqlplus 2.3.3 in oracle 7.3 ( No Answer,   0 Comments )
Question  
Subject: btitle in sqlplus 2.3.3 in oracle 7.3
Category: Computers > Programming
Asked by: patu111-ga
List Price: $2.00
Posted: 04 Aug 2002 07:25 PDT
Expires: 04 Aug 2002 09:20 PDT
Question ID: 50437
varable value is coming from the next record (which is wrong) of the
specified table in btitle command in sqlplus 2.3.3 in oracle 7.3

Request for Question Clarification by brad-ga on 04 Aug 2002 08:25 PDT
hello,

Can you show me that part of your code that includes
"BTITLE"...PERHAPS A FEW LINES ABOVE AND BELOW IT?

brad-ga

Clarification of Question by patu111-ga on 04 Aug 2002 09:19 PDT
IN THE PL-SQL 2.3.3 SCRIPT (AS ABC.SQL) :

ABC.SQL IS AS:
COLUMN ADD2 NOPRINT NEW_VAL ADD2B
BREAK ON SUPL SKIP PAGE ON NODUPLICATES
TTITLE COL 05 'HEADING' SKIP 2
BTITLE COL 05 ADD2B SKIP PAGE
COL SUPL HEADING 'SUPL' FORMAT A05
COL NAME HEADING 'NAME' FORMAT A30
SPOOL SUPL.TXT
SELECT SUPL,NAME,ADD2 
       FROM SUPL
       ORDER BY SUPL ;
SPOOL OFF ;
EXIT ;
=========================================================
TABLE DATA:(SUPPOSE THERE ARE TWO SUPPLIERS : SUPL=A001,A002,
                                              NAME=XYZ,PQR
                                              ADD2=INDIA,NEPAL)

RESULT: THERE SHOULD BE TWO PAGES OF RESULT. EACH PAGE FOR EACH SUPPLIER.
IN THE FOOT NOTE/ LAST LINE OF THE FIRST PAGE 'NEPAL' IS PRINTED INSTEAD OF
'INDIA' . SO WHAT IS THE SOLUTION ???
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy