Re: SQLcl new sqlplus for sql developer 4.1 ea NICE
Date: Tue, 28 Apr 2015 19:08:38 -0400
Message-ID: <554012F6.6010300_at_yahoo.com>
For Linux geeks like myself, editing queries and history can be achieved using rlwrap:
alias sqlplus='rlwrap --history-no-dupes=2 sqlplus'
And for CSV output, I am using my own Perl script for about 10 years now.
On 04/27/2015 09:40 AM, goran bogdanovic wrote:
> connect '/ as sysdba' doesn't work ... I am missing that ;-(
>
> On Wed, Apr 15, 2015 at 11:10 PM, Jeff Smith <jeff.d.smith_at_oracle.com
> <mailto:jeff.d.smith_at_oracle.com>> wrote:
>
> Thanks, and we’re listening J
>
> *From:*Juan Carlos Reyes Pacheco [mailto:jcdrpllist_at_gmail.com
> <mailto:jcdrpllist_at_gmail.com>]
> *Sent:* Wednesday, April 15, 2015 3:08 PM
> *To:* ORACLE-L
> *Subject:* SQLcl new sqlplus for sql developer 4.1 ea NICE
>
> Did you check the variation of sqlplus sql developer 4.1 is
> giving, is interesting has additional features to sql plus
>
> you can check the video
> https://www.youtube.com/watch?v=HApdy-o525A
>
> http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-41ea-2372780.html
>
> I'm asking them if they can configure it for advanced long script
> running, this means stop when there are some errors, but skip for
> other like duplicate primary key, or column already exists, etc.
>
>
-- Mladen Gogala Oracle DBA http://mgogala.freehostia.com -- http://www.freelists.org/webpage/oracle-lReceived on Wed Apr 29 2015 - 01:08:38 CEST