<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Alternatives_al_SQL%2APlus%3A_gqlplus</id>
	<title>Alternatives al SQL*Plus: gqlplus - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Alternatives_al_SQL%2APlus%3A_gqlplus"/>
	<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Alternatives_al_SQL*Plus:_gqlplus&amp;action=history"/>
	<updated>2026-08-30T07:17:59Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://wiki.joanillo.org/index.php?title=Alternatives_al_SQL*Plus:_gqlplus&amp;diff=1596&amp;oldid=prev</id>
		<title>Joan a 13:49, 3 feb 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Alternatives_al_SQL*Plus:_gqlplus&amp;diff=1596&amp;oldid=prev"/>
		<updated>2009-02-03T13:49:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;As you know if you have used sqlplus, it is notoriously difficult to correct typing errors and other mistakes in your SQL statements. sqlplus does give you ability to use external editor to edit a statement, but only the last statement you typed. gqlplus solves this problem by providing the familiar command-line editing and history as in tcsh or bash shells, and table/column-name completion, while otherwise retaining compatibility with sqlplus. Thus, no user training is needed - simply use gqlplus instead of sqlplus. In addition, configuration/installation is trivial: gqlplus is a single binary compiled executable (written in C), so all you need to do is download it and put it anywhere in your PATH. After that, you'll be ready to use it.&lt;br /&gt;
&lt;br /&gt;
You can download in http://gqlplus.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
Then install it as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ tar -zxvf gqlplus*&lt;br /&gt;
$ cd gqlplus-1.12/&lt;br /&gt;
$ sudo ./configure&lt;br /&gt;
$ sudo make&lt;br /&gt;
# sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To connect to Oracle server use it as follows:&lt;br /&gt;
&lt;br /&gt;
$ gqplus &amp;quot;user/password&amp;quot;&lt;br /&gt;
&lt;br /&gt;
He necessitat instal.lar els curses:&lt;br /&gt;
&lt;br /&gt;
 $ sudo apt-get install ncurses-dev&lt;br /&gt;
&lt;br /&gt;
En el procés de make install m'ha donat un error i m'he quedat aquí. Llegeixo el fitxer README:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BUILDING AND INSTALLING GQLPLUS&lt;br /&gt;
&lt;br /&gt;
To unpack gqlplus, download the tar/compressed file&lt;br /&gt;
gqlplus-1.10.tar.gz and type:&lt;br /&gt;
&lt;br /&gt;
% gunzip -c gqlplus-1.10.tar.gz | tar xvf -&lt;br /&gt;
% cd gqlplus-1.10&lt;br /&gt;
&lt;br /&gt;
The executable is called `gqlplus'. Prebuilt executables are provided&lt;br /&gt;
for Linux (Intel) and Solaris (Sparc) in the respective&lt;br /&gt;
subdirectories. Only the Linux executable has been tested; I don't&lt;br /&gt;
have access to testing environment for any other platforms.&lt;br /&gt;
&lt;br /&gt;
To build gqlplus for another UNIX-like platform, type:&lt;br /&gt;
&lt;br /&gt;
% ./configure&lt;br /&gt;
% make&lt;br /&gt;
&lt;br /&gt;
The executable gqlplus will be built in the current directory. &lt;br /&gt;
&lt;br /&gt;
NOTE: I suggest you _don't_ run `make install' since it may overwrite&lt;br /&gt;
your existing readline, and is useless anyway, since the only thing to&lt;br /&gt;
be installed is the gqlplus binary. You can do this by hand.&lt;br /&gt;
&lt;br /&gt;
gqlplus uses the GNU Readline Library to achieve its&lt;br /&gt;
functionality. Version 4.3 of the library is provided with gqlplus,&lt;br /&gt;
therefore the distribution is self-contained (it does not depend on&lt;br /&gt;
readline being installed on the system).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No hi ha manera&lt;br /&gt;
&lt;br /&gt;
{{Autor}}, gener 2009&lt;br /&gt;
[[Categoria: Oracle]]&lt;br /&gt;
[[Categoria: SQL]]&lt;/div&gt;</summary>
		<author><name>Joan</name></author>
		
	</entry>
</feed>