Results 1 to 5 of 5

Thread: sql*plus newbie question

  1. #1
    Join Date
    Dec 2004
    Posts
    37

    sql*plus newbie question

    Hey guys, I was wondering is there any way i can use sql*plus on a single computer rather than with a server just for testing queries or is there any other software i could use for testing queries?

    Thanks in advance.

  2. #2
    Join Date
    Mar 2003
    Posts
    468
    SQL*Plus can be installed on a client machine alone but it is just a command line interface to the database on your server. Therefore you must always be connected to the database server to test your queries. After all, how could you "test" if the tool didn't know the layout of tables.

    Now that being said I do know that Computer Associates has, as part of their SQL Station product, the ability to do some testing and modeling of queries without running against the database. I have only seen this demoed and am sure it has to connect to the database to pull back object deffinitions.

  3. #3
    Join Date
    Dec 2004
    Posts
    37
    Hi Thanks for your reply, when i said tesing i mean is there anyway i could have the program set up so i could input simple tables to test my queries without having to use a database server?

    Thanks.

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    How can you create table without connect to oracle server?

  5. #5
    Join Date
    Mar 2003
    Posts
    468
    you can not.

Posting Permissions

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