CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: db question

  1. #1
    Join Date
    Jul 2001
    Posts
    430

    db question

    I am using Oracle 8i and try to play with pl/sql. I didn't see pl/sql utility. I only see sql Plus utility. Please tell me which environment that I can do something of pl/sql(program and run). Use sql Plus????

    Thanks in advance.


  2. #2
    Join Date
    Aug 2000
    Location
    England
    Posts
    185

    Re: db question

    Use Toad : it is a utility for editing and running PL-SQL. You can get a demo of it, but you
    will need to pay if you want to do anything complex.

    The address is http://www.quest.com/toad/

    Aleternatively produce you PL-SQL in a flat file with .sql extension and run from SQL PLus.

    Andrew


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured