Ris
Ris

Reputation: 1174

How to use Oracle 11g client?

I may be asking something silly but I don't see any sql*plus or any GUI kind of interface to connect my Oracle server remotely. I tried SQL Plus but it's a command line interface, don't know what to do with that.

alt text

Upvotes: 1

Views: 10845

Answers (2)

O. Jones
O. Jones

Reputation: 108841

pl/sql developer and toad are both decent, but nonfree, Oracle gui clients. If you're going to do a lot of work on packages or stored procs/funcs, one of these will be worth every bit of money you spend.

squirrel sql is an opensource client. There's a squirrel-derived plugin for eclipse called SQL Explorer; it's really good for looking at your data to help get your programs right.

Upvotes: 0

user180100
user180100

Reputation:

Oracle SQL developer is a GUI client

Upvotes: 5

Related Questions