• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How do I start using PL/SQL

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have just installed Oracle 8i Enterprise Edition and I have been using sql+ without any problems. Now, I want to start using pl/sql, where and how do I start it. Any help would be really appreciated. Thanks in advance. Also, is it posible to import from MySql or any Object Oriented database like Gemstone.
 
Ranch Hand
Posts: 356
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Bobby,
You can use the SQL+ plus for the PL/SQL too or you can also use the procedure buider (a part of developer 2000 or developer 6i).
HIH
 
bobby, morkos
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. Do I have Procedure Builder with Oracle 8i Enterprise Edition? How do I use procedures with SQL+.
 
Muhammad Farooq
Ranch Hand
Posts: 356
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Booby,
Procedure Builder is part of Develpoer2000 (I think it is still a part of new version i.e Release 6i)
HIH,
 
bobby, morkos
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do I use PL/SQL in SQL+ plus? Any examples would greatly help. Thanks.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hope this link will helpPL/SQL Tutorial & Reference
 
bobby, morkos
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can create my procedures pl/sql in the SQL plus
console.

Originally posted by Remar Uy:
Hope this link will helpPL/SQL Tutorial & Reference

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use DBA Studio(which comes with the enterprise edition) to create procedures.
Regards
Beksy
 
bobby, morkos
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your help. I want to ask you how do I create a new database in Oracle.

Originally posted by Beksy Kurian:
You can use DBA Studio(which comes with the enterprise edition) to create procedures.
Regards
Beksy

 
Beksy Kurian
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use dbassistant(database configuration assistant - GUI tool) which comes with the enterprise edition to create a new database.
Check this site
This might help!
http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/a90117/create.htm
Regards
Beksy
 
bobby, morkos
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have ORACLE 8i installed (DBA). Is is included?

Originally posted by Beksy Kurian:
You can use dbassistant(database configuration assistant - GUI tool) which comes with the enterprise edition to create a new database.
Check this site
This might help!
http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/a90117/create.htm
Regards
Beksy

 
Beksy Kurian
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes it does. What operating system you are using. If it is windows NT go to programs ->Oracle and look for database configuration assistant.
If Unix,
go to
ORACLE_HOME/bin and type dbassist
Also,I believe the link I have given was for 9i. You may get 8i information from the web too.
Hope it helps
Beksy
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic