Search Results

12
votes

Oracle lost sysdba password

Have you tried logging into Linux as your installed Oracle user then sqlplus "/ as sysdba" When you log in you'll be able to change your password. …
1
vote

Best practises for holding passwords in shell / Perl scripts?

Since you've tagged ksh & bash I'm going to assume Linux. Most of the problem is that if the user can read the script and locate the method you used to hide / encrypt the file then they …