Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesDatabase Management

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 July 8th, 2002, 10:53 PM
Benahimvp's Avatar
Benahimvp Benahimvp is offline
The Basketball Star
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2001
Location: H-Town
Posts: 550 Benahimvp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to Benahimvp Send a message via Yahoo to Benahimvp
Oracle SQL

The Oracle website is super confusing. I don't know where to find stuff. It's nothing like the MySQL website. Anyway, our site is migrating from a PC running Windows 2000 Server and MySQL to a Linux cluster running Oracle. Anyway, hopefully you are familiar with the MySQL Manual, which is basically how to do anything in SQL on MySQL. It shows all of the ANSI standard and MySQL specific stuff. Anyway, could anybody direct me to a site similar for Oracle. I just wanna know what type of column types the accept and how to do some things in specific. I'm really not worrying about my code transfering from MySQL to Oracle because I normally go just by standard, but I want some place where I can at least learn how to create a table in Oracle and set up everything.

Thanks.
__________________
-Ben Ilegbodu
(Around the Bend Web Designs)

Reply With Quote
  #2  
Old July 9th, 2002, 03:03 AM
NoXcuz's Avatar
NoXcuz NoXcuz is offline
Wiking
Dev Shed Expert (3500 - 3999 posts)
 
Join Date: Sep 2000
Location: Sweden
Posts: 3,608 NoXcuz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 49 m 27 sec
Reputation Power: 11
I don't know about the quality of the links, but there are a few -> http://www.toadsoft.com/pages.html
And TOAD is considered as a great tool for Oracle...

//NoXcuz
__________________
UN*X is sexy!
who | grep -i blonde | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep

Reply With Quote
  #3  
Old July 10th, 2002, 10:25 AM
tron's Avatar
tron tron is offline
SwollenMember
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Location: the master control
Posts: 234 tron User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 44 m 46 sec
Reputation Power: 9
Quote:
I just wanna know what type of column types the accept and how to do some things in specific


To get the column types for a table in oracle log into sqlplus and type:

SQL>desc <tablename>;

this will show you the attributes.

For creating tables and such in oracle, just do a search on google for Oracle Data Definition and you should be able to find enough information.

Reply With Quote
  #4  
Old July 10th, 2002, 07:19 PM
wabirdman wabirdman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Australia
Posts: 111 wabirdman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 19 sec
Reputation Power: 8
I found a good explanation of Oracle SQL

http://info-it.umsystem.edu/oracle/...vslr.1.toc.html

wabirdman
__________________
Real programmers code in binary

Reply With Quote
  #5  
Old July 10th, 2002, 07:26 PM
Benahimvp's Avatar
Benahimvp Benahimvp is offline
The Basketball Star
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2001
Location: H-Town
Posts: 550 Benahimvp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to Benahimvp Send a message via Yahoo to Benahimvp
Thanks for the suggestions. wabirdman, this is a pretty good resource although it's a bit outdatted. I'm using Oracle9i and the website is for Oracle 7. I still should be able to use it though. What keywords did you use to find the website?

Reply With Quote
  #6  
Old July 10th, 2002, 07:28 PM
wabirdman wabirdman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Australia
Posts: 111 wabirdman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 19 sec
Reputation Power: 8
Yes I realise that it is for oracle 7 but the sql syntax has not changed in versions so it will still be good to use.

I used google and the keywords sql manual - it was the 6 item down

wabirdman

Reply With Quote
  #7  
Old July 10th, 2002, 07:33 PM
Benahimvp's Avatar
Benahimvp Benahimvp is offline
The Basketball Star
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2001
Location: H-Town
Posts: 550 Benahimvp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to Benahimvp Send a message via Yahoo to Benahimvp
I think the data types might've changed because it says that varchar2 for example can contain as many as 2,000, when I have read that it can contain 4,000 and char contains 2,000. Plus it says the default date is "12-Jan-02" when you just told me that it was "12-JAN-2002". But I'm pretty sure the SQL syntax hasn't changed.

Reply With Quote
  #8  
Old July 10th, 2002, 07:36 PM
wabirdman wabirdman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Australia
Posts: 111 wabirdman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 19 sec
Reputation Power: 8
The sql syntax should be good to use - you are right with the datatype

wabirdman

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > Oracle SQL


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 4 hosted by Hostway