Oracle Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesOracle Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old April 17th, 2008, 12:37 AM
dynamicVoidMain dynamicVoidMain is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 110 dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 17 h 53 m 9 sec
Reputation Power: 5
Getting started with Sql*Plus?

I've spent the last hour trying to figure out hwo I can just get started with Sql*Plus. I just want to know from where exactly I can download Sql*Plus and run sql queries through it (things like CREATE TABLE and such)?

I'm completely baffled, I thought it would be as simple as dowloading it and running but I can't even find something that remotely resembles SQL*Plus from the download page: http://www.oracle.com/technology/tech/sql_plus/index.html

Reply With Quote
  #2  
Old April 17th, 2008, 01:33 AM
shammat shammat is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Munich, Bavaria
Posts: 971 shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 44 m 15 sec
Reputation Power: 57
SQL*Plus is part of the Oracle client installation. I think it is also part of the "Instant client" which does not need a real installation.

If you have Oracle installed on your machine you already have SQL*Plus. If you have access to an Oracle server, you can probably get the client (and thus the SQL*Plus) installation from the DBA.

Reply With Quote
  #3  
Old April 17th, 2008, 02:44 AM
vpire vpire is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2005
Posts: 150 vpire User rank is Corporal (100 - 500 Reputation Level)vpire User rank is Corporal (100 - 500 Reputation Level)vpire User rank is Corporal (100 - 500 Reputation Level)vpire User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 6 h 56 m 44 sec
Reputation Power: 6
Quote:
Originally Posted by dynamicVoidMain
I've spent the last hour trying to figure out hwo I can just get started with Sql*Plus. I just want to know from where exactly I can download Sql*Plus and run sql queries through it (things like CREATE TABLE and such)?

I'm completely baffled, I thought it would be as simple as dowloading it and running but I can't even find something that remotely resembles SQL*Plus from the download page: http://www.oracle.com/technology/tech/sql_plus/index.html


Are you trying to learn plsql or just regular sql. You can just use sql developer to achieve both. If you use oracle 10g you need to download the sql developer if you are using oracle 11g then it already comes with it.

Reply With Quote
  #4  
Old April 17th, 2008, 03:16 AM
dynamicVoidMain dynamicVoidMain is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 110 dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 17 h 53 m 9 sec
Reputation Power: 5
oh right, but the only link I could find to 11g was like 1.7gb. Is there any more smaller versions with just sql plus?

Reply With Quote
  #5  
Old April 17th, 2008, 03:29 AM
shammat shammat is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Munich, Bavaria
Posts: 971 shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 44 m 15 sec
Reputation Power: 57
Quote:
Originally Posted by dynamicVoidMain
oh right, but the only link I could find to 11g was like 1.7gb. Is there any more smaller versions with just sql plus?
If you don't have Oracle itself (the server) installed, and do not have access to an Oracle server, you will need to download install the complete package.

SQL*Plus will not work without an Oracle server.

I think the download for 10g is a bit smaller (Only one CD as far as I remember), or you can download XE (Express Edition) which might also be smaller.

Reply With Quote
  #6  
Old April 17th, 2008, 03:56 AM
dynamicVoidMain dynamicVoidMain is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 110 dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 17 h 53 m 9 sec
Reputation Power: 5
yeah I downloaded oracle 10g express edition which was about 150mb (I think), oracle 11g on the other hand is 1.7gb.

Guess I'll download it overnight.

Reply With Quote
  #7  
Old April 17th, 2008, 06:51 AM
shammat shammat is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Munich, Bavaria
Posts: 971 shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 44 m 15 sec
Reputation Power: 57
Quote:
Originally Posted by dynamicVoidMain
yeah I downloaded oracle 10g express edition which was about 150mb (I think),
So why don't you go ahead with the express edition? It should contain SQL*Plus as well.

Reply With Quote
  #8  
Old April 17th, 2008, 07:14 AM
vpire vpire is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2005
Posts: 150 vpire User rank is Corporal (100 - 500 Reputation Level)vpire User rank is Corporal (100 - 500 Reputation Level)vpire User rank is Corporal (100 - 500 Reputation Level)vpire User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 6 h 56 m 44 sec
Reputation Power: 6
Quote:
Originally Posted by dynamicVoidMain
yeah I downloaded oracle 10g express edition which was about 150mb (I think), oracle 11g on the other hand is 1.7gb.

Guess I'll download it overnight.


You can just download the express edition then download the sql developer separately. Sql developer do need jdk install though.

Reply With Quote
  #9  
Old April 18th, 2008, 01:27 AM
dynamicVoidMain dynamicVoidMain is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 110 dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level)dynamicVoidMain User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 17 h 53 m 9 sec
Reputation Power: 5
Quote:
Originally Posted by shammat
So why don't you go ahead with the express edition? It should contain SQL*Plus as well.


There is no 11g express edition :S

Hmm, I'll download oracle developer and see how that works out

Reply With Quote
  #10  
Old April 18th, 2008, 01:47 AM
shammat shammat is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Munich, Bavaria
Posts: 971 shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level)shammat User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 44 m 15 sec
Reputation Power: 57
Quote:
Originally Posted by dynamicVoidMain
There is no 11g express edition
10g is just as good to get started.
Quote:
Hmm, I'll download oracle developer and see how that works out
Note: it's SQL Developer, not Oracle Developer (that is something completely different)

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesOracle Development > Getting started with Sql*Plus?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway