See below. When entering 'set' at the sqlprompt, it
issues a SP2-0545. When entering 'set' at the
gqlprompt, it segfaults. Output from uname -a: Linux
bkuik-nl.nl.oracle.com 2.6.0-test6 #1 Sat Oct 18
10:29:31 CEST 2003 i686 i686 i386 GNU/Linux
I'm running RedHat 9, with a custom 2.6.0-test6 kernel.
Below login with sqlplus and then gqlplus:
------------------------------------------------------------------------
[bkuik@bkuik-nl testdata]$ sqlplus secret/secret@tnsname
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Nov 14
07:55:59 2003
Copyright (c) 1982, 2002, Oracle Corporation. All
rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
With the Partitioning, Real Application Clusters, OLAP
and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
SQL> set
SP2-0545: SET command requires an argument.
SQL> Disconnected from Oracle9i Enterprise Edition
Release 9.2.0.3.0 - Production
With the Partitioning, Real Application Clusters, OLAP
and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
[bkuik@bkuik-nl testdata]$ gqlplus secret/secret@tnsname
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Nov 14
07:56:11 2003
Copyright (c) 1982, 2002, Oracle Corporation. All
rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
With the Partitioning, Real Application Clusters, OLAP
and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
SQL> set
Segmentation fault
[bkuik@bkuik-nl testdata]$
Logged In: YES
user_id=551800
Fixed in gqlplus 1.9 (to be released).