Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle ORA-32004 processing

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

SYS AS SYSDBA@ORCL > startup open

ORA-32004: obsolete or deprecated parameter (s) specified for RDBMS instance

ORACLE instance started.

Ora-32004: does not affect the use of the database. The error message is that the parameter expires. You can see which parameter in the alter_orcl.log log file is out of date.

SYS AS SYSDBA@ORCL > show parameter background_dump_dest

View the alter_orcl.log log directory

Deprecated system parameters with specified values:

Remote_os_authent

End of deprecated system parameter listing

The remote_os_authent parameter has expired.

Modify the parameter file: INITorcl.ORA

I:\ app\ Administrator\ product\ 11.2.0\ dbhome_1\ database\ INITorcl.ORA

Delete parameter: remote_os_authent

Recreate the spfile from pfile

SQL > create spfile from pfile

Restart the database and the problem is resolved.

Article

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report