Unix for Oracle DBAs

If we use Korn shell, this file is named .profile. if we use C shell, it will be called .cshrc. We will also see how to create a standard Unix prompt, wrap SQL in Unix script, and write a utility to quickly change all files in a directory. Set a Standard Unix Prompt. Placing the following code snippet in our .profile file will give you a Unix ... ................
................