Rename Database on Windows Machine
i try to rename a oracle 10.2.0.4 on a windows server 2003 r2.
i use this document: How to Rename Database/Change DB_NAME or ORACLE_SID/Instance Name [ID 15390.1]
now i have a problem with the third point.
3. Go through the .profile, .cshrc, .login, oratab, tnsnames.ora, (for SQL*Net version 2), and redefine the ORACLE_SID environment variable to a new value.
For example, search through disks and do a grep ORACLE_SID *
Can somebody tell me, where i can find this files in a standard-installation?
i know where i can find the tnsnames.ora but don´t find the other files.