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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Command Line

Re: Command Line

From: Jerry Gitomer <jgitomer_at_erols.com>
Date: Fri, 24 Mar 2000 00:42:21 -0500
Message-ID: <953876571.777422718@news.erols.com>


On Thu, 23 Mar 2000, Joseph Bogale wrote:
>I was assigned to make a minor update on oracle table that reside on HP-UX
>machine. I looked a source code that access the table and it uses the
>following command..
>
>if(!database.connected()){
>if (database.connect("ORACLE","","username","password","")!=0)
> HandleError(database.majorErrorCode(),database.majorErrorMessage())
>{
>
>My question is - How can i access the table on unix command line..
>For example, I want to be able to enter select * from tablename
>and see all the table rows without writing a script.
>
>What command line takes me to "table mode"?
>
>
>Thanks,

sqlplus username/password

--
Jerry Gitomer
Once I learned how to spell DBA, I became one Received on Thu Mar 23 2000 - 23:42:21 CST

Original text of this message

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