If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > help me getting started with oracle!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-18-12, 14:12
digital_max digital_max is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
Post help me getting started with oracle!!

hello everybody , i am currently learning sql as a part of my academic syllabus of this semester , can anyone of you guide to installing oracle for Windows 7 64-bit home premium operating system , as i wanna practise pl/sql .
Reply With Quote
  #2 (permalink)  
Old 01-18-12, 14:23
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,416
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
  #3 (permalink)  
Old 01-18-12, 22:05
digital_max digital_max is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
ya thanks ' but is it nescessary to install aplication server ,collaboration suite for a stand alone pc ??
and can you elaborate >>
Reply With Quote
  #4 (permalink)  
Old 01-18-12, 22:16
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,416
>is it nescessary to install aplication server ,collaboration suite for a stand alone pc ??

I don't know what requirements that you need meet.
You can program in PL/SQL with only Oracle RDBMS installed on PC.

Code:
  1  declare
  2  begin
  3  dbms_output.enable(32000);
  4  dbms_output.put_line('Hello WORLD!');
  5* end;
SQL> /
Hello WORLD!

PL/SQL procedure successfully completed.
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.

Last edited by anacedent; 01-18-12 at 23:23.
Reply With Quote
  #5 (permalink)  
Old 01-19-12, 02:20
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 3,629
Quote:
Originally Posted by digital_max
Windows 7 64-bit home premium
Oracle was never certified on any Home MS Windows edition, so you should consider upgrading your operating system.

As you are a student, I'd suggest Oracle 11g XE (Express Edition) which is a fully operational database and is an excellent choice for a student who wants to practice SQL and PL/SQL.

As I said: even if you install it on MS Windows 7 Home, there's no guarantee that it'll actually work as expected. You might try, though.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On