On Sat, 28 Feb 2004, Mike wrote: > > Next, set TNS_ADMIN in your .bash_profile so sqlplus can find your > > tnsnames.ora: > > To do this I need to know where or how to modify the profile. I need to know > either the path to .bash_profile or am I modifying it frrom the command line > in a terminal, using vi ? > I am able to start splplus now, it just doesn't know where to connect to! The .bash_profile is in your home directory and is executed when you login. You can use vi or any other text editor to modify this file. Any file that stars with a "dot" is hidden from the ls command unless you provide the -a option. So in your home directory, type: ls -a You'll see a lot of hidden config files. Edit .bash_profile and save your changes. Next, logout and log back in and you should be golden. ~M --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss