[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::rdb_60

Title:Oracle Rdb - Still a strategic database for DEC on Alpha AXP!
Notice:RDB_60 is archived, please use RDB_70..
Moderator:NOVA::SMITHISON
Created:Fri Mar 18 1994
Last Modified:Fri May 30 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5118
Total number of notes:28246

4983.0. "SET OUTPUT not copying error messages" by ukvms3.uk.oracle.com::PJACKSON (Oracle UK Rdb Support) Thu Jan 30 1997 06:33

    A customer is saying that SET OUTPUT from interactive SQL is not
    getting a copy of the error messages written to where the output is
    redirected to. He can reproduce this on several machines by selecting
    from a table that doesn't exist. It only fails on his Alphas. It works
    on his Vaxes.
    
    I haven't been able to reproduce this, but I don't have access to an
    Alpha with the same version of VMS (6.2). His Rdb version is 6.1-04. I
    have tried it on a system with VMS 7.0 and Rdb 6.0-04 and it works for
    me.
    
    Any ideas?
    
    Peter
T.RTitleUserPersonal
Name
DateLines
4983.1ok on 6.1Achsr38.ch.oracle.com::ROHRThe Packers did it!Thu Jan 30 1997 07:1812
    I don't have 6.1-04 any longer but its ok on 6.2 Alpha with 6.1A:
    
    SQL> set output tmp$:output.lis
    SQL> select * from fixi;
    %SQL-F-RELNOTDEF, Table FIXI is not defined in database or schema
    SQL> exit
    Rohr> type tmp$:output.lis
    select * from fixi;
    %SQL-F-RELNOTDEF, Table FIXI is not defined in database or schema
    exit
    
    /Regina