Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ISQLW for Oracle?

ISQLW for Oracle?

From: aa <aau_at_interlog.com>
Date: 1998/03/10
Message-ID: <6e7kim$oje$1@news.interlog.com>#1/1

Can I use SQL Server's ISQLW as a front end to connect to Oracle? If so how do I make it connect to the Oracle instance?

I find Oracle's SQLPlus lack of full screen editing very annoying. I am trying to run a single line query with different WHERE clause and look at the explain plan. First I set autotrace on, then I run (eg)

  Select * from test where a>1000 and a<1500

I want to be able to cursor up and change the 'a' range quickly and rerun the query. Can any one suggest a way to do this?

I know I can do this in server manager, but I can't use autotrace in server manager (or am I wrong?) Received on Tue Mar 10 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US