RE: SQL Command list history on Linux

  • From: "Mark W. Farnham" <mwf@xxxxxxxx>
  • To: <mcdonald.connor@xxxxxxxxx>
  • Date: Fri, 5 Jan 2018 08:49:52 -0500

Regarding performance, the only thing I’ve found significant in my (very 
non-comprehensive) testing of just the features I use is that IF (and there are 
better choices, such as a C program) sqlplus (especially 12.2+ in a correctly 
chosen mode) is used to produce large output files it is significantly faster 
than sqlcl.

 

Please do not take this as a slam on sqlcl. Neither of these products are 
really designed as giant output engines.

 

I’m just noting it to avoid folks who switch from sqlplus to sqlcl and do 
create giant output files from thinking sqlcl is “slow.”

 

mwf

 

From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx] On ;
Behalf Of Connor McDonald
Sent: Friday, January 05, 2018 2:55 AM
Cc: ORACLE-L
Subject: Re: SQL Command list history on Linux

 

  
<https://mailtrack.io/trace/mail/72554f0d0e9e918a68fafccbccfbb90404693b27.png?u=941627>
 

sqlplus is a little faster to start than sqlcl, but not something that I think 
would be deemed a show-stopper, 

 

eg here

 

https://imgur.com/a/Ft4d2

 

 

On Fri, Jan 5, 2018 at 8:21 AM, Sayan Malakshinov <xt.and.r@xxxxxxxxx> wrote:

And I've just found another bug: If I save SQLcl settings with "store set 
sqlplus_settings.sql replace" and execute @sqlplus_settings.sql to restore 
them, SQLcl returns a couple of errors:

 

SQL>store set sqlplus_settings.sql replace

Wrote file S:\sqlplus_settings.sql

 

SQL>@sqlplus_settings.sql

Autotrace Disabled

Usage: SET DESCRIBE [DEPTH {1|n|ALL}] [LINENUM {ON|OFF}] [INDENT {ON|OFF}]

SP2-0158: unknown SET option beginning "setlongchu..."

 

 

On Fri, Jan 5, 2018 at 3:18 AM, Sayan Malakshinov <xt.and.r@xxxxxxxxx> wrote:

Jeff,

 

Ah, it seems I found a bug: sqlcl can't find files from virtual drives mounted 
with subst command.

My S: drive was created with "subst S: n:\s" command and sqlcl auto-completion 
can't find files from S:\, though it can execute them.

But if I change directory to N:\s (original location), it works fine.

 

 

On Fri, Jan 5, 2018 at 3:09 AM, Jeff Smith <jeff.d.smith@xxxxxxxxxx> wrote:

In my windows My Documents folder

 

After starting sqlcl, I used the CD command to nav to that directory, so that’s 
where SQLcl is looking. 

 

Jeff

 

 

From: Sayan Malakshinov [mailto:xt.and.r@xxxxxxxxx] ;
Sent: Thursday, January 04, 2018 7:05 PM
To: Jeff Smith <jeff.d.smith@xxxxxxxxxx>
Cc: gdherri@xxxxxxxxx; neil_chandler@xxxxxxxxxxx; ORACLE-L 
<oracle-l@xxxxxxxxxxxxx>; Mladen Gogala <gogala.mladen@xxxxxxxxx>
Subject: Re: SQL Command list history on Linux

 

Jeff,

 

I haven't understood, where are your lo* files located?

 





 

-- 

Best regards,
Sayan Malakshinov

Oracle performance tuning engineer

Oracle ACE Associate
http://orasql.org





 

-- 

Best regards,
Sayan Malakshinov

Oracle performance tuning engineer

Oracle ACE Associate
http://orasql.org





 

-- 

Connor McDonald
===========================
blog:   connormcdonald.wordpress.com
twitter: @connor_mc_d

"If you are not living on the edge, you are taking up too much room." 

- Jayne Howard

 

Fine print: Views expressed here are my own and not necessarily that of my 
employer

Other related posts: