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 -> Newbie: Accessing different databases from isqlplus

Newbie: Accessing different databases from isqlplus

From: Jim Andersen <jba020_at_politiSLET.dk.invalid>
Date: Mon, 15 Jan 2007 10:40:44 +0100
Message-ID: <45ab4c1f$0$47036$edfadb0f@dread16.news.tele.dk>


Hi,

I normally use MS sql server, but I have attended a beginners course on Oracle (10 I think...)

We used a tool caled isqlplus. A web-interface. You can type sql commands (or press a button "Load sql" to load a saved sqlcommand). You press "Go" and are redirected to a results page. There was parameter-substitution and all kind of neat things.

Now my question is, can I access multiple databases with that tool? Without having to log in-out everytime.

I have been assigned a task to develop something very similar to isqlplus. The supporters today type in almost the same sql-commands over and over each day (select users that have not changed password. Or update userX set password='abcde') using a dos-based-type interface.

So I am to automate that, by creating a set of template-sql commands they can load, change a little, and run.

But sometimes they need to access database A to get a list of departments, and then use that list as input for an sql command in database B to select users from those departments.

Can this be done using that tool, and without having to put username/password into the sql-plaintext files?

In ms-sqlserver, I use SqlQueryAnalyzer, and it has a "use database" command. Is there something similar in Oracle?

tia
/jim Received on Mon Jan 15 2007 - 03:40:44 CST

Original text of this message

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