On Jan 21, 11:40 am, Deepak Pulgurle <deepak.pulgu...@gmail.com> wrote: > Hi All, > > I have installed oracle 10g in vista. I am connecting the database by > entering username and password as scott and tiger. > However i want to use Toad, Oracle SQL developer. Also want to connect > to Java. > So i require following details: > Host, Port, Service ID > if i am correct Host will be localhost , port should be default 5121 > and service ID ora10g or orcl > > but i am getting error while connecting to this connection. > Also i have checked all the windows services, they are ON.. > Please anyone help regarding me how and where i can check those > details..? > > Appreciate any help regarding this... > > Thank you, > Deepak...
The default port is 1521, not 5121. You do not need to use the default port but you do need the listener running so that network connections can 'see' the database. You'll need to run the Net Configuration Assistant to set the desired listener parameters and configure and start the listener service. Once that's done you should then be able to connect to the database remotely through TOAD and other utilities. David Fitzjarrell -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscribe from this group, send email to oracle-plsql-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en