• 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:

regarding toad and sql developer

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all,
i want to know about toad and sql developer,
these are the retriving tools for the information that is saved in database??
can i have toad on one system and can retrive information from database which is on another system.
if it is possible please suggest me how can i remotely access database.
Please guide me regarding this.

Thank You.
 
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by khushi jainy:
can i have toad on one system and can retrive information from database which is on another system.

Yes.


if it is possible please suggest me how can i remotely access database.
Please guide me regarding this.
First you have to install Oracle SQL client software on the TOAD computer.
Then you have to create a TNS entry for your remote database on that same TOAD computer. Toad's logon form has an SQLnet and TNSnames editor.

Then you have to connect to that same TNS entry on Toad's logon form.

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic