Author |
Message |
derf
Minor Diety
Joined: Fri Apr 11, 2003 2:17 pm Posts: 7737 Location: Centre of the sun
|
 SQL
I want to practice SQL over xmas on my home PC. So far ive been using SQL*Plus on the computers at university.
I downloaded Oracle 10g on my PC and tried logging onto SQL*Plus to no avail. Its just not that simple.
Do any of you guys know how to get something based on SQL on my PC so i can practice querying?
_________________ "Well a very, very hevate, ah, heavy duh burtation tonight. We had a very derrist derrison, bite, let's go ahead and terrist teysond those fullabit who have the pit." - Serene Branson
|
Tue Dec 06, 2005 11:39 am |
|
 |
ElevenBravo
King
Joined: Wed Apr 16, 2003 2:18 pm Posts: 1976 Location: Sexy Town
|
Try downloading Mysql.
http://www.mysql.com/
Although Im not sure I understand you full dilema.
You have some databases at your college in SQL*Plus that you want to move to your home pc? If so, export your SQL*Plus database into a text file then upload it into your pc.
_________________ Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
|
Tue Dec 06, 2005 1:51 pm |
|
 |
Satis
Felix Rex
Joined: Fri Mar 28, 2003 6:01 pm Posts: 16701 Location: On a slope
|
you said you tried "logging into sql*plus)? What's sql*plus? Some sort of db front end? If that's what you're looking for, there are a ton of front-ends that'll work with mysql and oracle.
_________________ They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety.
|
Tue Dec 06, 2005 5:57 pm |
|
 |
derf
Minor Diety
Joined: Fri Apr 11, 2003 2:17 pm Posts: 7737 Location: Centre of the sun
|
SQL*Plus is an Oracle command line utility used for executing SQL and PL/SQL commands.
If it is as you say a 'front end' can you link me to more of these 'front end' thingys?
_________________ "Well a very, very hevate, ah, heavy duh burtation tonight. We had a very derrist derrison, bite, let's go ahead and terrist teysond those fullabit who have the pit." - Serene Branson
|
Wed Dec 07, 2005 5:32 am |
|
 |
Satis
Felix Rex
Joined: Fri Mar 28, 2003 6:01 pm Posts: 16701 Location: On a slope
|
PHPMyAdmin
http://www.phpmyadmin.net/home_page/index.php
great one for php (web-based, so you'll need a web server and php installed too)
Aqua Data Studio
http://www.aquafold.com/
GUI utility that links into a huge number of databases. Has a very similar look and feel to MS-SQL Enterprise Manager. I REALLY like this one...I use it all the time at my job.
|
Wed Dec 07, 2005 9:14 am |
|
 |
derf
Minor Diety
Joined: Fri Apr 11, 2003 2:17 pm Posts: 7737 Location: Centre of the sun
|
Ok, so ive downloaded MySQL. I guess i need to use the MySQL Command Line client to run queries on a database right?
How do i make it point to a database? (text file).
_________________ "Well a very, very hevate, ah, heavy duh burtation tonight. We had a very derrist derrison, bite, let's go ahead and terrist teysond those fullabit who have the pit." - Serene Branson
|
Sat Dec 10, 2005 6:08 pm |
|
 |
Satis
Felix Rex
Joined: Fri Mar 28, 2003 6:01 pm Posts: 16701 Location: On a slope
|
_________________ They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety.
|
Sun Dec 11, 2005 11:04 am |
|
 |
derf
Minor Diety
Joined: Fri Apr 11, 2003 2:17 pm Posts: 7737 Location: Centre of the sun
|
Ok im at uni now. I came across a problem while writing a PROMPT for a report.
Using: where c.customer_id = &customer_id
And giving a value after, returns: invalid column name
Example:
WHERE c.customer_id = &customer_id
AND a.account_id = c.account_id
AND c.customer_id = ca.customer_id
AND c.customer_id = co.customer_id
AND co.order_id = o.order_id;
Any ideas?
_________________ "Well a very, very hevate, ah, heavy duh burtation tonight. We had a very derrist derrison, bite, let's go ahead and terrist teysond those fullabit who have the pit." - Serene Branson
|
Fri Dec 16, 2005 9:39 am |
|
|