Hello, boys
Your GQL could be a real treat but
1. after multiple executiions it says
SQL> conn internal
Connected to an idle instance.
SQL> startup
ORACLE instance started.
...
SQL> /
SP2-0103: Nothing in SQL buffer to run.
SQL> select * from v$version;
SP2-0029: command buffer space exhausted
2. and sometimes says
>Segmantation fault
Logged In: YES
user_id=865052
I am getting more or less the same problems on Red Hat Linux Advanced
Server release 2.1AS (Pensacola).
I start gqlplus like:
# gqlplus /nolog
SQL > connect username/pass
SQL > select tname from tab order by tname;
SP2-0029: command buffer space exhausted
However, when I start it like:
# gqlplus username/pass
SQL > select tname from tab order by tname;
All works fine.
Looks like a nice scenario that you should be able to fix!
Thanks in advance.