Viewing and Hiding the Password File
Use this procedure to make the password file visible or invisible from different locations.
The password file is not automatically hidden. It can be made invisible and visible again from two different locations:
- 
                        
Using Command Prompt
 - 
                        
Using Windows Explorer
Note:
The password file must be visible before it can be moved, copied, or deleted.
 
Using Command Prompt
- 
                        
To see the password file, enter:
ORACLE_HOME\database> attribThe password file is displayed as
PWDsid.ora:A ORACLE_HOME\database\oradba.exe A ORACLE_HOME\database\oradim.log A ORACLE_HOME\database\PWDsid.ora A ORACLE_HOME\database\SPFILEsid.ora
 - 
                        
To make the password file invisible, enter:
ORACLE_HOME\database> attrib +H PWDsid.ora
 - 
                        
To see the effect of the change, enter:
ORACLE_HOME\database> attribThe password file is now hidden:
A ORACLE_HOME\database\oradba.exe A ORACLE_HOME\database\oradim.log A H ORACLE_HOME\database\PWDsid.ora A ORACLE_HOME\database\SPFILEsid.ora
 - 
                        
To make the password file visible again, enter:
ORACLE_HOME\database> attrib -H PWDsid.ora
 
Using Windows Explorer
To make the password file invisible or visible again:
- 
                        
Go to the directory
ORACLE_HOME\database. - 
                        
Right-click PWDsid.ora.
 - 
                        
Select Properties.
The
PWDsid.oraProperties dialog box opens. - 
                        
In Attributes, check or clear the check box next to Hidden.
 - 
                        
Click OK.
 
To view or hide an invisible password file:
- Go to the directory 
ORACLE_HOME\database. - Select Folder Options from the Tools main menu.
 - In the Folder Options window, select the View tab.
 - To view an invisible password file, select Show hidden files and folders.
 - To hide a visible password file, select Do not show hidden files and folders.
 - Click OK.
 
Parent topic: Creating and Populating Password Files