[program-java] Re: Oracle

  • From: Don Raikes <DON.RAIKES@xxxxxxxxxx>
  • To: program-java@xxxxxxxxxxxxx
  • Date: Wed, 14 Oct 2009 09:51:40 -0700 (PDT)

Anna,

No the helpdesk should be able to give you the isql address, then you just 
access via your browser and you can do anything, I think, you need in sql to 
interact with the database.

You can also maybe google "oracle isql" and see if there is a link to the isql 
manual online. most of our documentation is available online, but I don't 
remember the urls for them.

> -----Original Message-----
> From: Anna Giller [mailto:anna.giller@xxxxxxxxxxxxxxx]
> Sent: Wednesday, October 14, 2009 9:49 AM
> To: program-java@xxxxxxxxxxxxx
> Subject: [program-java] Re: Oracle
> 
> 
> Don,
> 
> Your information is extremely useful.
> Please let me double check: after the help desc installs 
> Oracle database I
> should keep the url for the isql application, and then 
> install ISQL myself.
> Is it correct?
> Is there a quick start guide for ISQL?
> 
> Thank you very much,
> Anna
> 
> 
> 
> 
> 
> -----Original Message-----
> From: program-java-bounce@xxxxxxxxxxxxx
> [mailto:program-java-bounce@xxxxxxxxxxxxx] On Behalf Of Don Raikes
> Sent: Wednesday, October 14, 2009 12:39 PM
> To: program-java@xxxxxxxxxxxxx
> Subject: [program-java] Re: Oracle
> 
> Anna,
> 
> Speaking unofficially, depending on the version of the 
> database you have
> installed, you may get the isql webclient installed with it. This is a
> web-based sql client which will generate proper html tables 
> of the data, I
> believe, although i haven't tried it in several years.
> 
> At the end of the database installation, there is a window 
> that appears that
> lists the ports for all web-based administration tools 
> including isql, so
> have whomever is doing the install make sure to note the url 
> for the isql
> application.
> 
> Also, depending on the version of database being installed 
> the installer
> will be "fairly" accessible with jaws. I say fairly because 
> there are, or
> have been some areas where it gets a bit tricky to use, but 
> with a little
> work it is possible to get it to speak.
> 
> *** all views expressed are those of the author and have no bearing on
> Oracle's official position on accessibility. ***
> 
> > -----Original Message-----
> > From: Anna Giller [mailto:anna.giller@xxxxxxxxxxxxxxx]
> > Sent: Wednesday, October 14, 2009 9:24 AM
> > To: program-java@xxxxxxxxxxxxx
> > Subject: [program-java] Re: Oracle
> > 
> > 
> > Hi Don!
> > 
> > Do you mean that command line tool is the only interactive 
> > tool in Oracle?
> > Then how to work productively without being able to associate 
> > the data with
> > their column names?
> > My co-workers use some online tools to manipulate Oracle 
> > data. Is there any
> > accessible one?
> > 
> > Thank you,
> > Anna
> > 
> > 
> > -----Original Message-----
> > From: program-java-bounce@xxxxxxxxxxxxx
> > [mailto:program-java-bounce@xxxxxxxxxxxxx] On Behalf Of Don Raikes
> > Sent: Wednesday, October 14, 2009 12:12 PM
> > To: program-java@xxxxxxxxxxxxx
> > Subject: [program-java] Re: Oracle
> > 
> > Anna,
> > 
> > The sqlplus that ships with the database is a fairly good 
> > command-line tool.
> > It speaks fairly well wit hjaws, however, it has the 
> > limitations of all
> > command-line tools like need to use the jaws cursor to review 
> > output, and in
> > a listing of data no way to associate data columns with their 
> > headings.
> > 
> > However, soon (hopefully within the next couple of months), 
> > JDeveloper 11g
> > patchset 1 will be released which will have some real nice database
> > management tools included along with a complete java/web development
> > environment.
> > 
> > I hope to be putting up some tutorials on how to use 
> > JDeveloper with JAWS
> > soon.
> > 
> > > -----Original Message-----
> > > From: Anna Giller [mailto:anna.giller@xxxxxxxxxxxxxxx]
> > > Sent: Wednesday, October 14, 2009 8:39 AM
> > > To: program-java@xxxxxxxxxxxxx
> > > Subject: [program-java] Re: Oracle
> > > 
> > > 
> > > Jim,
> > > 
> > > JDBC is OK, it's plain Java, I can use Eclipse for it.
> > > What about Oracle SQL environment? Is it accessible enough?
> > > Is it difficult to write and execute a simple query to create 
> > > table and
> > > insert data?
> > > 
> > > Thank you,
> > > Anna
> > > 
> > > 
> > > -----Original Message-----
> > > From: program-java-bounce@xxxxxxxxxxxxx
> > > [mailto:program-java-bounce@xxxxxxxxxxxxx] On Behalf Of 
> > Corbett, James
> > > Sent: Wednesday, October 14, 2009 11:21 AM
> > > To: program-java@xxxxxxxxxxxxx
> > > Subject: [program-java] Re: Oracle
> > > 
> > > I would take a look at JDBC connections and perhaps the JNDI tree
> > > depending upon your web server....
> > > 
> > > J.
> > >  
> > > 
> > > -----Original Message-----
> > > From: program-java-bounce@xxxxxxxxxxxxx
> > > [mailto:program-java-bounce@xxxxxxxxxxxxx] On Behalf Of 
> Anna Giller
> > > Sent: October 14, 2009 11:10
> > > To: program-java@xxxxxxxxxxxxx
> > > Subject: [program-java] Oracle
> > > 
> > > Hi Everyone!
> > > 
> > >  
> > > 
> > > I need to learn Java with Oracle database.
> > > 
> > > I'm getting Oracle installed on my machine tomorrow.
> > > 
> > > Would you please give me an idea what to start with.
> > > 
> > > Do you know a brief accessible tutorial on Oracle SQL?
> > > 
> > >  
> > > 
> > > Thank you very much,
> > > 
> > > Anna
> > > 
> > >  
> > > 
> > >  
> > > 
> > > 
> > > 
> > > 
> > >
> > 
> > 
> > 
> >
> 
> 
> 
>

Other related posts: