Oracle Hata Kodları

ORA-28017: The Password File Is In The Legacy Format

PROBLEM:
While granting sysdba privilege to an user, got below error.

SQL> grant sysdba to ABUZER;

*
ERROR at line 1:
ORA-28017: The password file is in the legacy format

SOLUTION:
İf you upgrade 11G database It is an expected behaviour from 12.1.0.2 database release onwards.

Check the format of the pwd file.

$ orapwd describe file=orapwPROD
 
Password file Description : format=LEGACY ignorecase=N

either create a new password file or convert the legacy file to new 12c format.

For Create a new password file


$ orapwd file=orapwPROD password=oracle#123  force=y format=12

For convert the legacy file to new format.

$ orapwd file=orapwPROD  password=oracle#123 force=y  format=12 input_file=orapwPROD 
Tags

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/functions/media-functions.php on line 114

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/functions/media-functions.php on line 114

Bugra Parlayan

I use this blog in my spare time to jot down thoughts and share my professional experiences. It’s my personal space to unwind and reflect. Feel free to share or reuse anything you find helpful here — just a small thank you is more than enough :) You can reach me at: bugra[@]bugraparlayan.com.tr

Related Articles

Leave a Reply


Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/functions/media-functions.php on line 114

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340

Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/functions/media-functions.php on line 114
Back to top button
Close